changelog Mon May 21 01:31:05 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2694&r2=1.2695&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2694 php-src/ChangeLog:1.2695
--- php-src/ChangeLog:1.2694 Sun May 20 01:31:03 2007
+++ php-src/ChangeLog Mon May 21 01:31:05 2007
@@ -1,3 +1,26 @@
+2007-05-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * .gdbinit:
+ - Add print_htptr, print_htstr
+
+ * run-tests.php:
+ - Update copyright
+
+ * run-tests.php:
+ - Make it executeable
+
+2007-05-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * sapi/cgi/tests/009.phpt
+ sapi/cgi/tests/009.phpt:
+
+ file 009.phpt was initially added on branch PHP_5_2.
+
+ * (PHP_5_2)
+ sapi/cgi/cgi_main.c:
+ Fixed a possible crash when PATH_INFO is not provided but the path
contains
+ path info information
+
2007-05-19 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/zip/php_zip.c: