From: Date: Fri, 25 Aug 2006 01:30:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1882 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e84d563306e0d498d1161d6b7fb07c0f03a4a0b7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 47c2cae388..b3c05a46d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,162 @@ +2006-08-24 Andrei Zmievski + + * README.UNICODE: + -** empty log message *** + + * README.UNICODE: + Fix typo. + +2006-08-24 Pierre-Alain Joye + + * ext/zip/php_zip.c: + - store the resolved path + + * ext/zip/php_zip.c: + - MFB: solve the relative path issues in TS environment + +2006-08-24 Seiji Masugata + + * ext/mbstring/oniguruma/AUTHORS + ext/mbstring/oniguruma/AUTHORS: + + file AUTHORS was initially added on branch PHP_5_2. + + * (PHP_5_2) + ext/mbstring/oniguruma/HISTORY + ext/mbstring/oniguruma/index.html + ext/mbstring/oniguruma/oniguruma.h + ext/mbstring/oniguruma/regcomp.c + ext/mbstring/oniguruma/regexec.c + ext/mbstring/oniguruma/regint.h + ext/mbstring/oniguruma/regparse.c + ext/mbstring/oniguruma/regparse.h + ext/mbstring/oniguruma/regposix.c: + Updated bundled oniguruma library (used for multibyte regular expression) + to 4.3.1. + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + added returned value in mb_get_info( ). + +2006-08-24 Pierre-Alain Joye + + * (PHP_5_2) + ext/zip/php_zip.c: + - solve the relative path issues in TS environment + +2006-08-24 Antony Dovgal + + * (PHP_5_2) + ext/pdo/config.m4: + it's not a PEAR only issue + + * ext/pdo/config.m4: + it's not a PEAR only issue, this happens with shared builds also + +2006-08-24 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + configure.in + main/php_version.h: + Back to dev + +2006-08-24 Antony Dovgal + + * (PHP_5_2) + ext/sysvmsg/config.m4: + sys/msg.h does not exist on MacOS X + + * ext/sysvmsg/config.m4: + sys/msg.h does not exist on MacOS X, we need to detect it in configure + + * ext/oci8/oci8.c + ext/oci8/oci8.c: + update version in phpinfo() + + * ext/oci8/oci8.c + ext/oci8/oci8.c: + bump version number + + * (PHP_5_2) + ext/oci8/oci8.c: + compat fixes + + * (PHP_5_2) + ext/oci8/package.xml: + release 1.2.2 from 5_2 branch, as HEAD doesn't have safe_mode anymore + + * ext/oci8/package.xml: + prepare to 1.2.2 release + + * ext/zlib/tests/005.phpt + ext/zlib/tests/005.phpt: + the error message is different on different OSes and zlib versions + + * (PHP_5_2) + ext/standard/tests/time/bug38524.phpt: + tm_yday may be 0 + + * ext/standard/tests/time/bug38524.phpt: + tm_yday may be 0 (Solaris) + + * (PHP_5_2) + ext/standard/config.m4 + ext/standard/datetime.c: + MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing + declaration + + * ext/standard/config.m4 + ext/standard/datetime.c: + this fixes segfault in strptime() on 64bit Linuxes, caused by the missing + declaration + unfortunately defining _XOPEN_SOURCE breaks the build (some odd + dependencies in glibc headers) and this seems to be the best solution + +2006-08-24 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.c: + Fixed bug #38315 (Constructing in the destructor causes weird behaviour) + +2006-08-24 Antony Dovgal + + * (PHP_4_4) + NEWS + ext/standard/tests/file/bug38450.phpt + main/user_streams.c: + fix #38450 (constructor is not called for classes used in userspace stream + wrappers) + + * (PHP_4_4) + NEWS + ext/wddx/wddx.c + ext/wddx/tests/bug38738.phpt + ext/wddx/tests/bug38738.phpt: + fix #38378 (wddx_serialize_value() generates no wellformed xml) + +2006-08-24 Dmitry Stogov + + * (PHP_5_2) + NEWS + ext/soap/php_soap.h + ext/soap/php_soap.h + ext/soap/soap.c + ext/soap/soap.c + ext/soap/tests/server026.phpt + ext/soap/tests/server026.phpt + ext/soap/tests/server026.phpt + ext/soap/tests/server027.phpt + ext/soap/tests/server027.phpt + ext/soap/tests/server027.phpt + ext/soap/tests/server028.phpt + ext/soap/tests/server028.phpt + ext/soap/tests/server028.phpt: + Added SoapServer::setObject() method (it is a simplified version of + SoapServer::setClass() method). + 2006-08-23 Andrei Zmievski * main/php_compat.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 28f6f7e914..29dca6f68e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2006-08-24 Dmitry Stogov + + * zend_hash.c + zend_hash.c: + Fixed bug #38315 (Constructing in the destructor causes weird behaviour) + 2006-08-23 Dmitry Stogov * zend_alloc.c