From: Date: Wed, 27 Jul 2005 05:38:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bed55bd176caee50f327797964442e72c738a409;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bfca664a1c..103a28aa73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2005-07-26 Ilia Alshanetsky + + * NEWS: + Fixed bug #33869 (strtotime() problem with "+1days" format). + +2005-07-26 Antony Dovgal + + * (PHP_4_4) + ext/pcre/pcrelib/pcre.c: + nuke unused var + +2005-07-26 Jani Taskinen + + * ZendEngine2/zend_execute_API.c: + bug #33865 + +2005-07-26 Anantha Kesari H Y + + * (PHP_4_4) + ext/mysql/config.m4: + NetWare libmysqlclient library is available as libmysql(olden times 8.3 + limitation). + Applying the accepted patches on 5.0 tree. + --Kamesh + + * (PHP_4_4) + main/fopen_wrappers.c + main/main.c + main/network.c + main/php_scandir.c + main/user_streams.c: + main/main.c + Removing redundant NEW_LIBC checks + + main/fopen_wrappers.c + NetWare LibC SDK has sys/pwd.h and sys/param.h + Removed redundant NEW_LIBC checks + + main/user_streams.c + NetWare specific stat structure issues. + + main/php_scandir.c + Netware LibC SDK does not have search.h + + main/network.c + Removed redundant NEW_LIBC checks. + NetWare LibC SDK has sys/param.h + --Kamesh + + * (PHP_4_4) + TSRM/TSRM.c + TSRM/TSRM.h + TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.h: + TSRM/TSRM.h + NetWare can make use of autoconf based build. + PTHREADS implementation of NetWare is good enough so dropping the code for + NetWare specific thread implementation in preference to PTHREADS + + TSRM/TSRM.c + PTHREADS implementation of NetWare is good enough so dropping the code for + NetWare specific thread implementation in preference to PTHREADS + + TSRM/tsrm_virtual_cwd.c + NetWare can make use of autoconf based build. + Removed redundant CLIB_STAT_PATCH checks + NetWare specific fixes from PHP_5_0. + + TSRM/tsrm_virtual_cwd.h + Removed redundant CLIB_STAT_PATCH checks + NetWare specific fixes from PHP_5_0. + + --Kamesh + + * main/config.nw.h: + NetWare can make use of autoconf based build + --Kamesh + + * (PHP_5_0) + main/config.nw.h: + removed main/config.nw.h + -- Kamesh + + * (PHP_5_0) + ext/bcmath/libbcmath/src/config.h + ext/mcve/mcve.c + ext/pcre/pcrelib/internal.h + main/php_sprintf.c: + ext/pcre/pcrelib/internal.h + NetWare can make use autoconf based build. + + main/php_sprintf.c + NetWare can make use autoconf based build. + + ext/bcmath/libbcmath/src/config.h + NetWare can make use autoconf based build. + + ext/mcve/mcve.c + NetWare can make use autoconf based build. + + -- Kamesh + 2005-07-25 Ilia Alshanetsky * ext/pspell/README: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3bb39afe25..fd9c50a5f1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-07-26 Jani Taskinen + + * zend_execute_API.c: + bug #33865 + 2005-07-25 Marcus Boerger * zend_API.c: