From: Date: Sat, 30 Jul 2005 05:37:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c8d91f55861812ff165c3b9886555869f4e54df;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4bdfdab669..4d1465e267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2005-07-29 Wez Furlong + + * regex/regerror.c: + switch to ansi declaration so that vs.net 2005 groks it. + +2005-07-29 Jani Taskinen + + * ext/informix/config.m4: + - Fixed bug #33837 (Informix ESQL version numbering schema changed) + +2005-07-29 Marcus Boerger + + * run-tests.php: + - Add ENV support (mike) + +2005-07-29 Ilia Alshanetsky + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + Fixed warning message generated when isset() or empty() are given invalid + offset type. + + * NEWS + main/php_variables.c: + Fixed bug #33904 (input array keys being escaped when magic quotes is off). + +2005-07-29 Jani Taskinen + + * main/php_ini.c: + - Fixed few logic errors in php*.ini search path creation as documented + here: + + http://fi.php.net/manual/en/configuration.php#configuration.file + + + * NEWS + ext/standard/dl.c: + - Fixed bug #33899 (CLI: setting extension_dir=some/path + extension=foobar.so does not work) + + * NEWS + ext/standard/math.c: + - Fixed bug #33917 (number_format() output with > 1 char separators) + +2005-07-29 Anantha Kesari H Y + + * (PHP_4_4) + Zend/acconfig.h + ZendEngine2/acconfig.h + ZendEngine2/acconfig.h: + In NetWare few of the programs like apache2 and ldap use winsock inclusinf + sys/socket.h is not desirable. + --Kamesh + +2005-07-29 Jani Taskinen + + * ZendEngine2/zend_vm_execute.h: + update generated file + 2005-07-28 Ilia Alshanetsky * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bbe7dc3c9c..937578481a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2005-07-29 Ilia Alshanetsky + + * zend_vm_def.h + zend_vm_execute.h: + Fixed warning message generated when isset() or empty() are given invalid + offset type. + +2005-07-29 Anantha Kesari H Y + + * acconfig.h + acconfig.h: + In NetWare few of the programs like apache2 and ldap use winsock inclusinf + sys/socket.h is not desirable. + --Kamesh + +2005-07-29 Jani Taskinen + + * zend_vm_execute.h: + update generated file + 2005-07-28 Andi Gutmans * zend_vm_def.h: