From: Date: Fri, 12 Jan 2007 01:31:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2db8020bcbfdca890b30e66c77786f2378ff7966;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 446276a9f6..e59dd8148f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,111 @@ +2007-01-11 Andrei Zmievski + + * sapi/apache/mod_php.c: + Fake out the module name, since the filename is different now. + +2007-01-11 Marcus Boerger + + * ZendEngine2/zend_API.h + ZendEngine2/zend_unicode.h: + - Consistency: macros shall be uppercased (as requested by Andrei) + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - MFB Missing part of __toString() support + +2007-01-11 Antony Dovgal + + * ext/mbstring/php_mbregex.c: + avoid changing original zval + +2007-01-11 Marcus Boerger + + * ext/spl/spl_engine.h: + - Unicode support + + * ZendEngine2/zend_API.h + ZendEngine2/zend_unicode.h: + - Add zstrlen() helper + +2007-01-11 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend.c + ZendEngine2/zend.c + ZendEngine2/tests/bug35634.phpt + ZendEngine2/tests/bug35634.phpt + ZendEngine2/tests/bug35634.phpt: + Fixed bug #35634 (Erroneous "Class declarations may not be nested" error + raised). (Carl P. Corliss) + +2007-01-11 Antony Dovgal + + * ext/pgsql/pgsql.c: + make sure the string is non-empty and use strlcpy() & strlcat() + + * main/network.c: + use closesocket() on Win32 and close() on *nix + + * (PHP_5_2) + NEWS + ext/oci8/oci8_interface.c + ext/oci8/oci8_statement.c + ext/oci8/tests/array_bind_005.phpt + ext/oci8/tests/coll_019.phpt + ext/oci8/tests/define2.phpt + ext/oci8/tests/define3.phpt + ext/oci8/tests/define4.phpt + ext/oci8/tests/define5.phpt: + MFH: fix #39988 (type argument of oci_define_by_name() is ignored) + patch and tests by Chris Jones + + * ext/oci8/oci8_interface.c + ext/oci8/oci8_statement.c + ext/oci8/tests/coll_019.phpt + ext/oci8/tests/coll_019.phpt + ext/oci8/tests/define2.phpt + ext/oci8/tests/define2.phpt + ext/oci8/tests/define3.phpt + ext/oci8/tests/define3.phpt + ext/oci8/tests/define4.phpt + ext/oci8/tests/define4.phpt + ext/oci8/tests/define5.phpt + ext/oci8/tests/define5.phpt: + fix #39988 (type argument of oci_define_by_name() is ignored) + patch and tests by Chris Jones + + * (PHP_5_2) + NEWS + ext/oci8/oci8.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h + ext/oci8/tests/bug40078.phpt: + MFH: fix #40078 (ORA-01405 when fetching NULL values using + oci_bind_array_by_name()) + + * ext/oci8/oci8.c + ext/oci8/oci8_statement.c + ext/oci8/php_oci8_int.h + ext/oci8/tests/bug40078.phpt + ext/oci8/tests/bug40078.phpt: + fix #40078 (ORA-01405 when fetching NULL values using + oci_bind_array_by_name()) + + * main/.cvsignore + main/streams/.cvsignore + regex/.cvsignore: + add misssing temp directories to .cvsignore + +2007-01-11 Sara Golemon + + * ext/posix/posix.c: + + + * ext/posix/posix.c + ext/standard/filestat.c: + Some platforms have getpwnam_r() but are missing _SC_GETPW_R_SIZE_MAX + 2007-01-10 Andrei Zmievski * INSTALL diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 08f149aeaf..3a9ef29848 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,30 @@ +2007-01-11 Marcus Boerger + + * zend_API.h + zend_unicode.h: + - Consistency: macros shall be uppercased (as requested by Andrei) + + * zend_vm_def.h + zend_vm_execute.h: + - MFB Missing part of __toString() support + + * zend_API.h + zend_unicode.h: + - Add zstrlen() helper + +2007-01-11 Dmitry Stogov + + * zend.c + zend.c + tests/bug35634.phpt: + Fixed bug #35634 (Erroneous "Class declarations may not be nested" error + raised). (Carl P. Corliss) + + * tests/bug35634.phpt + tests/bug35634.phpt: + + file bug35634.phpt was initially added on branch PHP_5_2. + 2007-01-10 Andrei Zmievski * zend_API.h: