changelog Sun Feb 4 01:31:12 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2590&r2=1.2591&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2590 php-src/ChangeLog:1.2591 --- php-src/ChangeLog:1.2590 Sat Feb 3 01:31:09 2007 +++ php-src/ChangeLog Sun Feb 4 01:31:12 2007 @@ -1,3 +1,21 @@ +2007-02-03 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_2) + main/php_memory_streams.h + main/streams/memory.c: + - MFH Add PHPAPI to stuff needed by streams API for shared exts + - MFH Readonly issue fix to memory streams option handling (still not + activated in 5.2.1 though) + + * main/main.c + main/php_open_temporary_file.c + main/php_open_temporary_file.h: + - Fix memleak + + * main/php_memory_streams.h + main/streams/memory.c: + - Fix mem/temp stream exports and readonlyissue + 2007-02-02 Andrei Zmievski <[EMAIL PROTECTED]> * ZendEngine2/zend_API.h: