Hello all, One of the new things in 4.2.0 will be CLI SAPI and modifications of the build process that were made to make simultanious build with other SAPIs possible. There are few issues that remain:
1. If you compile CGI binary and then issue 'make install' it will be installed in $PREFIX/bin, then CLI will be put in the same place overwriting it. Any suggestions on what to do in this situation? 2. php.ini search path has CWD as the first element. This is IMHO major inconvinience if we want to make PHP more suitable for writing general purpose applications like PHP-GTK, etc. The execution of the program shold not depend on where the program was started from. 3. Should CLI get its own php.ini? Some people have suggested php-cli.ini. Others wanted Apache style <IfModule>... arguing that the two would be mostly identical. I would ask the Q&A team to try to compile PHP on as many platforms and with as many different SAPIs as possible in order to avoid build problems association with the introduction of CLI. Edin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php