From: Date: Tue, 9 Jan 2007 01:31:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8765d8553d59388208032f3a4b9055b114ec87e9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0b547c3750..c18be0cd09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,114 @@ +2007-01-08 Nuno Lopes + + * ext/gd/gd.c + ext/gd/php_gd.h: + MFB + + * (PHP_5_2) + ext/gd/gd.c + ext/gd/php_gd.h: + avoid calling MSHUTDOWN when built without libt1 + + * ext/sysvmsg/php_sysvmsg.h + ext/sysvmsg/sysvmsg.c: + MFB: remove mshutdown func + + * (PHP_5_2) + ext/sysvmsg/php_sysvmsg.h + ext/sysvmsg/sysvmsg.c: + remove useless MSHUTDOWN function + + * ext/hash/hash.c + ext/hash/hash_adler32.c + ext/hash/hash_crc32.c + ext/hash/hash_gost.c + ext/hash/hash_haval.c + ext/hash/hash_md.c + ext/hash/hash_ripemd.c + ext/hash/hash_salsa.c + ext/hash/hash_sha.c + ext/hash/hash_snefru.c + ext/hash/hash_tiger.c + ext/hash/hash_whirlpool.c + ext/hash/php_hash.h: + MFB: constify + + * (PHP_5_2) + ext/hash/hash.c + ext/hash/hash_adler32.c + ext/hash/hash_crc32.c + ext/hash/hash_gost.c + ext/hash/hash_haval.c + ext/hash/hash_md.c + ext/hash/hash_ripemd.c + ext/hash/hash_salsa.c + ext/hash/hash_sha.c + ext/hash/hash_snefru.c + ext/hash/hash_tiger.c + ext/hash/hash_whirlpool.c + ext/hash/php_hash.h: + make the hash_ops structures const and save some memory + +2007-01-08 Sara Golemon + + * ext/curl/interface.c: + Add CURLOPT_TCP_NODELAY + + * ext/libxml/libxml.c + ext/libxml/php_libxml.h: + Allow libxml DomNodes to remain persistent when requested by other + extensions + +2007-01-08 Andrei Zmievski + + * ext/imap/config.m4: + Fix IMAP check. + + * ZendEngine2/zend_unicode.c: + Let caller issue error. + + * ZendEngine2/zend_vm_def.h: + Note. + +2007-01-08 Ilia Alshanetsky + + * ext/standard/string.c: + + MFB: Use safe_emalloc() rather then emalloc() + + * (PHP_4_4) + ext/standard/string.c: + + MFH: Use safe_emalloc() rather then emalloc() + + * (PHP_5_2) + ext/standard/string.c: + + Use safe_emalloc() rather then emalloc() + + * (PHP_5_2) + NEWS + ext/spl/php_spl.c + ext/spl/tests/bug38325.phpt + ext/spl/tests/bug38325.phpt: + + Fixed bug #38325 (spl_autoload_register() gaves wrong line for "class + not found"). + + * (PHP_5_2) + ext/spl/php_spl.c + main/main.c + main/php_main.h: + + Provide means for opening file for zend with error supression. Allows us + to + avoid INI hackery such as the one used in SPL. + +2007-01-08 Edin Kadribasic + + * win32/build/Makefile: + Make mt more silent + 2007-01-07 Sara Golemon * ZendEngine2/zend_alloc.h: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c4aeb7dad4..af165eea64 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2007-01-08 Andrei Zmievski + + * zend_unicode.c: + Let caller issue error. + + * zend_vm_def.h: + Note. + 2007-01-07 Sara Golemon * zend_alloc.h: