changelog Sat Jan 14 06:31:40 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2224&r2=1.2225&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2224 php-src/ChangeLog:1.2225 --- php-src/ChangeLog:1.2224 Fri Jan 13 06:31:41 2006 +++ php-src/ChangeLog Sat Jan 14 06:31:40 2006 @@ -1,3 +1,55 @@ +2006-01-13 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + - Fix #35998 (getPathname() method always returns unix style filenames) + +2006-01-13 Sascha Schumann <[EMAIL PROTECTED]> + + * (PHP_4_4) + ext/informix/ifx.ec + ext/informix/ifx.ec + ext/informix/ifx.ec + ext/informix/ifx.ec: + WS + + * ext/informix/ifx.ec: + - WS + + * ext/informix/ifx.ec: + - lower valgrind error count to zero. + +2006-01-13 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c + ext/standard/php_math.h: + add missing ifdefs + +2006-01-13 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + - Add News (which is news) + +2006-01-13 Jani Taskinen <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + this is not news + +2006-01-13 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/standard/file.c + ext/standard/file.h: + - MFB: add php_mkdir_ex + + * (PHP_5_1) + NEWS + ext/standard/file.c + ext/standard/file.h: + - add php_mkdir_ex, works like php_mkdir but allows to silent any error + when no options are used + 2006-01-12 Marcus Boerger <[EMAIL PROTECTED]> * (PHP_5_1)