1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

ChangeLog update

This commit is contained in:
2004-06-26 00:32:25 +00:00
parent 42f7b8026c
commit f125cb60cc
2 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,21 @@
2004-06-25 Edin Kadribasic <edink@emini.dk>
* sapi/apache2handler/sapi_apache2.c:
MFB: Memory leak fix (patch by Joe Orton)
Fixes #28113. Adapted to php5 by Magnus Määttä.
2004-06-25 Wez Furlong <wez.php@thebrainroom.net>
* ZendEngine2/zend_stream.c
ZendEngine2/zend_stream.h:
export zend stream functions for zend extensions under windows
2004-06-25 Edin Kadribasic <edink@emini.dk>
* (PHP_4_3)
sapi/apache2handler/sapi_apache2.c:
Memory leak fix (patch by Joe Orton)
2004-06-24 Sara Golemon <php@alphaweb.net>
* (PHP_4_3)

View File

@@ -1,3 +1,9 @@
2004-06-25 Wez Furlong <wez.php@thebrainroom.net>
* zend_stream.c
zend_stream.h:
export zend stream functions for zend extensions under windows
2004-06-24 Sara Golemon <php@alphaweb.net>
* zend_execute.c: