From: Date: Sun, 20 Oct 2002 00:33:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0pre2~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc7a4267311b56e9efe83f4ed6db661379c89dda;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ad3a3f33b2..0ecbba4e4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2002-10-19 Derick Rethans + + * ext/standard/tests/strings/implode.phpt: + - Hopefully fix test file problems + +2002-10-19 Ilia Alshanetsky + + * ext/dio/dio.c: Silence compile warning. + + * main/network.c: Silence compile warning, when compiling --with-openssl. + + * main/network.c: Fixed a typo. + +2002-10-19 Maxim Maletsky + + * ext/oci8/oci8.c: a silly comment typo + + * ext/oci8/oci8.c: + - fixed proto for OciBindByName to represent the forth parameter optional + +2002-10-19 Jani Taskinen + + * ext/gd/config.m4: + --with-zlib-dir has to be defined here to enable phpize build + +2002-10-19 Wez Furlong + + * ext/standard/file.c + main/php_streams.h + main/streams.c: made fgets() binary safe. + php_stream_gets is now a macro which calls php_stream_get_line. The latter + has an option argument to return the number of bytes in the line. + Functions like fgetcsv(), fgetss() can be made binary safe by calling + php_stream_get_line directly. + + +2002-10-19 Derick Rethans + + * ext/pgsql/pgsql.c: - Style polizei =) + +2002-10-19 Wez Furlong + + * main/streams.c: Probable fix for #19944 + +2002-10-19 Marcus Börger + + * ext/exif/exif.c + ext/exif/tests/005.phpt + ext/exif/tests/test5.jpg: + MFH: Allow ifd start at offset other than 00000008h and provide testcase. + + * ext/exif/exif.c + ext/exif/tests/005.phpt + ext/exif/tests/test5.jpg: + Allow ifd start at offset other than 00000007h and provide testcase. + +2002-10-19 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: + Revert invalid patch. It seems the real problem is in php error + function(s). It exits with return code -1 when php_error_docref() + is called. + + There is custom error handler and without custom error handler, + it is working. + + * ext/pgsql/pgsql.c: Skip field when there is obvious error. + Fixed freeing of wrong zval. + + * ext/pgsql/pgsql.c: Fixed typo. + 2002-10-18 Ilia Alshanetsky * ext/standard/url.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1c67329850..0e6e98d693 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2002-10-19 Andi Gutmans + + * zend_compile.h: - Fix compile warning. + + * zend_opcode.c + zend_compile.h + zend_execute.c: - Improve opcode dispatching + 2002-10-18 Andi Gutmans * zend.c