]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 25 Aug 2006 01:30:59 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Fri, 25 Aug 2006 01:30:59 +0000 (01:30 +0000)
ChangeLog
Zend/ChangeLog

index 47c2cae38860b1bebce8d41f1f0de028b7bb67ff..b3c05a46d884a47def71e056074be7b487d66480 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,162 @@
+2006-08-24  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * README.UNICODE:
+      -** empty log message ***
+
+    * README.UNICODE:
+      Fix typo.
+
+2006-08-24  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * 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  <s.masugata@digicom.dnp.co.jp>
+
+    * 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  <pierre.dev@gmail.com>
+
+    * (PHP_5_2)
+      ext/zip/php_zip.c:
+      - solve the relative path issues in TS environment
+
+2006-08-24  Antony Dovgal  <antony@zend.com>
+
+    * (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  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS
+      configure.in
+      main/php_version.h:
+      Back to dev
+
+2006-08-24  Antony Dovgal  <antony@zend.com>
+
+    * (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  <dmitry@zend.com>
+
+    * (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  <antony@zend.com>
+
+    * (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  <dmitry@zend.com>
+
+    * (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  <andrei@gravitonic.com>
 
     * main/php_compat.h
index 28f6f7e914fd93accf0cc79fd11d6710c2922206..29dca6f68e4657682dd5f618c24c2c0f4ab403f0 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_hash.c
+      zend_hash.c:
+      Fixed bug #38315 (Constructing in the destructor causes weird behaviour)
+
 2006-08-23  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_alloc.c