Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-06 Thread Andrey Hristov
Hi Tony, Antony Dovgal wrote: > On 06.09.2007 11:27, Andrey Hristov wrote: >> interesting. What server do you use? I am with 5.1.21.. >> Could be some recent fix in the 5.1 tree. > > # mysql --version > mysql Ver 14.12 Distrib 5.0.26, for suse-linux-gnu (x86_64) using readline > 5.1 > yeah, j

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-06 Thread Antony Dovgal
On 06.09.2007 11:27, Andrey Hristov wrote: > interesting. What server do you use? I am with 5.1.21.. > Could be some recent fix in the 5.1 tree. # mysql --version mysql Ver 14.12 Distrib 5.0.26, for suse-linux-gnu (x86_64) using readline 5.1 -- Wbr, Antony Dovgal -- PHP CVS Mailing List (htt

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-06 Thread Andrey Hristov
Hi Tony, Antony Dovgal wrote: > The machine is Linux x86-64. > > On 06.09.2007 02:43, Antony Dovgal wrote: >> The test fails in 5_2 branch (didn't check HEAD yet). >> >> # cat ext/mysqli/tests/bug38710.diff >> 001+ int(8193) >> 002+ string(32) "b7652d9bca37038c342cc0c492dd70f9" >> 001- int(10

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-05 Thread Antony Dovgal
The machine is Linux x86-64. On 06.09.2007 02:43, Antony Dovgal wrote: > The test fails in 5_2 branch (didn't check HEAD yet). > > # cat ext/mysqli/tests/bug38710.diff > 001+ int(8193) > 002+ string(32) "b7652d9bca37038c342cc0c492dd70f9" > 001- int(10) > 002- string(32) "1af6d6f2f682f76f80e60

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-05 Thread Antony Dovgal
The test fails in 5_2 branch (didn't check HEAD yet). # cat ext/mysqli/tests/bug38710.diff 001+ int(8193) 002+ string(32) "b7652d9bca37038c342cc0c492dd70f9" 001- int(10) 002- string(32) "1af6d6f2f682f76f80e606aeaaee1680" On 05.09.2007 16:36, Andrey Hristov wrote: > andreyWed S

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysqli mysqli_api.c /ext/mysqli/tests bug38710.phpt

2007-09-05 Thread Andrey Hristov
andrey Wed Sep 5 12:36:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysqli mysqli_api.c /php-src/ext/mysqli/tests bug38710.phpt Log: Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion) Fixed regression of bug 3