changelog Fri Aug 25 01:30:57 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2432&r2=1.2433&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2432 php-src/ChangeLog:1.2433 --- php-src/ChangeLog:1.2432 Thu Aug 24 01:30:49 2006 +++ php-src/ChangeLog Fri Aug 25 01:30:56 2006 @@ -1,3 +1,162 @@ +2006-08-24 Andrei Zmievski <[EMAIL PROTECTED]> + + * README.UNICODE: + -** empty log message *** + + * README.UNICODE: + Fix typo. + +2006-08-24 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/zip/php_zip.c: + - solve the relative path issues in TS environment + +2006-08-24 Antony Dovgal <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS + configure.in + main/php_version.h: + Back to dev + +2006-08-24 Antony Dovgal <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * main/php_compat.h