changelog Tue Sep 14 20:34:27 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1746&r2=1.1747&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1746 php-src/ChangeLog:1.1747
--- php-src/ChangeLog:1.1746 Mon Sep 13 20:33:30 2004
+++ php-src/ChangeLog Tue Sep 14 20:34:26 2004
@@ -1,3 +1,52 @@
+2004-09-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/session/session.c:
+ Fixed compiler warnings.
+
+2004-09-14 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)
+
+2004-09-14 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Stefano did the real work tracking this one down
+
+2004-09-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ Back to dev.
+
+ * (PHP_4_3)
+ NEWS
+ configure.in
+ main/php_version.h:
+ 4.3.9RC3
+
+2004-09-14 Sara Golemon <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/standard/basic_functions.c
+ ext/standard/streamsfuncs.c
+ ext/standard/streamsfuncs.h
+ main/php_streams.h
+ main/streams/filter.c
+ main/streams/php_stream_filter_api.h
+ main/streams/streams.c:
+ Added stream_filter_remove() to cancel a stream filter.
+
+ Register filters as resources when
+ instantiated by stream_filter_(ap|pre)pend().
+
+ Export php_stream_filter_flush() internal function to wind buffered data
+ out of a particular filter until consumed by a later filter or sent to
+ stream->readbuffer or stream->ops->write()
+
2004-09-13 Sara Golemon <[EMAIL PROTECTED]>
* main/streams/filter.c
@@ -9694,7 +9743,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1746 2004/09/14 00:33:30
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1747 2004/09/15 00:34:26
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>