[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-10-02 Thread changelog
changelog Wed Oct 3 01:31:29 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2826r2=1.2827diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2826

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/xsl php_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c

2007-10-02 Thread Christian Stocker
chregu Tue Oct 2 06:31:18 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/xslphp_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c Log: - Added xsl-setProfiling() for profiling stylesheets.

[PHP-CVS] cvs: php-src /ext/xsl php_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c

2007-10-02 Thread Christian Stocker
chregu Tue Oct 2 06:32:17 2007 UTC Modified files: /php-src/ext/xslphp_xsl.c php_xsl.h xsl_fe.h xsltprocessor.c Log: - Added xsl-setProfiling() for profiling stylesheets. (MFB)

[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

[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

[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

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

[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..

[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

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

[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

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)

[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

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

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 and more

[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

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.2151r2=1.2152diff_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:

[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

[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

[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.966r2=1.2027.2.547.2.967diff_format=u Index: php-src/NEWS diff -u

[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

[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=markuprev=1.1

[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.125r2=1.126diff_format=u Index:

[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.1r2=1.2diff_format=u Index: