From f3dec1cba2bf6ed96b003f6ff543c4e36cc3e565 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 23 Jan 2013 16:02:19 +0100 Subject: [PATCH] Add 64bit package to docs --- doc/02-libraries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/02-libraries.md b/doc/02-libraries.md index 8d8dd568d..ebdd38d9d 100644 --- a/doc/02-libraries.md +++ b/doc/02-libraries.md @@ -33,7 +33,8 @@ installed on the system but are not actually installable by composer. This includes PHP itself, PHP extensions and some system libraries. * `php` represents the PHP version of the user, allowing you to apply - constraints, e.g. `>=5.4.0`. + constraints, e.g. `>=5.4.0`. To require a 64bit version of php, you can + require the `php-64bit` package. * `ext-` allows you to require PHP extensions (includes core extensions). Versioning can be quite inconsistent here, so it's often