> > 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, but as somebody pointed out earlier, some hosts use this feature
> to give customers their own php.ini. which should continue to work.

OK. I have limited the change to CLI SAPI. Other SAPIs including CGI are
unaffected.

> > 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'd go with the <IfMOdule> thingy. I looked into the parser for this and
> it should be possible to add this functionality.

Would you try implementing it?

Edin


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to