1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00

ChangeLog update

This commit is contained in:
2004-08-09 00:34:17 +00:00
parent f268ada2f3
commit 7374258dc1

View File

@@ -1,3 +1,34 @@
2004-08-08 Ilia Alshanetsky <ilia@prohost.org>
* 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 <chregu@phant.ch>
* (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 <wez.php@thebrainroom.net>
* (PHP_5_0)