]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 23 Nov 2005 06:51:42 +0000 (06:51 +0000)
committer <changelog@php.net> <>
Wed, 23 Nov 2005 06:51:42 +0000 (06:51 +0000)
ChangeLog
Zend/ChangeLog

index 0434d81504af0bce6fd89c868477dbbe4b8dc9ad..d4caec8a46e4f7351f05e1c371a5be30faab0965 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2005-11-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * UPGRADING
+      UPGRADING:
+      
+      file UPGRADING was initially added on branch PHP_5_1.
+
+2005-11-22  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_4_4)
+      NEWS
+      ext/curl/config.m4
+      ext/curl/config.m4:
+      MF51: fix #35341 (Fix for bug #33760 breaks build with older curl)
+
+    * (PHP_5_1)
+      NEWS
+      ext/curl/config.m4:
+      fix #35341 (Fix for bug #33760 breaks build with older curl)
+
+2005-11-22  Sara Golemon  <sara@golemon.com>
+
+    * (PHP_4_4)
+      ext/standard/php_fopen_wrapper.c:
+      Bugfix #35315 stream->position != stream->abstract
+
+    * ext/zlib/zlib_filter.c:
+      MFB (r-1.6.2.1)
+
+    * (PHP_5_1)
+      ext/zlib/zlib_filter.c:
+      Widen allowable range of values for 'window' bits.
+      Make -MAX_WBITS default (to match gzinflate() and gzdeflate())
+
+2005-11-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_compile.c:
+      Removed {} E_STRICT pending furher discussion, may be introduced later on.
+
+2005-11-22  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/oci8.c
+      ext/oci8/oci8_interface.c
+      ext/oci8/oci8_statement.c
+      ext/oci8/php_oci8_int.h:
+      Initial implementation of oci_bind_array_by_name()
+      
+      At the moment we support only these types:
+      SQLT_NUM, SQLT_INT, SQLT_LNG - integer/long
+      SQLT_FLT - float
+      SQLT_AFC, SQLT_CHR, SQLT_VCS, SQLT_AVC, SQLT_STR, SQLT_LVC - char/varchar
+      SQLT_ODT - date
+      
+      More supported types may follow.
+
+2005-11-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/ftp_fopen_wrapper.c:
+      MFB51: Fixed command error in ftp:// wrapper.
+
+    * (PHP_5_1)
+      ext/standard/ftp_fopen_wrapper.c:
+      Fixed command error in ftp:// wrapper.
+      
+
+    * (PHP_5_1)
+      ext/mysqli/tests/009.phpt:
+      Fixed test
+
+2005-11-22  Michael Wallner  <mike@iworks.at>
+
+    * Makefile.global:
+      - MF51: fix make install
+
+    * (PHP_5_1)
+      Makefile.global:
+      - fix make install
+
 2005-11-21  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
 
     * (PHP_4_4)
index 6954ef10ef9b19450e14bf7b2a200b3878f22bcd..547ba3272a09c936468f5e64d5fa259ca83902d4 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      zend_compile.c:
+      Removed {} E_STRICT pending furher discussion, may be introduced later on.
+
 2005-11-21  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)