From: Date: Mon, 30 Jun 2003 00:30:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_ARG_INFO~546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68749958ab24f88e85f90409eb27456aaddd49de;p=php ChangeLog update --- diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0c0dfbbdd2..4bb4fecfd4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2003-06-29 Ilia Alshanetsky + + * zend_object_handlers.c: + Fixed bug #24279 (__get() crash when no value is returned) + +2003-06-29 Sebastian Bergmann + + * ZEND_CHANGES: + Remove namespace references. + +2003-06-29 Sterling Hughes + + * zend_operators.c: + Very simple, but very effective optimization. Provides a signifigant speed + improvement to matches done via '=='. This checks that the lengths of two + strings are equal before performing a memcmp() on them. + 2003-06-23 Zeev Suraski * zend_execute.c: