[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.798&r2=1.1247.2.799&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.798 php-src/N

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

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 17:27:28 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: - I tend to write opposite things these days :P http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.184&r2=1.1760.2.185&ty=u Index: php-src/NEWS diff -u php-s

[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.183&r2=1.1760.2.184&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.183 php-src/NEWS:1.1760.2

[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.1831&r2=1.1832&ty=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 0

[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.21&r2=1.63.2.22&ty=u Index: php-src/ext/standard/html.c

[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.3&r2=1.97.2.4&ty=u Index: php-src/ext/standard/html.c di

[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.100&r2=1.101&ty=u Index: php-src/ext/standard/html.c diff -u php-src/ext/standar

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

2005-01-11 Thread Moriyoshi Koizumi
moriyoshi Tue Jan 11 15:50:24 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard html.c Log: - MFH: fix htmlentities() / html_decode_entity() UTF-8 related bugs initially reported by Kamesh Jayachandrana # UTF-8 feature doesn't work i

[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() UTF-

[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 ini

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,

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

2005-01-11 Thread Joe Orton
On Tue, Jan 11, 2005 at 03:14:16PM +0100, Derick Rethans wrote: > On Tue, 11 Jan 2005, Joe Orton wrote: > > > jorton Tue Jan 11 09:01:32 2005 EDT > > > > Modified files: > > /php-src/sapi/apache2handlerphp_functions.c > > Log: > > Fixed bug #30446 - virtual() includes fi

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.

[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 iss

[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 iss

[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. http://cvs.php.net/diff.php/php-sr

[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.63&r2=1.190.2.64&ty=u Index: php-src/sapi/cgi/cgi_main.c diff -u php-s

[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.1&r2=1.256.2.2&ty=u Index: php-src/sapi/cgi/cgi_main.c diff -u php-src

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

2005-01-11 Thread Jani Taskinen
sniper Tue Jan 11 08:35:57 2005 EDT Modified files: /php-src/sapi/cgi cgi_main.c Log: Fix ZTS build http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.258&r2=1.259&ty=u Index: php-src/sapi/cgi/cgi_main.c diff -u php-src/sapi/cgi/cgi_main.c:1.258 php

[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.3&r2=1.60.2.4&ty=u Index: php-src/ext/dom

[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.65&r2=1.66&ty=u Index: php-src/ext/dom/php_dom.c diff -u php-src/ext