andrei Wed Oct 1 17:24:20 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/main main.c
Log:
@- Made $argc and $argv always available as globals in CLI. No more
@ silliness. (Andrei)
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.512.2.4
andrei Wed Oct 1 19:12:01 2003 EDT
Modified files:
/php-src/main php_variables.c
Log:
Made the $argc and $argv always available as globals in CLI, and not as
$_SERVER vars which depended on variables_order anyway. No more
silliness.
Index: php-src
andrei Wed Oct 1 19:13:05 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/main main.c
Log:
Make sure to clear out the refcount.
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.512.2.48 php-src/main/main.c:1.512.2.49
--- php-src/main/main.c
sniper Wed Oct 1 20:35:09 2003 EDT
Modified files:
/php-srcacinclude.m4
Log:
Should fix bug #25719
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.262 php-src/acinclude.m4:1.263
--- php-src/acinclude.m4:1.262 Tue Sep 30 14:08:12 2003
+++ php-sr
sniper Wed Oct 1 20:35:32 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcacinclude.m4
Log:
MFH: fix for bug #25719
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.218.2.29 php-src/acinclude.m4:1.218.2.30
--- php-src/acinclude.m4:1.218.2.29
iliaa Wed Oct 1 23:24:37 2003 EDT
Modified files:
/php-src/sapi/apache2handlersapi_apache2.c
Log:
Fixed bug #25701 (On flush() set headers_sent in apache2handler)
Index: php-src/sapi/apache2handler/sapi_apache2.c
diff -u php-src/sapi/apache2hand
iliaa Wed Oct 1 23:24:44 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
/php-src/sapi/apache2handlersapi_apache2.c
Log:
MFH: Fixed bug #25701 (On flush() set headers_sent in apache2handler)
Index: php-src/NEWS
diff -u php-src/NEWS:
moriyoshi Thu Oct 2 02:57:22 2003 EDT
Added files:
/php-src/ext/standard/tests/strings bug25707.phpt
Modified files:
/php-src/ext/standard html.c
Log:
Fixed bug #25707 (html_entity_decode over-decodes <)
Index: php-src