diff --git a/ChangeLog b/ChangeLog index 59e2098a6a0..0ee9ff4f0af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2004-08-08 Ilia Alshanetsky + + * pear/tests/pear_config.phpt + pear/tests/pear_config_1.1.phpt + pear/tests/pear_registry_1.1.phpt: + When skip condition is met, stop. + + * ext/standard/math.c: + MFB: removed \r characters. + + * (PHP_5_0) + ext/standard/math.c: + Remove \r characters from file. + +2004-08-08 Christian Stocker + + * (PHP_5_0) + NEWS: + Fixed bug #29573. + + * (PHP_5_0) + ext/xsl/xsltprocessor.c: + MFH (fix for Bug #29573 : Segmentation fault when php function(called from + XSLT templat) throw exception + and Zero Byte Memory Leaks) + + * ext/xsl/xsltprocessor.c: + - Fix bug #29573: Segmentation fault when php function(called from XSLT + templat) throw exception + - Fix some 0 Byte Memory Leaks + 2004-08-07 Wez Furlong * (PHP_5_0)