From: Date: Wed, 14 Aug 2002 00:18:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha3~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa626babf228375f869f7dbf296aae335df0cb82;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 401db7373b..1daf5324e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,103 @@ +2002-08-13 kalowsky + + * ext/odbc/php_odbc.c: Fix for Bug #17572 + + * ext/standard/pack.c: + Fixed another memory leak, patch provided by Ilia + + * ext/standard/pack.c: + Fixes a memory leak which results when an invalid format code is + specified. Patch by Ilia + + * CODING_STANDARDS: + As per the suggestion on php-dev, now please #ifdef 0_ + + * NEWS: Updating to reflect ODBC additons and default timeout + + * ext/odbc/php_odbc.c: fixing my misunderstanding of the php_error_docref + + * ext/cpdf/cpdf.c: Removing the PHP_31 tag... + +2002-08-13 helly + + * CODING_STANDARDS: -better use external example + -say NULL is intended + -correct example + + * php.ini-dist + php.ini-recommended: docref_root and docref_ext for php_error_docref() + +2002-08-13 kalowsky + + * main/network.c: + Correcting as per discussion with Iliaa and Edin on efnet://#php.bugs + + * main/network.c: + Bug Fix #16113, as reflective of a php-dev convo between wez and iliaa + + * ext/odbc/php_odbc.c: + Fixing the php_error_docref's to be compliant with the standard. + +2002-08-13 helly + + * CODING_STANDARDS: comments & php_error_docref + + * ext/exif/exif.c: some work on the messages + + * main/main.c: allow target anchor only for docref parameter + +2002-08-13 fujimoto + + * Makefile.global: + cleaning up include files created by PHP_DEFINE when 'make distclean'ed + +2002-08-13 kalowsky + + * ext/qtdom/config.m4: Fix for Bug #18873 + +2002-08-13 Rasmus Lerdorf + + * ext/standard/file.c + ext/standard/dir.c: Missing proto + + * ext/oci8/oci8.c: Single-line comments please + +2002-08-13 kalowsky + + * ext/odbc/php_odbc.c: spelling error + + * ext/odbc/php_odbc.c: Added more folding markers.... + +2002-08-13 Rasmus Lerdorf + + * ext/ldap/ldap.c + ext/standard/basic_functions.c + ext/mbstring/mbstring.c + ext/xmlrpc/xmlrpc-epi-php.c + main/output.c: bool not boolean + + * main/output.c: Use int, not integer. + + * ext/standard/dir.c: dir() returns an instantiated object, not a class. + + * ext/mcve/mcve.c: Don't use long as a type + + * ext/ftp/php_ftp.c: Fix typo + + * ext/exif/exif.c: Don't use long as a type + +2002-08-13 kalowsky + + * ext/db/db.c: Fix for Bug #18746 by sfox and I + +2002-08-13 Rasmus Lerdorf + + * sapi/apache/php_apache.c: Fix proto + +2002-08-13 kalowsky + + * ext/odbc/php_odbc.c: Let to php_error_docref revolution begin + 2002-08-12 helly * ext/exif/exif.c: use of php_error_docref diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f04e7a69a1..e1b4a11a11 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2002-08-13 Andi Gutmans + + * zend_execute_API.c: + - Fix crash when exception is raised in __autoload function + +2002-08-13 Zeev Suraski + + * zend.h: MFZE1 + 2002-08-08 sebastian * zend_objects.c: Fix warning.