[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl AUTHORS Makefile.am Makefile.bcc32 README config.h.in configure.in mbfl.rc /ext/mbstring/libmbfl/filters Makefile.am html_entities.c html_entities.h mbfilter_htmlent.c /ext/mbstring/libmbfl/mbfl Makefile.am mbfilter.c mbfilter.h mbfilter_8bit.h mbfilter_pass.h mbfilter_wchar.h mbfl_convert.c mbfl_convert.h mbfl_ident.c mbfl_ident.h /ext/mbstring/libmbfl/nls Makefile.am

2004-02-04 Thread Moriyoshi Koizumi
moriyoshi Wed Feb 4 02:24:09 2004 EDT Modified files: /php-src/ext/mbstring/libmbfl AUTHORS Makefile.am Makefile.bcc32 README config.h.in configure.in mbfl.rc /php-src/ex

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl AUTHORS Makefile.am Makefile.bcc32 README config.h.in configure.in mbfl.rc /ext/mbstring/libmbfl/filters Makefile.am html_entities.c html_entities.h mbfilter_htmlent.c /ext/mbstring/libmbfl/mbfl Makefile.am mbfilter.c mbfilter.h mbfilter_8bit.h mbfilter_pass.h mbfilter_wchar.h mbfl_convert.c mbfl_convert.h mbfl_ident.c mbfl_ident.h /ext/mbstring/libmbfl/nls Makefile.am

2004-02-04 Thread Marcus Boerger
Hello Moriyoshi, Wednesday, February 4, 2004, 8:24:09 AM, you wrote: > moriyoshi Wed Feb 4 02:24:09 2004 EDT > Modified files: > /php-src/ext/mbstring/libmbfl AUTHORS Makefile.am Makefile.bcc32 > README config.h.in confi

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl AUTHORS Makefile.am Makefile.bcc32 README config.h.in configure.in mbfl.rc /ext/mbstring/libmbfl/filters Makefile.am html_entities.c html_entities.h mbfilter_htmlent.c /ext/mbstring/libmbfl/mbfl Makefile.am mbfilter.c mbfilter.h mbfilter_8bit.h mbfilter_pass.h mbfilter_wchar.h mbfl_convert.c mbfl_convert.h mbfl_ident.c mbfl_ident.h /ext/mbstring/libmbfl/nls Makefile.am

2004-02-04 Thread Moriyoshi Koizumi
On 2004/02/04, at 16:39, Marcus Boerger wrote: Why were the following changed to be converted always? Doing so prevents you from sending out html code. -const mbfl_html_entity mbfl_html_entity_list[] = { /* - {"quot", 34}, DO NOT CONVERT THESE AUTOMATICALLY +const mbfl_html_entity_entry mb

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl AUTHORS Makefile.am Makefile.bcc32 README config.h.in configure.in mbfl.rc /ext/mbstring/libmbfl/filters Makefile.am html_entities.c html_entities.h mbfilter_htmlent.c /ext/mbstring/libmbfl/mbfl Makefile.am mbfilter.c mbfilter.h mbfilter_8bit.h mbfilter_pass.h mbfilter_wchar.h mbfl_convert.c mbfl_convert.h mbfl_ident.c mbfl_ident.h /ext/mbstring/libmbfl/nls Makefile.am

2004-02-04 Thread Moriyoshi Koizumi
functions look up htmlentitifieds[256] and convert each characters to the corresponding entities if the value "1" is mapped to that s/each characters/each character/ s/corresponding entities/corresponding entity/ :) Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl AUTHORS Makefile.am Makefile.bcc32 README config.h.in configure.in mbfl.rc /ext/mbstring/libmbfl/filters Makefile.am html_entities.c html_entities.h mbfilter_htmlent.c /ext/mbstring/libmbfl/mbfl Makefile.am mbfilter.c mbfilter.h mbfilter_8bit.h mbfilter_pass.h mbfilter_wchar.h mbfl_convert.c mbfl_convert.h mbfl_ident.c mbfl_ident.h /ext/mbstring/libmbfl/nls Makefile.am

2004-02-04 Thread Marcus Boerger
Hello Moriyoshi, Wednesday, February 4, 2004, 8:49:47 AM, you wrote: > On 2004/02/04, at 16:39, Marcus Boerger wrote: >> Why were the following changed to be converted always? >> Doing so prevents you from sending out html code. >> >> -const mbfl_html_entity mbfl_html_entity_list[] = { /* >> -

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

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 06:12:39 2004 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: - Update with new destructor code http://cvs.php.net/diff.php/php-src/ext/simplexml/simplexml.c?r1=1.123&r2=1.124&ty=u Index: php-src/ext/simplexml/simplexml.c d

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c com_misc.c com_saproxy.c php_com_dotnet_internal.h /ext/dom php_dom.c /ext/mono php_mono.c /ext/mysqli mysqli.c /ext/sqlite sqlite.c /ext/tidy php_tidy.h tidy.c /ext/xsl php_xsl.c php_xsl.h

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 06:14:48 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c com_misc.c com_saproxy.c php_com_dotnet_internal.h /php-src/ext/domphp_dom.c /php-src/ext/mono php_mono.c /php-src/ext/m

[PHP-CVS] cvs: php-src /ext/spl spl_array.c spl_directory.c spl_iterators.c

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 07:45:48 2004 EDT Modified files: /php-src/ext/splspl_array.c spl_directory.c spl_iterators.c Log: API updates http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.30&r2=1.31&ty=u Index: php-src/ext/spl/spl_array.c diff -u php-s

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

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 07:45:57 2004 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: kill warning http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.116&r2=1.117&ty=u Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.116 php

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

2004-02-04 Thread Ilia Alshanetsky
iliaa Wed Feb 4 09:15:19 2004 EDT Modified files: /php-src/ext/domphp_dom.c Log: Fixed compile warnings. http://cvs.php.net/diff.php/php-src/ext/dom/php_dom.c?r1=1.50&r2=1.51&ty=u Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.50

[PHP-CVS] cvs: CVSROOT / avail

2004-02-04 Thread Sascha Schumann
sas Wed Feb 4 10:17:23 2004 EDT Modified files: /CVSROOTavail Log: peardoc karma for gurugeek http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.821&r2=1.822&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.821 CVSROOT/avail:1.822 --- CVSROOT/avail:1.82

[PHP-CVS] cvs: CVSROOT / avail

2004-02-04 Thread Sascha Schumann
sas Wed Feb 4 10:28:02 2004 EDT Modified files: /CVSROOTavail Log: some phpdoc and peardoc karma http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.822&r2=1.823&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.822 CVSROOT/avail:1.823 --- CVSROOT/avail:1.

[PHP-CVS] cvs: CVSROOT / avail

2004-02-04 Thread Sascha Schumann
sas Wed Feb 4 10:33:26 2004 EDT Modified files: /CVSROOTavail Log: some pear karma http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.823&r2=1.824&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.823 CVSROOT/avail:1.824 --- CVSROOT/avail:1.823 Wed Feb

[PHP-CVS] cvs: php-src /tests/classes class_final.phpt

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 12:45:10 2004 EDT Modified files: /php-src/tests/classes class_final.phpt Log: Update test (reason: early binding changes its behavior) http://cvs.php.net/diff.php/php-src/tests/classes/class_final.phpt?r1=1.2&r2=1.3&ty=u Index: php-s

[PHP-CVS] cvs: php-src /tests/classes final_redeclare.phpt

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 12:47:36 2004 EDT Modified files: /php-src/tests/classes final_redeclare.phpt Log: Update test (reason: early binding changes its behavior) http://cvs.php.net/diff.php/php-src/tests/classes/final_redeclare.phpt?r1=1.2&r2=1.3&ty=u Index

[PHP-CVS] cvs: php-src /tests/lang bug24573.phpt

2004-02-04 Thread Zeev Suraski
zeevWed Feb 4 12:55:44 2004 EDT Modified files: /php-src/tests/lang bug24573.phpt Log: Update test (reason: can no longer assign to $this) http://cvs.php.net/diff.php/php-src/tests/lang/bug24573.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/tests/lang/bug24573.

[PHP-CVS] cvs: php-src /ext/xsl php_xsl.c

2004-02-04 Thread Marcus Boerger
helly Wed Feb 4 16:04:39 2004 EDT Modified files: /php-src/ext/xslphp_xsl.c Log: Fix Warning http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.19&r2=1.20&ty=u Index: php-src/ext/xsl/php_xsl.c diff -u php-src/ext/xsl/php_xsl.c:1.19 php-src/ext/xsl

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

2004-02-04 Thread Andi Gutmans
andiWed Feb 4 16:29:29 2004 EDT Modified files: /php-srcNEWS Log: - Added recent stuff to NEWS http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1595&r2=1.1596&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1595 php-src/NEWS:1.1596 --- php-src/NEWS:1.15

[PHP-CVS] cvs: php-src /tests/lang 030.phpt

2004-02-04 Thread Marcus Boerger
helly Wed Feb 4 16:34:11 2004 EDT Modified files: /php-src/tests/lang 030.phpt Log: The &new is no longer needed, prevent E_STRICT message http://cvs.php.net/diff.php/php-src/tests/lang/030.phpt?r1=1.3&r2=1.4&ty=u Index: php-src/tests/lang/030.phpt diff -u ph

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

2004-02-04 Thread Marcus Boerger
Hello Andi, Wednesday, February 4, 2004, 10:29:29 PM, you wrote: > andi Wed Feb 4 16:29:29 2004 EDT > Modified files: > /php-src NEWS > Log: > - Added recent stuff to NEWS > http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1595&r2=1.1596&ty=u > Index: php-s

[PHP-CVS] cvs: php-src /tests/classes this.phpt

2004-02-04 Thread Marcus Boerger
helly Wed Feb 4 17:18:36 2004 EDT Added files: /php-src/tests/classes this.phpt Log: Add test http://cvs.php.net/co.php/php-src/tests/classes/this.phpt?r=1.1&p=1 Index: php-src/tests/classes/this.phpt +++ php-src/tests/classes/this.phpt --TEST-- ZE2

[PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Wez Furlong
wez Wed Feb 4 17:46:45 2004 EDT Modified files: /php-src/main/streams streams.c transports.c xp_socket.c Log: Fix a bug in the persistent socket liveness checks and feof(); they were using the default socket timeout of 60 seconds before returning the s

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2004-02-04 Thread Ilia Alshanetsky
iliaa Wed Feb 4 17:49:29 2004 EDT Modified files: /php-src/sapi/cli php_cli.c Log: Parse command line ini directives passed using -d before -i, to ensure correct settings output. http://cvs.php.net/diff.php/php-src/sapi/cli/php_cli.c?r1=1.107&r2=1.108&

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

2004-02-04 Thread Ilia Alshanetsky
iliaa Wed Feb 4 17:49:56 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cli php_cli.c Log: MFH: Parse command line ini directives passed using -d before -i, to ensure correct settings output. http://cvs.php.net/diff.php/php-src/sapi/cli/php_cl

[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/mbfl mbfl_ident.h

2004-02-04 Thread Marcus Boerger
helly Wed Feb 4 18:41:58 2004 EDT Modified files: /php-src/ext/mbstring/libmbfl/mbfl mbfl_ident.h Log: Fix annoying warning http://cvs.php.net/diff.php/php-src/ext/mbstring/libmbfl/mbfl/mbfl_ident.h?r1=1.3&r2=1.4&ty=u Index: php-src/ext/mbstring/libmbfl/mbfl

Re: [PHP-CVS] cvs: php-src /tests/lang bug26900.phpt

2004-02-04 Thread Jani Taskinen
On Tue, 3 Feb 2004, Marcus Boerger wrote: >helly Tue Feb 3 17:05:30 2004 EDT > > Removed files: >/php-src/tests/langbug26900.phpt > Log: > No longer needed When you remove some test that _obviously_ refers to some bug, would you PLEASE be so kind a

Re: [PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Jani Taskinen
Does this fix have possibly anything to do with bug #26863 ?? And how about doing a nice little MFH? --Jani On Wed, 4 Feb 2004, Wez Furlong wrote: >wezWed Feb 4 17:46:45 2004 EDT > > Modified files: >/php-src/main/streams streams.c tran

Re: [PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Wez Furlong
Possibly :) I found the code hanging around in my tree after being there for a week or more; I can't remember what I was working towards when I wrote it, and I'm a little too busy to check into it right now. Try this with php4.3: php -r '$fp = pfsockopen("localhost",80); $fp = pfsockopen("localho

Re: [PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Jani Taskinen
I'm propably missing the point..but that test completes without any errors in ~30 secs with latest builds of both PHP_4_3 and HEAD. (HEAD without your patch does exactly same..) (propably irrelevant, but with 4.2.3 it completes in less than a second, also without any err

[PHP-CVS] cvs: php-src /ext/tidy/tests 007.html 007.phpt 012.phpt 013.phpt

2004-02-04 Thread John Coggeshall
johnWed Feb 4 20:39:00 2004 EDT Added files: /php-src/ext/tidy/tests 007.html Modified files: /php-src/ext/tidy/tests 007.phpt 012.phpt 013.phpt Log: Updating tests that got left behind when we changed to studlyCaps and fixed

Re: [PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Wez Furlong
It should be more like 4.2.x and return in a very short time; it returns immediately for me using php5 + my patch. Is your default_socket_timeout set to 30 seconds? --Wez. - Original Message - From: "Jani Taskinen" <[EMAIL PROTECTED]> To: "Wez Furlong" <[EMAIL PROTECTED]> Cc: "Wez Furl

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

2004-02-04 Thread Ilia Alshanetsky
iliaa Wed Feb 4 21:17:34 2004 EDT Modified files: /php-srcNEWS Log: Bug fixing news. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1596&r2=1.1597&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1596 php-src/NEWS:1.1597 --- php-src/NEWS:1.1596 Wed Feb

Re: [PHP-CVS] cvs: php-src /main/streams streams.c transports.c xp_socket.c

2004-02-04 Thread Jani Taskinen
Yes, it's 30secs..and yes, changing that changes how fast the test completes with PHP_4_3, HEAD, and HEAD without the patch. --Jani On Thu, 5 Feb 2004, Wez Furlong wrote: >It should be more like 4.2.x and return in a very short time; >it returns immediately for me using

[PHP-CVS] cvs: CVSROOT / avail

2004-02-04 Thread Rasmus Lerdorf
rasmus Wed Feb 4 23:06:44 2004 EDT Modified files: /CVSROOTavail Log: pecl karma for Justin Hannus http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.824&r2=1.825&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.824 CVSROOT/avail:1.825 --- CVSROOT/avail:1.