From: Date: Wed, 23 Nov 2005 06:51:42 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_2~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a08a89e9ebca4a13c8bcc921aa7a4cbf3ca9e3b6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0434d81504..d4caec8a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2005-11-22 Ilia Alshanetsky + + * UPGRADING + UPGRADING: + + file UPGRADING was initially added on branch PHP_5_1. + +2005-11-22 Antony Dovgal + + * (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 + + * (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 + + * (PHP_5_1) + ZendEngine2/zend_compile.c: + Removed {} E_STRICT pending furher discussion, may be introduced later on. + +2005-11-22 Antony Dovgal + + * 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 + + * 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 + + * Makefile.global: + - MF51: fix make install + + * (PHP_5_1) + Makefile.global: + - fix make install + 2005-11-21 Rui Hirokawa * (PHP_4_4) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6954ef10ef..547ba3272a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-11-22 Ilia Alshanetsky + + * (PHP_5_1) + zend_compile.c: + Removed {} E_STRICT pending furher discussion, may be introduced later on. + 2005-11-21 Marcus Boerger * (PHP_5_1)