[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2005-01-11 Thread changelog
changelog Tue Jan 11 20:35:51 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.614r2=1.615ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.614

[PHP-CVS] cvs: php-src /ext/dom php_dom.c

2005-01-11 Thread Rob Richards
rrichards Tue Jan 11 05:36:09 2005 EDT Modified files: /php-src/ext/domphp_dom.c Log: revert fix for bug #28817 - fix is bad http://cvs.php.net/diff.php/php-src/ext/dom/php_dom.c?r1=1.65r2=1.66ty=u Index: php-src/ext/dom/php_dom.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/dom php_dom.c

2005-01-11 Thread Rob Richards
rrichards Tue Jan 11 05:36:33 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/domphp_dom.c Log: MFH: revert fix for bug #28817 - fix is bad http://cvs.php.net/diff.php/php-src/ext/dom/php_dom.c?r1=1.60.2.3r2=1.60.2.4ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/cgi cgi_main.c

2005-01-11 Thread Jani Taskinen
sniper Tue Jan 11 08:36:16 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/cgi cgi_main.c Log: MFH: Fix ZTS build http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.256.2.1r2=1.256.2.2ty=u Index: php-src/sapi/cgi/cgi_main.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/cgi cgi_main.c

2005-01-11 Thread Jani Taskinen
sniper Tue Jan 11 08:36:39 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cgi cgi_main.c Log: MFH: Fix ZTS build http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.190.2.63r2=1.190.2.64ty=u Index: php-src/sapi/cgi/cgi_main.c diff -u

[PHP-CVS] cvs: php-src /sapi/apache2handler php_functions.c

2005-01-11 Thread Joe Orton
jorton Tue Jan 11 09:01:32 2005 EDT Modified files: /php-src/sapi/apache2handlerphp_functions.c Log: Fixed bug #30446 - virtual() includes files out of sequence, work around 2.0 subrequest/internal redirect issue.

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /sapi/apache2handler php_functions.c

2005-01-11 Thread Joe Orton
jorton Tue Jan 11 09:07:28 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed bug #30446 - virtual() includes files out of sequence, work around 2.0 subrequest/internal redirect

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/apache2handler php_functions.c

2005-01-11 Thread Joe Orton
jorton Tue Jan 11 09:09:57 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/apache2handlerphp_functions.c Log: MFH: Fixed bug #30446 - virtual() includes files out of sequence, work around 2.0 subrequest/internal redirect

Re: [PHP-CVS] cvs: php-src /sapi/apache2handler php_functions.c

2005-01-11 Thread Derick Rethans
On Tue, 11 Jan 2005, Joe Orton wrote: jortonTue Jan 11 09:01:32 2005 EDT Modified files: /php-src/sapi/apache2handler php_functions.c Log: Fixed bug #30446 - virtual() includes files out of sequence, work around 2.0 subrequest/internal redirect issue.

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/filters mbfilter_htmlent.c

2005-01-11 Thread Moriyoshi Koizumi
Hi Joe, Certainly I received your patch, but I'm somewhat reluctant to apply it because there's been an ongoing effort to clear the issue actually. I'll then commit it to the original source tree too. Apologies for not responding. Moriyoshi On 2005/01/10, at 21:50, Joe Orton wrote: On Mon, Jan 10,

[PHP-CVS] cvs: php-src /ext/standard html.c /ext/standard/tests/strings htmlentities17.phpt

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:44:05 2005 EDT Added files: /php-src/ext/standard/tests/strings htmlentities17.phpt Modified files: /php-src/ext/standard html.c Log: - Fix htmlentities() / html_decode_entity() UTF-8 related bugs

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard html.c /ext/standard/tests/strings htmlentities17.phpt

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:45:06 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/standard/tests/strings htmlentities17.phpt Modified files: /php-src/ext/standard html.c Log: - MFH: fix htmlentities() / html_decode_entity()

[PHP-CVS] cvs: php-src /ext/standard html.c

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:58:47 2005 EDT Modified files: /php-src/ext/standard html.c Log: - Fix the fix :) http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.100r2=1.101ty=u Index: php-src/ext/standard/html.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard html.c

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:59:10 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard html.c Log: - MFH: Fix the fix http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.97.2.3r2=1.97.2.4ty=u Index: php-src/ext/standard/html.c

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard html.c

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:59:27 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard html.c Log: - MFH: Fix the fix http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.63.2.21r2=1.63.2.22ty=u Index: php-src/ext/standard/html.c

[PHP-CVS] cvs: php-src / NEWS

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 16:10:48 2005 EDT Modified files: /php-srcNEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1831r2=1.1832ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1831 php-src/NEWS:1.1832 --- php-src/NEWS:1.1831 Sat Jan 8

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 17:02:04 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: - BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.183r2=1.1760.2.184ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.183

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2005-01-11 Thread Rasmus Lerdorf
rasmus Tue Jan 11 17:33:11 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Should probably note this http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.798r2=1.1247.2.799ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.798