]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 26 Oct 2005 05:40:59 +0000 (05:40 +0000)
committer <changelog@php.net> <>
Wed, 26 Oct 2005 05:40:59 +0000 (05:40 +0000)
ChangeLog
Zend/ChangeLog

index f6d8e3b3e1ca8a087d657361cdcfe61d26ffa725..84e2d60e380d0df0f11db4a7f26e0e9dc6fb8a0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+2005-10-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_extensions.h:
+      - MFH zend_is_callable_ex() returns zend_class_entry* if available
+
+    * ZendEngine2/zend_API.c:
+      - Make the code a bit clearer
+
+2005-10-25  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_1)
+      ext/gd/gd.c:
+      - fix #34980, divisor and offset never passed correctly (s/float/double/)
+
+2005-10-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_extensions.h:
+      - api was changed, also we are here in api 3.*, not 2 anymore
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h:
+      - Make zend_is_callable_ex() return the class netry if available
+
+2005-10-25  Michael Wallner  <mike@iworks.at>
+
+    * (PHP_5_1)
+      NEWS:
+      fix bug #34965 tidy is not binary safe
+
+2005-10-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS
+      ext/bz2/bz2.c:
+      MFH: Fixed bug #34968 (bz2 extension fails on to build on some win32
+      setups).
+
+    * ext/bz2/bz2.c:
+      Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
+
+2005-10-25  Michael Wallner  <mike@iworks.at>
+
+    * ext/zlib/zlib.c
+      ext/zlib/zlib.c:
+      - fix the fix
+
+    * ext/zlib/tests/bug_34821.phpt:
+      - add test case too
+
+    * ext/zlib/tests/bug_34821.phpt
+      ext/zlib/tests/bug_34821.phpt:
+      
+      file bug_34821.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      NEWS
+      ext/zlib/zlib.c:
+      - MFH: fix bug #34821 zlib encoders fail on widely varying binary data on
+      windows
+
+    * ext/zlib/zlib.c:
+      - fix bug #34821 zlib encoders fail on widely varying binary data on
+      windows
+
+2005-10-25  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      ext/standard/dns.c
+      ext/standard/dns.c:
+      MFH: apply workaround for the leak only when GLIBC is used
+
+    * ext/standard/dns.c:
+      apply workaround for the leak only when GLIBC is used
+
+    * (PHP_5_1)
+      NEWS:
+      fix the order
+
+2005-10-25  Michael Wallner  <mike@iworks.at>
+
+    * (PHP_5_1)
+      NEWS
+      ext/curl/config.m4
+      ext/curl/config.w32
+      ext/curl/interface.c:
+      - MFH: thread safe SSL crypto locks, fixes bug #33760
+
+    * ext/curl/config.m4
+      ext/curl/config.w32
+      ext/curl/interface.c:
+      - thread safe SSL crypto locks, fixes bug #33760
+
+2005-10-25  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/iconv/tests/bug16069.phpt
+      ext/iconv/tests/eucjp2iso2022jp.phpt
+      ext/iconv/tests/eucjp2sjis.phpt
+      ext/iconv/tests/eucjp2utf8.phpt
+      ext/iconv/tests/iconv001.phpt
+      ext/iconv/tests/iconv002.phpt
+      ext/iconv/tests/ob_iconv_handler.phpt
+      ext/iconv/tests/translit-failure.phpt
+      ext/iconv/tests/translit-utf8.phpt:
+      MFB51: Do not run tests if iconv extension is unavailable.
+
+    * (PHP_5_1)
+      ext/iconv/tests/bug16069.phpt
+      ext/iconv/tests/eucjp2iso2022jp.phpt
+      ext/iconv/tests/eucjp2sjis.phpt
+      ext/iconv/tests/eucjp2utf8.phpt
+      ext/iconv/tests/iconv001.phpt
+      ext/iconv/tests/iconv002.phpt
+      ext/iconv/tests/ob_iconv_handler.phpt
+      ext/iconv/tests/translit-failure.phpt
+      ext/iconv/tests/translit-utf8.phpt:
+      Do not run tests if iconv extension is unavailable.
+
+2005-10-25  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      ext/standard/dns.c
+      ext/standard/dns.c:
+      MFH: fix problem with garbage appearing in hostnames
+
+    * ext/standard/dns.c:
+      fix problem with garbage appearing in hostnames
+
 2005-10-24  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * ext/ldap/config.m4:
index 014dc719b943f097859c2747f89fb2f072466864..697c309686900ddaa4600bd8152238a582d4d7ed 100644 (file)
@@ -1,3 +1,21 @@
+2005-10-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      zend_API.c
+      zend_API.h
+      zend_extensions.h:
+      - MFH zend_is_callable_ex() returns zend_class_entry* if available
+
+    * zend_API.c:
+      - Make the code a bit clearer
+
+    * zend_extensions.h:
+      - api was changed, also we are here in api 3.*, not 2 anymore
+
+    * zend_API.c
+      zend_API.h:
+      - Make zend_is_callable_ex() return the class netry if available
+
 2005-10-24  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_language_scanner.l: