[PHP-CVS] cvs: CVSROOT / avail

2002-10-04 Thread Rasmus Lerdorf
rasmus Fri Oct 4 05:00:46 2002 EDT Modified files: /CVSROOTavail Log: TSRM karma for David Reid Index: CVSROOT/avail diff -u CVSROOT/avail:1.508 CVSROOT/avail:1.509 --- CVSROOT/avail:1.508 Thu Oct 3 14:35:09 2002 +++ CVSROOT/avail Fri Oct 4

[PHP-CVS] cvs: php4 /ext/xslt/tests 002.phpt 003.phpt skipif.inc xslt_set_error_handler.php

2002-10-04 Thread Melvyn Sopacua
msopacuaFri Oct 4 07:41:33 2002 EDT Added files: /php4/ext/xslt/tests002.phpt 003.phpt skipif.inc xslt_set_error_handler.php Log: Improve testkit for xslt. 002.phpt and 003.phpt are regression tests for

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c var.c /main

2002-10-04 Thread Zeev Suraski
At 18:00 03/10/2002, Yasuo Ohgaki wrote: Zeev Suraski wrote: OG(implicit_flush) != PG(implicit_flush) That's a myth. What exactly do you think is the difference between them? PG(implicit_flush) sets the value for OG(implicit_flush). It's simply the cache value for the INI directive

[PHP-CVS] cvs: php4 /main output.c

2002-10-04 Thread Marcus Börger
helly Fri Oct 4 13:11:36 2002 EDT Modified files: /php4/main output.c Log: suggest paranthesis around || and Index: php4/main/output.c diff -u php4/main/output.c:1.138 php4/main/output.c:1.139 --- php4/main/output.c:1.138Thu Oct 3 09:32:01 2002

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2002-10-04 Thread Marcus Börger
helly Fri Oct 4 13:17:01 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: return FALSE on error Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.522 php4/ext/standard/basic_functions.c:1.523 ---

Re: [PHP-CVS] cvs: php4 /main output.c

2002-10-04 Thread Marcus Börger
This affects some of the newly introduced tests and the ob discussion... Derick could you verify that your test uses the correct ini file when running: sapi/cli/php -c php.ini-dist run-tests.php tests/strings/004.phpt Remember the handling and test for ini detection is currently NOT correct.

[PHP-CVS] cvs: php4 /ext/sockets sockets.c

2002-10-04 Thread Rasmus Lerdorf
rasmus Fri Oct 4 14:01:53 2002 EDT Modified files: /php4/ext/sockets sockets.c Log: Kill warning Index: php4/ext/sockets/sockets.c diff -u php4/ext/sockets/sockets.c:1.123 php4/ext/sockets/sockets.c:1.124 --- php4/ext/sockets/sockets.c:1.123Sun Sep

[PHP-CVS] cvs: php4 /ext/standard dir.c

2002-10-04 Thread Rasmus Lerdorf
rasmus Fri Oct 4 14:03:29 2002 EDT Modified files: /php4/ext/standard dir.c Log: Kill a few more warnings Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.106 php4/ext/standard/dir.c:1.107 --- php4/ext/standard/dir.c:1.106 Sat Sep

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2002-10-04 Thread Markus Fischer
No function never called RETURN_FALSE if zend_parse_parameters couldn't successfully parse the passed parameters. Are we going to change this behaviour globally? Function up and including today returned NULL if there was a problem with parsing the parameters. This

[PHP-CVS] cvs: php4 /main network.c php_streams.h streams.c

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 14:21:40 2002 EDT Modified files: /php4/main network.c php_streams.h streams.c Log: Improve the general behaviour of stream_gets and fix its semantics with regard to sockets. The behaviour should be aligned with PHP 4.2 now. This has been

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2002-10-04 Thread Marcus Börger
In this case i would vote for RETURN_NULL(); instead of simply using return; At 20:20 04.10.2002, Markus Fischer wrote: No function never called RETURN_FALSE if zend_parse_parameters couldn't successfully parse the passed parameters. Are we going to change this behaviour

Re: [PHP-CVS] cvs: php4 /main network.c php_streams.h streams.c

2002-10-04 Thread Marcus Börger
No good idea it broke at least exif which was the first extension that changed to streams. marcus At 20:21 04.10.2002, Sascha Schumann wrote: sas Fri Oct 4 14:21:40 2002 EDT Modified files: /php4/main network.c php_streams.h streams.c Log: Improve the general

[PHP-CVS] cvs: php4 /main streams.c

2002-10-04 Thread Ilia Alshanetsky
iliaa Fri Oct 4 14:44:47 2002 EDT Modified files: /php4/main streams.c Log: Fixed bug #19746 Index: php4/main/streams.c diff -u php4/main/streams.c:1.90 php4/main/streams.c:1.91 --- php4/main/streams.c:1.90Fri Oct 4 14:21:40 2002 +++

Re: [PHP-CVS] cvs: php4 /main network.c php_streams.h streams.c

2002-10-04 Thread Sascha Schumann
On Fri, 4 Oct 2002, Marcus Börger wrote: No good idea it broke at least exif which was the first extension that changed to streams. Test case? The results should not have changed with regard to normal file IO. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To

[PHP-CVS] cvs: php4 /main network.c streams.c

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:08:43 2002 EDT Modified files: /php4/main network.c streams.c Log: Add a few notes Index: php4/main/network.c diff -u php4/main/network.c:1.72 php4/main/network.c:1.73 --- php4/main/network.c:1.72Fri Oct 4 14:59:34 2002 +++

[PHP-CVS] cvs: php4 /main main.c

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:20:14 2002 EDT Modified files: /php4/main main.c Log: Nuke warning Index: php4/main/main.c diff -u php4/main/main.c:1.496 php4/main/main.c:1.497 --- php4/main/main.c:1.496 Fri Oct 4 00:47:34 2002 +++ php4/main/main.cFri Oct

[PHP-CVS] cvs: php4 /main streams.c

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:36:10 2002 EDT Modified files: /php4/main streams.c Log: Interrupt loop, if the stream op fails. Index: php4/main/streams.c diff -u php4/main/streams.c:1.93 php4/main/streams.c:1.94 --- php4/main/streams.c:1.93Fri Oct 4 15:08:43

[PHP-CVS] cvs: php4 /main streams.c

2002-10-04 Thread Sascha Schumann
sas Fri Oct 4 15:48:59 2002 EDT Modified files: /php4/main streams.c Log: Fix EOF cases Noticed by: Ilia Index: php4/main/streams.c diff -u php4/main/streams.c:1.94 php4/main/streams.c:1.95 --- php4/main/streams.c:1.94Fri Oct 4 15:36:09 2002

[PHP-CVS] cvs: php4 /ext/standard string.c

2002-10-04 Thread Sterling Hughes
sterlingFri Oct 4 16:44:19 2002 EDT Modified files: /php4/ext/standard string.c Log: have implode use the smart_str_*() functions, this should speed things up quite a bit... Index: php4/ext/standard/string.c diff -u

[PHP-CVS] cvs: php4 /sapi/apache2filter sapi_apache2.c

2002-10-04 Thread Ilia Alshanetsky
iliaa Fri Oct 4 17:16:00 2002 EDT Modified files: /php4/sapi/apache2filtersapi_apache2.c Log: Added .phps support to Apache 2. It can be enabled by adding AddType application/x-httpd-php-source .phps to httpd.conf Index:

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-04 Thread Marcus Börger
helly Fri Oct 4 17:19:56 2002 EDT Modified files: /php4 run-tests.php Log: Return to old counting where every test is counted (even those of skipped extensions). Inform about the number of extensions tested and skipped. This makes the test summary