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

2005-04-11 Thread Dmitry Stogov
dmitry Mon Apr 11 05:27:49 2005 EDT Modified files: /php-src/ext/wddx wddx.c Log: Support for encoding/decoding of private and protected members http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.114&r2=1.115&ty=u Index: php-src/ext/wddx/wddx.c diff

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/wddx wddx.c

2005-04-11 Thread Dmitry Stogov
dmitry Mon Apr 11 05:28:13 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/wddx wddx.c Log: Support for encoding/decoding of private and protected members http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.111&r2=1.111.2.1&ty=u Index: php-src/

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

2005-04-11 Thread Dmitry Stogov
dmitry Mon Apr 11 06:41:34 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: Fixed bug #31502 (Wrong deserialization from session when using WDDX serializer ) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.318&r2=1.1760.2.319&ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/wddx wddx.c

2005-04-11 Thread Dmitry Stogov
dmitry Mon Apr 11 07:58:36 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/wddx wddx.c Log: Fixed SIGSEGV on serializing data with circular references http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.111.2.1&r2=1.111.2.2&ty=u Index: php-src/

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

2005-04-11 Thread Dmitry Stogov
dmitry Mon Apr 11 07:58:21 2005 EDT Modified files: /php-src/ext/wddx wddx.c Log: Fixed SIGSEGV on serializing data with circular references http://cvs.php.net/diff.php/php-src/ext/wddx/wddx.c?r1=1.115&r2=1.116&ty=u Index: php-src/ext/wddx/wddx.c diff -u

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

2005-04-11 Thread Harrie Hazewinkel
harrie Mon Apr 11 10:56:51 2005 EDT Modified files: /php-src/ext/snmp snmp.c Log: Adding support for a getbulk oriented walk. The getbulk can only be used for SNMPv2c and SNMPv3. http://cvs.php.net/diff.php/php-src/ext/snmp/snmp.c?r1=1.98&r2=1.99&ty=u

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

2005-04-11 Thread Harrie Hazewinkel
harrie Mon Apr 11 10:59:43 2005 EDT Modified files: /php-src/ext/snmp snmp.c Log: Converting the usage of the integer based internal commands into MACROS to ease future extensions. http://cvs.php.net/diff.php/php-src/ext/snmp/snmp.c?r1=1.99&r2=1.100&ty=u

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c

2005-04-11 Thread Andi Gutmans
Hi, Andrey might have a point. Unlike the other names you've defined, this one feels as if it'll break lots of apps. How about FileIterator? Andi At 05:43 AM 4/5/2005 -0400, Marcus Boerger wrote: Hello Andrey, this happens with any other class/interface we define also. And we've discussed that

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

2005-04-11 Thread Andi Gutmans
Seems to me best to revert. Antony, maybe you can get from Ilia the script that reproduced the valgrind exposure of the problem. At 01:33 AM 4/8/2005 +0300, Antony Dovgal wrote: If I should - just tell me, I'll do it. On Thu, 7 Apr 2005 22:01:14 +0300 (EEST) Jani Taskinen <[EMAIL PROTECTED]> wrot

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

2005-04-11 Thread Ilia Alshanetsky
Andi Gutmans wrote: Seems to me best to revert. Antony, maybe you can get from Ilia the script that reproduced the valgrind exposure of the problem. The test case for stream_get_line() (bug #30362) exposes the valgrind error. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit

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

2005-04-11 Thread Antony Dovgal
tony2001Mon Apr 11 11:19:32 2005 EDT Modified files: /php-src/main/streams streams.c Log: revert the patch, the problem seems to be somewhere else http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.75&r2=1.76&ty=u Index: php-src/mai

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

2005-04-11 Thread Antony Dovgal
tony2001Mon Apr 11 11:19:40 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams streams.c Log: MFH: revert the patch http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.61.2.9&r2=1.61.2.10&ty=u Index: php-src/main/streams

[PHP-CVS] cvs: php-src(PHP_5_0) /sapi/apache2filter sapi_apache2.c

2005-04-11 Thread Jani Taskinen
sniper Mon Apr 11 11:39:24 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/sapi/apache2filter sapi_apache2.c Log: fix typo (bug #32673) http://cvs.php.net/diff.php/php-src/sapi/apache2filter/sapi_apache2.c?r1=1.125.2.2&r2=1.125.2.3&ty=u Index: php-src/sapi/a

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c

2005-04-11 Thread Marcus Boerger
Hello Andi, Monday, April 11, 2005, 12:35:34 AM, you wrote: > Hi, > Andrey might have a point. Unlike the other names you've defined, this one > feels as if it'll break lots of apps. > How about FileIterator? very missleading. Maybe FileObject or FileInstance or whatever to habe something lon

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

2005-04-11 Thread Frank M. Kromann
fmk Mon Apr 11 15:22:02 2005 EDT Modified files: /php-src/ext/fbsql php_fbsql.c Log: Don't truncate the .options file when a database is started without the optional options parameter. http://cvs.php.net/diff.php/php-src/ext/fbsql/php_fbsql.c?r1=1.112&r2=1

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

2005-04-11 Thread Ilia Alshanetsky
iliaa Mon Apr 11 21:00:49 2005 EDT Modified files: /php-src/ext/soap php_encoding.c Log: Fixed compiler warning. http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.91&r2=1.92&ty=u Index: php-src/ext/soap/php_encoding.c diff -u php-src/ext/so