[PHP-CVS] cvs: php-src /scripts phpize.in

2005-04-06 Thread Jani Taskinen
sniper Thu Apr 7 02:25:28 2005 EDT Modified files: /php-src/scriptsphpize.in Log: - Added the $PHP_AUTOCONF/$PHP_AUTOHEADER usage to phpize http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.18&r2=1.19&ty=u Index: php-src/scripts/phpize.in diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) / run-tests.php

2005-04-06 Thread Jani Taskinen
sniper Wed Apr 6 18:16:11 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcrun-tests.php Log: MFH http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.119.2.38&r2=1.119.2.39&ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.119.2.38 php-

[PHP-CVS] cvs: php-src(PHP_5_0) / run-tests.php

2005-04-06 Thread Jani Taskinen
sniper Wed Apr 6 18:15:40 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcrun-tests.php Log: MFH http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.195.2.6&r2=1.195.2.7&ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.195.2.6 php-src

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

2005-04-06 Thread Jani Taskinen
sniper Wed Apr 6 18:14:30 2005 EDT Modified files: /php-srcrun-tests.php Log: - Not every OS has ldd.. http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.210&r2=1.211&ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.210 php-src/run-tes

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

2005-04-06 Thread Jani Taskinen
sniper Wed Apr 6 15:42:38 2005 EDT Modified files: /php-src/ext/standard url_scanner_ex.c Log: Regenerated with re2c 0.9.4 http://cvs.php.net/diff.php/php-src/ext/standard/url_scanner_ex.c?r1=1.89&r2=1.90&ty=u Index: php-src/ext/standard/url_scanner_ex.c

[PHP-CVS] cvs: CVSROOT / avail

2005-04-06 Thread Derick Rethans
derick Wed Apr 6 13:57:41 2005 EDT Modified files: /CVSROOTavail Log: - Give appropriate pear karma to Damian (http://pear.php.net/user/damian) http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.966&r2=1.967&ty=u Index: CVSROOT/avail diff -u CVSROOT/ava

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

2005-04-06 Thread Jani Taskinen
sniper Wed Apr 6 12:07:26 2005 EDT Modified files: /php-srcNEWS Log: Keep removed stuff in top.. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1866&r2=1.1867&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1866 php-src/NEWS:1.1867 --- php-src/NEWS:1.1866 W

[PHP-CVS] cvs: php-src /ext/spl php_spl.c /ext/spl/tests spl_003.phpt

2005-04-06 Thread Marcus Boerger
helly Wed Apr 6 11:16:45 2005 EDT Added files: /php-src/ext/spl/tests spl_003.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Make class_parentS() and class_implements() accepts class names as well http://cvs.php.net

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

2005-04-06 Thread Ilia Alshanetsky
iliaa Wed Apr 6 10:48:22 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: bug fixing news. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.313&r2=1.1760.2.314&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.313 php-src/NEWS:1.176

[PHP-CVS] cvs: php-src(PHP_5_0) /main php_streams.h

2005-04-06 Thread Ilia Alshanetsky
iliaa Wed Apr 6 10:47:51 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main php_streams.h Log: MFH: Fixed bug #32553 (mmap loads only the 1st 200 bytes on Win32). http://cvs.php.net/diff.php/php-src/main/php_streams.h?r1=1.95.2.2&r2=1.95.2.3

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

2005-04-06 Thread Ilia Alshanetsky
iliaa Wed Apr 6 10:21:03 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/standard basic_functions.c basic_functions.h Log: MFH: Removed php_check_syntax() function, it never worked properly. For now use shell_exec("php -l scr

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c basic_functions.h

2005-04-06 Thread Ilia Alshanetsky
iliaa Wed Apr 6 10:19:14 2005 EDT Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c basic_functions.h Log: Removed php_check_syntax() function, it never worked properly. For now use shell_exec("php -l script_name") or similar.

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

2005-04-06 Thread Ilia Alshanetsky
I checked the code with valgrind and it seems to me like the problem lies else where. According to valgrind (at some point, probably the last line) we have a Conditional jump or move depends on uninitialised value(s) php_stream_get_record (/php5/main/streams/streams.c:847) Ilia Antony Dovgal wr

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/standard file.c /main/streams plain_wrapper.c

2005-04-06 Thread Ilia Alshanetsky
iliaa Wed Apr 6 09:59:50 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard file.c /php-src/main/streams plain_wrapper.c /php-srcNEWS Log: MFH: Fixed bug #31363 (broken non-blocking flock()). http://cvs.php.net/diff.p

[PHP-CVS] cvs: php-src /ext/standard file.c /main/streams plain_wrapper.c

2005-04-06 Thread Ilia Alshanetsky
iliaa Wed Apr 6 09:57:31 2005 EDT Modified files: /php-src/ext/standard file.c /php-src/main/streams plain_wrapper.c Log: Fixed bug #31363 (broken non-blocking flock()). # Patch by ian at snork dot net http://cvs.php.net/diff.php/php-

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

2005-04-06 Thread Antony Dovgal
On Wed, 6 Apr 2005 09:05:35 -0400 Wez Furlong <[EMAIL PROTECTED]> wrote: > What problem does this fix? > EOF can be a temporary condition for network streams, depending on > non-blocking status, and the read call is used to re-enable it. (yay > for backward compatibility). stream_get_line() give

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

2005-04-06 Thread Wez Furlong
What problem does this fix? EOF can be a temporary condition for network streams, depending on non-blocking status, and the read call is used to re-enable it. (yay for backward compatibility). --Wez. On Apr 6, 2005 4:26 AM, Antony Dovgal <[EMAIL PROTECTED]> wrote: > tony2001Wed A

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

2005-04-06 Thread Christian Stocker
chregu Wed Apr 6 08:26:30 2005 EDT Modified files: /php-srcNEWS /php-src/ext/xslphp_xsl.c php_xsl.h xsltprocessor.c Log: - Added optional first parameter to XsltProcessor::registerPHPFunctions to only allow certain functions to be called from

[PHP-CVS] cvs: php-src(PHP_5_0) /main/streams streams.c

2005-04-06 Thread Antony Dovgal
tony2001Wed Apr 6 04:26:44 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams streams.c Log: MFH: do not try to read after EOF http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.61.2.8&r2=1.61.2.9&ty=u Index: php-src/m

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

2005-04-06 Thread Antony Dovgal
tony2001Wed Apr 6 04:26:06 2005 EDT Modified files: /php-src/main/streams streams.c Log: do not try to read after EOF http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.73&r2=1.74&ty=u Index: php-src/main/streams/streams.c diff -u