changelog Mon Mar 20 06:31:42 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2289&r2=1.2290&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2289 php-src/ChangeLog:1.2290
--- php-src/ChangeLog:1.2289 Sun Mar 19 06:31:43 2006
+++ php-src/ChangeLog Mon Mar 20 06:31:42 2006
@@ -1,3 +1,40 @@
+2006-03-19 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * main/network.c:
+ MFB: first check stream for NULL, then dereference
+
+ * (PHP_5_1)
+ main/network.c:
+ first check stream for NULL, then dereference
+
+ * ext/standard/array.c:
+ make the code a bit cleaner - no need for two different checks that are
+ doing effectively the same
+
+2006-03-19 Michael Wallner <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ - add comitters name
+
+ * (PHP_5_1)
+ NEWS:
+ - Fixed Apache2 SAPIs header handler modifying header strings.
+
+ * sapi/apache2filter/sapi_apache2.c
+ sapi/apache2handler/sapi_apache2.c:
+ MFB: fix php_apache_sapi_header_handler() modifying sapi_header
+
+ * (PHP_5_1)
+ sapi/apache2filter/sapi_apache2.c
+ sapi/apache2handler/sapi_apache2.c:
+ - fix php_apache_sapi_header_handler() modifying sapi_header
+
+2006-03-19 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - typos
+
2006-03-18 Antony Dovgal <[EMAIL PROTECTED]>
* ext/oci8/oci8_statement.c: