diff --git a/features/commandline.xml b/features/commandline.xml index c26aba3fa5..88c095a0f9 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -18,7 +18,7 @@ The CLI SAPI was released for the first time with PHP 4.2.0, but was still experimental and had - to be explicitely enabled with --enable-cli when running + to be explicitly enabled with --enable-cli when running ./configure. Since PHP 4.3.0 the CLI SAPI is no longer experimental and the option --enable-cli is on by default. You may use @@ -28,7 +28,7 @@ As of PHP 4.3.0, the name, location and existence of the CLI/CGI binaries will differ depending on how PHP is installed on your system. By default when executing make, both the CGI and CLI are built and - placed as sapi/cgi/php and sapi/cgi/php + placed as sapi/cgi/php and sapi/cli/php respectfully, in your php source directory. You will note that both are named php. What happens during make install depends on your configure