changelog Sat Jan 19 01:31:41 2008 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2931&r2=1.2932&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2931 php-src/ChangeLog:1.2932 --- php-src/ChangeLog:1.2931 Fri Jan 18 01:31:44 2008 +++ php-src/ChangeLog Sat Jan 19 01:31:40 2008 @@ -1,3 +1,57 @@ +2008-01-18 Christopher Jones <[EMAIL PROTECTED]> + + * ext/oci8/oci8.c: + Add ifdef + +2008-01-18 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/mysql/tests/mysql_phpinfo.phpt: + fix test + the library vresion is actually exposed by ext/mysqli, not ext/mysql + + * (PHP_5_2) + ext/mysql/tests/001.phpt + ext/mysqli/tests/bug42548.phpt: + fix test + + * (PHP_5_2) + NEWS: + BFN + +2008-01-18 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/zip/php_zip.c + ext/zip/php_zip.c + ext/zip/php_zip.h + ext/zip/php_zip.h: + - MFB: reflect the correct version + + * (PHP_5_2) + ext/zip/php_zip.c + ext/zip/php_zip.h: + - reflect the correct version + +2008-01-18 Greg Beaver <[EMAIL PROTECTED]> + + * ext/zip/Makefile.frag + ext/zip/Makefile.frag + ext/zip/config.m4 + ext/zip/config.m4 + ext/zip/php_zip.c + ext/zip/php_zip.c: + MF5.3: install headers, use correct zip version + + * ext/zip/Makefile.frag + ext/zip/Makefile.frag + ext/zip/Makefile.frag + ext/zip/config.m4: + 1.1.4; + file Makefile.frag was initially added on branch PHP_5_3. + + * (PHP_5_3) + ext/zip/php_zip.c: + update module version number + 2008-01-17 Nuno Lopes <[EMAIL PROTECTED]> * (PHP_5_3)