From: Date: Mon, 16 Apr 2007 01:31:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2_0~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6089075e070ae44e6a713b3624bdb40e5a76263e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5ee2d7aa1e..dc36ed89fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2007-04-15 Jani Taskinen + + * sapi/cgi/cgi_main.c: + MFB: Allow using syntax highlighting in fastcgi mode + + * sapi/cgi/getopt.c + sapi/cgi/php_getopt.h: + MFB: sync getopt from CLI + + * (PHP_5_2) + sapi/cgi/cgi_main.c: + - Allow using syntax highlighting under FastCGI mode. + + * (PHP_5_2) + sapi/cgi/getopt.c + sapi/cgi/php_getopt.h: + - Synch these files from sapi/cli/ and allow using s.c. long-options + with CGI. + +2007-04-15 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/pdo_mysql/mysql_statement.c: + Fixed bug #40935 (pdo_mysql does not raise an exception on empty + fetchAll()). + 2007-04-14 Pierre-Alain Joye * (PHP_5_2)