From: Date: Tue, 20 Aug 2002 00:19:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_91~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3217423834a89167d3eb19445c2ba346f7b2984;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 873445d4d1..5deaebe016 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2002-08-19 wez + + * main/network.c + main/php_network.h + main/php_streams.h + main/streams.c + ext/standard/file.c: + Remove php_stream_sock_set_blocking and replace with + php_stream_set_option which can be used in a similar way as ioctl() + to set options for streams. + + Current options include buffering and blocking support. + + o Buffer control is support for stdio based streams. + o Blocking/non-blocking is supported for stdio and socket based streams. + +2002-08-19 iliaa + + * ext/standard/microtime.c: + Convert the value of tz_minuteswest inside struct timezone on Windows to + minutes from seconds. + +2002-08-19 sniper + + * ext/java/config.m4: + Fix the build when using --with-java without any path + +2002-08-19 dickmeiss + + * ext/yaz/php_yaz.c: Make options piggyback and timeout work with ZOOM + +2002-08-19 Zeev Suraski + + * main/fopen_wrappers.c + main/fopen_wrappers.h: Fix a few warnings + + * ext/standard/reg.c: Fix a warning + +2002-08-19 sander + + * ext/standard/var_unserializer.c: Sync with var_unserializer.re + + * ext/standard/tests/serialize/003.phpt + ext/standard/var_unserializer.re: + Made unserialize handle floats with an E notation - bug #18654 + Patch by Christophe Sollet . + (I'll commit a new var_unserializer.c in a second) + + * run-tests.php: Don't know what this line was supposed to DO!?!? + +2002-08-19 helly + + * main/output.c: -use of php_error_docref + -some more information in ob_get_status() + + * main/main.c: + -allow changing html_errors any time changing display_errors is already + -use sizeof for strftime call + -removed unused #define + -mention CODING_STANDARDS as documentation + +2002-08-19 Rasmus Lerdorf + + * sapi/apache/mod_php4.c: Fix xbithack bug finally (see bug #16515) + +2002-08-19 edink + + * sapi/cgi/cgi_main.c: MFH + +2002-08-19 chregu + + * ext/domxml/php_domxml.c: w3c adjustments :) + - has_attributes returns empty string if attribute is not there + - parent_node returns null, if no parent + +2002-08-19 edink + + * sapi/cgi/cgi_main.c: Debug functions should only work in debug mode. + +2002-08-19 kalowsky + + * sapi/cgi/cgi_main.c: MFH + +2002-08-19 stas + + * ext/standard/var_unserializer.c: ZE2 compatibility fix + +2002-08-19 chregu + + * ext/domxml/php_domxml.c: + MFH 1.174 (Make domxml_xslt_process() working again.) + MDH 1.187 (DOMXML crash on removing previously created attributes) + 2002-08-18 holger * sapi/pi3web/pi3web_sapi.c: Some minor changes related to Pi3Web 2.0.1. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c7f48835b6..10262a4316 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-08-19 Zeev Suraski + + * zend_operators.c: MFZE1 + 2002-08-17 Andi Gutmans * zend_execute.c: MFZE1