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

2006-03-15 Thread Derick Rethans
derick Wed Mar 15 09:50:47 2006 UTC Modified files: /php-src/ext/standard var.c Log: - Reduce space in serialization. The first 128 bytes will now use just the character and everything above will use \u. It seems that unserialize doesn't work at

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

2006-03-15 Thread Derick Rethans
derick Wed Mar 15 12:20:49 2006 UTC Modified files: /php-src/ext/standard string.c Log: - Fixed two memory issues: - In the first one we were calculating the tmp_len wrong which made the u_strFromUTF32() function try to convert too many code poin

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standard file.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c /ext/zlib zlib_filter.c /main php_streams.h /main/stream

2006-03-15 Thread Derick Rethans
On Tue, 14 Mar 2006, Sara Golemon wrote: > > "make test" stops work after this patch, because now fgets() always > returns > > FALSE. > > It is not possible for me to commit ZE patches without testing. > > Please fix this ASAP or revert your patches. > > > Sorry about that. Should look good now (

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standard file.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c /ext/zlib zlib_filter.c /main php_streams.h /main/stream

2006-03-15 Thread Derick Rethans
On Wed, 15 Mar 2006, Derick Rethans wrote: > No short script yet... I will try. http://files.derickrethans.nl/uc-stream.tar.gz regards, Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo pdo_stmt.c

2006-03-15 Thread Ilia Alshanetsky
iliaa Wed Mar 15 15:25:50 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdopdo_stmt.c Log: Fixed memory leak on unused bind var. http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.118.2.31&r2=1.118.2.32&diff_format=u Index: php-src/

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

2006-03-15 Thread Ilia Alshanetsky
iliaa Wed Mar 15 15:27:08 2006 UTC Modified files: /php-src/ext/pdopdo_stmt.c Log: MFB51: Fixed memory leak on unused bind var. http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.149&r2=1.150&diff_format=u Index: php-src/ext/pdo/pdo_stmt.c d

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/soap php_schema.c /ext/soap/tests/bugs bug36614.phpt bug36614.wsdl bug36629.phpt

2006-03-15 Thread Dmitry Stogov
dmitry Wed Mar 15 16:13:18 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/soap/tests/bugsbug36614.phpt bug36614.wsdl Modified files: /php-srcNEWS /php-src/ext/soap php_schema.c /php-src/ext/soap/tests/bugsbu

[PHP-CVS] cvs: php-src /ext/soap php_schema.c /ext/soap/tests/bugs bug36614.phpt bug36614.wsdl bug36629.phpt

2006-03-15 Thread Dmitry Stogov
dmitry Wed Mar 15 16:14:40 2006 UTC Modified files: /php-src/ext/soap php_schema.c /php-src/ext/soap/tests/bugsbug36614.phpt bug36614.wsdl bug36629.phpt Log: Fixed Bug #36614 (Segfault when using Soap) h

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlib zlib_filter.c /main php_streams.h /main/streams

2006-03-15 Thread Sara Golemon
Maybe a silly a question, but have you guys tried 'make clean'? (There are some header file changes that might need to propagate to untouched source files) I'm not getting these kinds of errors over here, but I am getting a PASS from tests/lang/024.phpt -Sara - Original Message - From:

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlib zlib_filter.c /main php_streams.h /main/streams

2006-03-15 Thread Derick Rethans
On Wed, 15 Mar 2006, Sara Golemon wrote: > Maybe a silly a question, but have you guys tried 'make clean'? (There are > some header file changes that might need to propagate to untouched source > files) I'm not getting these kinds of errors over here, but I am getting a > PASS from tests/lang/024

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlib zlib_filter.c /main php_streams.h /main/streams

2006-03-15 Thread Derick Rethans
On Wed, 15 Mar 2006, Derick Rethans wrote: > On Wed, 15 Mar 2006, Sara Golemon wrote: > > > Maybe a silly a question, but have you guys tried 'make clean'? (There are > > some header file changes that might need to propagate to untouched source > > files) I'm not getting these kinds of errors ov

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

2006-03-15 Thread Sara Golemon
pollita Wed Mar 15 21:18:36 2006 UTC Modified files: /php-src/main/streams streams.c Log: Fix improper byte count on partial reads http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.103&r2=1.104&diff_format=u Index: php-src/main/streams/str

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.cfilters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlibzlib_filter.c /main php_streams.h /main/streams ca

2006-03-15 Thread Sara Golemon
Derick- I realized I wasn't doing your exact test case and masking the very thing which needed to be tested. I've gone back to precisely what you sent me and it started misbehaving right on cue. I've applied a fix to cvs. -Sara - Original Message - From: "Derick Rethans" <[EMAIL PRO

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl/tests array_017.phpt

2006-03-15 Thread Marcus Boerger
helly Thu Mar 16 00:39:50 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/spl/tests array_017.phpt Log: - Fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_017.phpt?r1=1.1&r2=1.1.2.1&diff_format=u Index: php-src/ext/spl/tests/arra

[PHP-CVS] cvs: php-src /ext/spl/tests array_017.phpt

2006-03-15 Thread Marcus Boerger
helly Thu Mar 16 00:40:11 2006 UTC Modified files: /php-src/ext/spl/tests array_017.phpt Log: - Fix test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/array_017.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/spl/tests/array_017.phpt diff -u ph

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

2006-03-15 Thread Marcus Boerger
helly Thu Mar 16 00:53:58 2006 UTC Modified files: /php-src/main/streams streams.c Log: - Fix warning http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.104&r2=1.105&diff_format=u Index: php-src/main/streams/streams.c diff -u php-src/main