From e09f789c14854c3b031237406339a6ccd13c6fd1 Mon Sep 17 00:00:00 2001 From: Date: Thu, 25 Jul 2002 00:18:55 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ Zend/ChangeLog | 11 +++++++++++ 2 files changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index 552f417bb9..e6b665e939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2002-07-24 sesser + + * main/php_variables.c: MFH + + * main/php_variables.c: break out if there is no data to work on. + +2002-07-24 derick + + * ext/standard/head.c: - MFH for fix for bug #16626 + + * main/SAPI.c: - MFH for fix for bug #18268 + +2002-07-24 yohgaki + + * ext/standard/incomplete_class.c + ext/standard/php_incomplete_class.h + ext/standard/type.c: + is_object() returns FALSE if object is a "incomplete object". + Raise E_NOTICE, instead of E_ERROR, for setting/getting properties + to/from a "incomplete object". + +2002-07-24 steinm + + * ext/hyperwave/hw.c: - removed unused variable + +2002-07-24 helly + + * ext/exif/exif.c: -naming convention + -better notices + -(D)WORD are unsigned datatypes + -started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers + 2002-07-23 Jim Winstead * ext/standard/credits.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3aac322dbc..b1cae5566c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2002-07-24 Andi Gutmans + + * zend_mm.c: - Fix some compile problems with the new configure checks. + +2002-07-24 James Cox + + * Zend.m4 + zend_mm.c: move testing for the alignment values into configure. + + * Zend.m4: ws fixes. + 2002-07-23 Andi Gutmans * zend_hash.c: - Fix WS. -- 2.50.1