Re: [PHP-DEV] php.ini

2005-05-05 Thread Herbert Grunwald
I propose the following trivial patches to PHP5 to resolve the problem. 1) Registry based fix: diff -Nurp win32.orig\registry.c win32\registry.c --- win32.orig\registry.c Mon Mar 14 18:12:56 2005 +++ win32\registry.cThu May 05 13:47:40 2005 @@ -1,7 +1,7 @@ #include "php.h" #include "p

Re: [PHP-DEV] php.ini

2005-05-04 Thread Herbert Grunwald
Very few people will want to run PHP as a CGI executable. And I am not among the few who do ;). On 5/4/05, Richard Black <[EMAIL PROTECTED]> wrote: > > If you install PHP as a CGI exe rather than as a server module, you can > pick up a php.ini file from the same folder as the script you wish to r

[PHP-DEV] php.ini

2005-05-04 Thread Herbert Grunwald
I'm running both PHP4 and PHP5 in two different virtual directories in IIS. (That means that different virtual dirs use different ISAPI .dll-s for .php files.) Everything works fine, except php.ini -- it is obvious that I can't use a shared php.ini. But there seems to be no way of specifying diffe