diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 59 |
1 files changed, 59 insertions, 0 deletions
@@ -1,3 +1,62 @@ +2005-07-29 Wez Furlong <wez.php@thebrainroom.net> + + * regex/regerror.c: + switch to ansi declaration so that vs.net 2005 groks it. + +2005-07-29 Jani Taskinen <jani.taskinen@sci.fi> + + * ext/informix/config.m4: + - Fixed bug #33837 (Informix ESQL version numbering schema changed) + +2005-07-29 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * run-tests.php: + - Add ENV support (mike) + +2005-07-29 Ilia Alshanetsky <ilia@prohost.org> + + * 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 <jani.taskinen@sci.fi> + + * 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 <hyanantha@novell.com> + + * (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 <jani.taskinen@sci.fi> + + * ZendEngine2/zend_vm_execute.h: + update generated file + 2005-07-28 Ilia Alshanetsky <ilia@prohost.org> * NEWS: |