Derick Rethans wrote: > On Wed, 18 Dec 2002, Sebastian Nohn wrote: > >> But renaming php-cli to php means renaming php to anything else >> (php-cgi, cgi-php, phpcgi, phpfoo, whatever), right? > > No, we didn't do that for 4.2.[0-3] either: > > [root@saturnus php-4.2.1]# ./configure --enable-cli > [root@saturnus php-4.2.1]# make > > CGI: > [root@saturnus php-4.2.1]# ls -l ./php > -rwxr-xr-x 1 root root 2915010 Dec 18 22:24 ./php > > CLI: > [root@saturnus php-4.2.1]# ls -l sapi/cli/php > -rwxr-xr-x 1 root root 2912387 Dec 18 22:24 sapi/cli/php >
Isn't it only an issue on win32? In the 4.2.X win32 binaries php-cli has always been called php.exe and php-cli php-cli.exe. I just don't understand why this can't be left in win32 releases like it has been before - at least until 5.0. I'm sure there are not many cli users which on win32 - and if: these people are certainly not the beginners and they won't start filing bogus bug reports. Christoph -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php