changelog Mon Apr 16 01:31:03 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2659&r2=1.2660&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2659 php-src/ChangeLog:1.2660
--- php-src/ChangeLog:1.2659 Sun Apr 15 01:31:03 2007
+++ php-src/ChangeLog Mon Apr 16 01:31:02 2007
@@ -1,3 +1,30 @@
+2007-04-15 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_5_2)