diff options
author | <changelog@php.net> | 2001-07-25 00:10:17 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-07-25 00:10:17 +0000 |
commit | 0dfedc400efa85a35e59f5616cd5f6cacb80f0e0 (patch) | |
tree | 7b7a989f9312185b00e8732679f8e3d98df3cfe0 | |
parent | e308a157bf6f8049ec25887c4be9e86217473005 (diff) | |
download | php-git-0dfedc400efa85a35e59f5616cd5f6cacb80f0e0.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +2001-07-24 Andrei Zmievski <andrei@ispi.net> + + * main/internal_functions.c.in: + Remove references to global startup functions. + +2001-07-24 Zeev Suraski <zeev@zend.com> + + * sapi/apache/mod_php4.c + sapi/servlet/servlet.c + main/php.h + main/php_main.h + main/SAPI.c + main/internal_functions_win32.c + main/main.c: Get rid of the redundant global startup code + +2001-07-24 Frank M. Kromann <frank@frontbase.com> + + * ext/fbsql/php_fbsql.c: Add extra check on Delete statements + +2001-07-24 Harald Radi <h.radi@nme.at> + + * ext/com/conversion.c: removed duplicate code and changed + code slightly to be compatible with broken + com implementations + +2001-07-24 Andi Gutmans <andi@zend.com> + + * ext/standard/assert.c: - MSHUTDOWN needs to return SUCCESS/FAILURE + 2001-07-23 Stig Bakken <ssb@fast.no> * pear/DB/mysql.php: |