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

2005-06-01 Thread Jani Taskinen
sniper Thu Jun 2 01:49:57 2005 EDT Modified files: /php-src/ext/standard var_unserializer.c Log: touch http://cvs.php.net/diff.php/php-src/ext/standard/var_unserializer.c?r1=1.65&r2=1.66&ty=u Index: php-src/ext/standard/var_unserializer.c diff -u php-src

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

2005-06-01 Thread Dmitry Stogov
Hi Tony, You are right. Thanks. Dmitry. > -Original Message- > From: Antony Dovgal [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 01, 2005 10:13 PM > To: Ilia Alshanetsky > Cc: [EMAIL PROTECTED]; php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-src /main/streams streams.c > >

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

2005-06-01 Thread Dmitry Stogov
Yes. I foubd the error using this test file. Thanks. Dmitry. > -Original Message- > From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 01, 2005 9:31 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-src /main/streams streams.c > >

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard image.c

2005-06-01 Thread Ilia Alshanetsky
iliaa Wed Jun 1 18:29:20 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard image.c Log: MFH: Fixed bug #33210 (relax jpeg recursive loop protection). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.915&r2=1.1

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

2005-06-01 Thread Ilia Alshanetsky
iliaa Wed Jun 1 18:28:38 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/standard image.c Log: MFH: Fixed bug #33210 (relax jpeg recursive loop protection). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.410&r2=1.17

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

2005-06-01 Thread Ilia Alshanetsky
iliaa Wed Jun 1 18:28:03 2005 EDT Modified files: /php-src/ext/standard image.c Log: Fixed bug #33210 (relax jpeg recursive loop protection). http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.112&r2=1.113&ty=u Index: php-src/ext/standard/

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

2005-06-01 Thread Antony Dovgal
tony2001Wed Jun 1 14:27:51 2005 EDT Modified files: /php-src/ext/sessionsession.c Log: fix typo (see details here: http://news.php.net/php.internals/16350) http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.414&r2=1.415&ty=u Ind

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

2005-06-01 Thread Antony Dovgal
On Wed, 01 Jun 2005 12:20:51 -0400 Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Is there a test case or an example of a bug that required this fix? I guess it fixes stream_get_line() buffer overrun that I tried to fix couple of weeks ago. At least I can't reproduce it anymore. > ilia > > Dmit

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

2005-06-01 Thread Ilia Alshanetsky
Was it the same valgrind error as the one previously reported in bug30362.phpt (it seems to be gone now)? Ilia Dmitry Stogov wrote: No. It fixes valgrind errors. Thanks. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 8:2

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

2005-06-01 Thread Dmitry Stogov
No. It fixes valgrind errors. Thanks. Dmitry. > -Original Message- > From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 01, 2005 8:21 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-src /main/streams streams.c > > > Is there a

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

2005-06-01 Thread Ilia Alshanetsky
Is there a test case or an example of a bug that required this fix? ilia Dmitry Stogov wrote: dmitry Wed Jun 1 11:11:44 2005 EDT Modified files: /php-src/main/streams streams.c Log: Disabled search of recored separator outside of buffer http://cvs.php.

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

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 11:11:15 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main/streams streams.c Log: Disabled search of recored separator outside of buffer http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.61.2.13&r2=1.61.2.14&ty=u I

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

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 11:11:44 2005 EDT Modified files: /php-src/main/streams streams.c Log: Disabled search of recored separator outside of buffer http://cvs.php.net/diff.php/php-src/main/streams/streams.c?r1=1.80&r2=1.81&ty=u Index: php-src/main/streams/

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/soap php_encoding.c php_schema.c php_sdl.c /ext/soap/tests/bugs bug32941.phpt bug32941.wsdl

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 10:42:50 2005 EDT Added files: (Branch: PHP_5_0) /php-src/ext/soap/tests/bugsbug32941.phpt bug32941.wsdl Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c php_schema.c php_sdl.c Log: Fixed bu

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c php_schema.c php_sdl.c /ext/soap/tests/bugs bug32941.phpt bug32941.wsdl

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 10:43:14 2005 EDT Modified files: /php-src/ext/soap php_encoding.c php_schema.c php_sdl.c /php-src/ext/soap/tests/bugsbug32941.phpt bug32941.wsdl Log: Fixed bug #32941 (Sending structured SOAP fault kills a php) http://cvs.php

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

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 07:03:43 2005 EDT Modified files: /php-src/ext/standard var.c var_unserializer.c var_unserializer.re Log: Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded) http://cvs.php.net/diff.php/

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard var.c var_unserializer.c var_unserializer.re

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 06:53:26 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard var.c var_unserializer.c var_unserializer.re Log: Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded) http://cvs.

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

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 05:43:48 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/main php_variables.c Log: Fixed "refcount" counting for autoglobals http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.81.2.10&r2=1.81.2.11&ty=u Index: php-src/mai

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

2005-06-01 Thread Dmitry Stogov
dmitry Wed Jun 1 05:44:10 2005 EDT Modified files: /php-src/main php_variables.c Log: Fixed "refcount" counting for autoglobals http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.95&r2=1.96&ty=u Index: php-src/main/php_variables.c diff -u p