[PHP-CVS] cvs: php4 /main main.c php_ini.c php_ini.h

2001-03-17 Thread Zeev Suraski
zeevSat Mar 17 15:35:32 2001 EDT Modified files: /php4/main main.c php_ini.c php_ini.h Log: Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49) Index: php4/main/main.c diff -u php4/main/main.c:1.356 php4/main/main.c:1.357

Re: [PHP-CVS] cvs: php4 /main main.c php_ini.c

2001-02-21 Thread Hartmut Holzgraefe
Zeev Suraski wrote: Wouldn't that happen even without the patch? I'd imagine the dynamic extensions would be last on the list..? no, extensions found in php.ini were loaded and initialised immediately after ini parsing was done, before initialization of builtins and even before

[PHP-CVS] cvs: php4 /main main.c php_ini.c

2001-02-20 Thread Hartmut Holzgraefe
hholzgraTue Feb 20 17:43:15 2001 EDT Modified files: /php4/main main.c php_ini.c Log: will now initialize dynamic extensions *after* static ones Index: php4/main/main.c diff -u php4/main/main.c:1.349 php4/main/main.c:1.350 --- php4/main/main.c:1.349

Re: [PHP-CVS] cvs: php4 /main main.c php_ini.c

2001-02-20 Thread Zeev Suraski
Wouldn't that happen even without the patch? I'd imagine the dynamic extensions would be last on the list..? Zeev At 20:43 20/2/2001, Hartmut Holzgraefe wrote: hholzgraTue Feb 20 17:43:15 2001 EDT Modified files: /php4/main main.c php_ini.c Log: will now

[PHP-CVS] cvs: php4 /main main.c php_ini.c

2001-01-13 Thread Zeev Suraski
zeevSat Jan 13 05:10:50 2001 EDT Modified files: /php4/main main.c php_ini.c Log: Remove stale code Index: php4/main/main.c diff -u php4/main/main.c:1.346 php4/main/main.c:1.347 --- php4/main/main.c:1.346 Sun Jan 7 10:38:38 2001 +++