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

2007-10-07 Thread Antony Dovgal
tony2001Sun Oct 7 08:30:47 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli mysqli_api.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.22.2.16.2.2&r2=1.118.2.22.2.16.2.3&diff_format=u Index: php-

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

2007-10-07 Thread Antony Dovgal
tony2001Sun Oct 7 08:33:38 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/wddx wddx.c Log: one more fix http://cvs.php.net/viewvc.cgi/php-src/ext/wddx/wddx.c?r1=1.119.2.10.2.17.2.1&r2=1.119.2.10.2.17.2.2&diff_format=u Index: php-src/ext/wdd

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings setlocale_basic1.phpt setlocale_basic2.phpt setlocale_basic3.phpt setlocale_error.phpt setlocale_variation1.phpt setlocale_variation2.phpt setloc

2007-10-07 Thread Antony Dovgal
Raghubansh, what is the point of ext/standard/tests/strings/setlocale_variation2.phpt? We're testing PHP, not libc, aren't we? On 05.10.2007 23:35, Raghubansh Kumar wrote: > kraghuba Fri Oct 5 19:35:45 2007 UTC > > Modified files: > /php-src/ext/standard/tests/s

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c /ext/pcre/tests bug37911.phpt

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 11:48:28 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug37911.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix bug #37911: preg_replace_callback ignores named groups http://cvs.php.n

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

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 11:51:36 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: BFN: #37911 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.23&r2=1.2027.2.547.2.965.2.24&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027

[PHP-CVS] cvs: php-src /ext/pcre php_pcre.c /ext/pcre/tests bug37911.phpt

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 12:09:02 2007 UTC Modified files: /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests bug37911.phpt Log: MFB: fix #37911 http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.222&r2=1.223&diff_format=u Index: php-src/ext/pc

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

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 12:14:02 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: fix the previous patch: the rc var doesnt need to be passed to the make_subpats_table() http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.

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

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 12:14:59 2007 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.223&r2=1.224&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.223 ph

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

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 12:20:11 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: now fix the thread-safe build.. #sorry for the noise, but I didnt commit patches to PHP for a long time.. http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/p

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

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 12:21:05 2007 UTC Modified files: /php-src/ext/pcre php_pcre.c Log: MFB: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.224&r2=1.225&diff_format=u Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_ps.c mysqlnd_result.c

2007-10-07 Thread Antony Dovgal
tony2001Sun Oct 7 12:23:29 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd_ps.c mysqlnd_result.c Log: fix typos http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_ps.c?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/mysqlnd/mysqlnd

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

2007-10-07 Thread Antony Dovgal
tony2001Sun Oct 7 12:33:41 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd_portability.h Log: silence the warning http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_portability.h?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/mysq

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/pcre php_pcre.c /ext/pcre/tests bug42737.phpt

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 13:57:10 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug42737.phpt Modified files: /php-srcNEWS /php-src/ext/pcre php_pcre.c Log: Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE w

[PHP-CVS] cvs: php-src /ext/pcre/tests bug42737.phpt

2007-10-07 Thread Nuno Lopes
nlopess Sun Oct 7 14:00:20 2007 UTC Modified files: /php-src/ext/pcre/tests bug42737.phpt Log: add test for bug #42737. HEAD didnt have this bug, as it uses a smarter way to iterate over utf-8 chars http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd_alloc.c mysqlnd_palloc.c mysqlnd_ps.c mysqlnd_result.c

2007-10-07 Thread Yiduo (David) Wang
davidw Sun Oct 7 21:47:36 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd_alloc.c mysqlnd_palloc.c mysqlnd_ps.c mysqlnd_result.c Log: Fix build for mysqlnd http://cvs.php.net/viewvc.cgi/php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_2) /main fopen_wrappers.c

2007-10-07 Thread Robert Thompson
ab5602 Mon Oct 8 02:49:27 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main fopen_wrappers.c Log: Fix for bug 41822 and 41899. expand_filepath() will now return a relative path under the specific situation where getcwd() returns NULL and the file

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

2007-10-07 Thread Yiduo (David) Wang
davidw Mon Oct 8 04:05:22 2007 UTC Modified files: /php-src/ext/pdopdo_stmt.c Log: stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.178&r2=1.179&diff_format=u Index:

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

2007-10-07 Thread Yiduo (David) Wang
davidw Mon Oct 8 04:06:15 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_stmt.c Log: MFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.118.2.38.2.

[PHP-CVS] Re: cvs: php-src(PHP_5_2) /main fopen_wrappers.c

2007-10-07 Thread Johannes Schlüter
Robert, please don't forget PHP_5_§ and HEAD. Thanks, johannes On Mon, 2007-10-08 at 02:49 +, "Robert Thompson" wrote: > ab5602Mon Oct 8 02:49:27 2007 UTC > > Modified files: (Branch: PHP_5_2) > /php-src/main fopen_wrappers.c > Log: > > Fix fo

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

2007-10-07 Thread Raghubansh Kumar
kraghubaMon Oct 8 06:19:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings strrchr_variation7.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strrchr_variation7.phpt?r1=1.1.2.1&r2=1.1.2.2

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

2007-10-07 Thread Raghubansh Kumar
kraghubaMon Oct 8 06:22:13 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings strrchr_variation7.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strrchr_variation7.phpt?r1=1.2.2.2&r2=1.2.2.3

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

2007-10-07 Thread Raghubansh Kumar
kraghubaMon Oct 8 06:24:57 2007 UTC Modified files: /php-src/ext/standard/tests/strings strrchr_variation7.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/strrchr_variation7.phpt?r1=1.2&r2=1.3&diff_format=u Index: ph