Re: [PHP-DEV] 4.2.0 & CLI

2002-02-28 Thread Derick Rethans
On Thu, 28 Feb 2002, Edin Kadribasic wrote: > Would you try implementing it? I'll try it sometime this week(end). Derick -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 4.2.0 & CLI

2002-02-28 Thread Edin Kadribasic
> > 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. > > Agreed, bu

[PHP-DEV] 4.2.0 & CLI

2002-02-27 Thread Edin Kadribasic
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,