[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard array.c

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 10:04:13 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c Log: improved recursion detection in array_walk() fixes #42752, though the leaks are still there http://cvs.php.net/viewvc.cgi/php-src/ext/stan

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 10:04:38 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MF5_2: improved recursion detection in array_walk() fixes #42752, though the leaks are still there http://cvs.php.net/viewvc.cgi/php-src/e

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

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 10:06:15 2007 UTC Modified files: /php-src/ext/standard array.c Log: MF5_2: improved recursion detection in array_walk() fixes #42752, though the leaks are still there http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c

2007-10-02 Thread Jani Taskinen
Nice catch. :) --Jani On Mon, 2007-10-01 at 20:36 +, Johannes Schlüter wrote: > johannes Mon Oct 1 20:36:01 2007 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/standard basic_functions.c > Log: > - pass the adress not the value > > http

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

2007-10-02 Thread Jani Taskinen
janiTue Oct 2 10:42:57 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - There really is no point in mentioned fixed bugs in something that has never been in any release.. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.1

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_debug.h mysqlnd_structs.h

2007-10-02 Thread Andrey Hristov
andrey Tue Oct 2 10:45:27 2007 UTC Added files: /php-src/ext/mysqlndmysqlnd_debug.h mysqlnd_structs.h Log: Update mysqlnd in HEAD Updated ext/mysql and ext/mysqli in HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_debug.h?view=ma

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt

2007-10-02 Thread Antony Dovgal
Raghubansh, you should really try to debug one of your tests. Here is an example for you: ext/standard/tests/strings/strcspn_variation10.phpt See the diff below. Why does it fail? Can you quickly locate the data which demonstrates the problem? Line 100? Which $string is that? And which $mask_arra

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/network ip_x86_64.phpt

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 11:21:40 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/network ip_x86_64.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/network/ip_x86_64.phpt?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_forma

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/network ip_x86_64.phpt

2007-10-02 Thread Jani Taskinen
Oh..there was one for 64bit too..of course I missed that one since I tested on 32bit only. Yet another reason to not separate tests.. ;) (EXPECT64 :) --Jani On Tue, 2007-10-02 at 11:21 +, Antony Dovgal wrote: > tony2001 Tue Oct 2 11:21:40 2007 UTC > > Modified files:

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

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 11:35:26 2007 UTC Modified files: /php-src/ext/standard string.c Log: make strcspn() behave the same way in both Unicode and native mode (bug #42731) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.653&r2=1.6

[PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_variation10.phpt strcspn_variation2.phpt

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 11:35:40 2007 UTC Modified files: /php-src/ext/standard/tests/strings strcspn_variation10.phpt strcspn_variation2.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/s

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/network ip_x86_64.phpt

2007-10-02 Thread Antony Dovgal
On 02.10.2007 15:29, Jani Taskinen wrote: > Oh..there was one for 64bit too..of course I missed that one since I > tested on 32bit only. Yet another reason to not separate tests.. ;) > (EXPECT64 :) Well, I think of suffixes more and more (test_name_64bit.phpt, test_name32bit.phpt). It becomes a r

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/network ip_x86_64.phpt

2007-10-02 Thread Jani Taskinen
On Tue, 2007-10-02 at 15:44 +0400, Antony Dovgal wrote: > On 02.10.2007 15:29, Jani Taskinen wrote: > > Oh..there was one for 64bit too..of course I missed that one since I > > tested on 32bit only. Yet another reason to not separate tests.. ;) > > (EXPECT64 :) > > Well, I think of suffixes more a

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

2007-10-02 Thread Antony Dovgal
tony2001Tue Oct 2 17:09:22 2007 UTC Modified files: /php-src/main/streams unicode_filter.c Log: ucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise it bails out with U_ILLEGAL_ARGUMENT_ERROR this commit fixes endless loop

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /ext/standard basic_functions.c basic_functions.h config.m4 /ext/standard/tests/array extract_error.phpt /ext/standard/tests/general_function

2007-10-02 Thread Nuno Lopes
MFH:- Added common getopt implementation to core. MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <[EMAIL PROTECTED]> [DOC]: These changes will be available from 5.3+ uhm, this doesn't sound much thread safe to

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

2007-10-02 Thread Jani Taskinen
janiTue Oct 2 10:40:58 2007 UTC Modified files: /php-srcNEWS Log: fix news (stuff added in 5.3 wont be needed to mentioned here) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2151&r2=1.2152&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2151

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings strcspn_basic.phpt

2007-10-02 Thread Raghubansh
Hi Antony, Please send me details of the failure. PHP version, test generated temp files(.out, .diff, etc ). Thanks, Raghubansh On 10/2/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: > > Raghubansh, you should really try to debug one of your tests. > Here is an example for you: > ext/standard/te

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard html.c

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 04:53:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: do not accept partial multibyte sequences in html* functions http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.111.2.2.2.14&r2=1.111.2.2

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings htmlentities-utf.phpt

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 04:58:40 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings htmlentities-utf.phpt Log: add test with invalid sequences http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities-utf.phpt?view=m

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

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:03:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: add html* utf fix http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.966&r2=1.2027.2.547.2.967&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard html.c

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:05:08 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard html.c Log: MFB do not accept partial multibyte sequences in html* functions http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.111.2.2.2.14&r2=1.111

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings htmlentities-utf.phpt

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:05:37 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings htmlentities-utf.phpt Log: MFB utf test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities-utf.phpt?view=markup&rev=1.1 Index

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

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:07:31 2007 UTC Modified files: /php-src/ext/standard html.c Log: MFB do not accept partial multibyte sequences in html* functions http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.125&r2=1.126&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /ext/standard/tests/strings htmlentities-utf.phpt

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:08:47 2007 UTC Modified files: /php-src/ext/standard/tests/strings htmlentities-utf.phpt Log: MFB unicode test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/htmlentities-utf.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-