[PHP-CVS] cvs: php-src / NEWS /main main.c

2004-03-16 Thread Derick Rethans
derick Tue Mar 16 17:27:58 2004 EDT Modified files: /php-src/main main.c /php-srcNEWS Log: - Replaced the exec_finished hook by the zend_post_deactive hook for extensions. The new hook will be run after the symbol table and destructors are r

Re: [PHP-CVS] cvs: php-src / NEWS /main main.c

2004-02-15 Thread Zeev Suraski
That looks wrong, stuff that may be necessary for reporting this error may not be initialized before module_initialized is on. Please revert or explain why you think it's no longer necessary :) Zeev At 19:00 15/02/2004, Marcus Boerger wrote: helly Sun Feb 15 12:00:43 2004 EDT Modi

[PHP-CVS] cvs: php-src / NEWS /main main.c

2004-02-15 Thread Marcus Boerger
helly Sun Feb 15 12:00:43 2004 EDT Modified files: /php-src/main main.c /php-srcNEWS Log: Fix startup errors http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.592&r2=1.593&ty=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.592 php-