changelog Tue Jan 24 06:31:46 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2234&r2=1.2235&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2234 php-src/ChangeLog:1.2235 --- php-src/ChangeLog:1.2234 Mon Jan 23 06:31:43 2006 +++ php-src/ChangeLog Tue Jan 24 06:31:45 2006 @@ -1,3 +1,29 @@ +2006-01-23 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS + ext/dbase/dbf_head.c: + MFH: fix #36113 (Reading records of unsupported type causes segfault) + + * ext/dbase/dbf_head.c: + fix #36113 (Reading records of unsupported type causes segfault) + +2006-01-23 Derick Rethans <[EMAIL PROTECTED]> + + * EXTENSIONS: + - MF51: date is not a server API + + * (PHP_5_1) + EXTENSIONS: + - date is not a server API + +2006-01-23 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + Fixed bug #36134 (DirectoryIterator constructor failed to detect empty + directory names). + 2006-01-22 Marcus Boerger <[EMAIL PROTECTED]> * ZendEngine2/zend_execute_API.c: