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

2009-04-10 Thread Nuno Lopes
nlopess Fri Apr 10 15:47:15 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug47662.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix bug #47662: support more than 127 named subpatterns

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

2009-01-28 Thread Nuno Lopes
nlopess Wed Jan 28 22:39:33 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug47229.phpt Modified files: /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests preg_quote_basic.phpt Log: fix bug #47229:

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

2008-10-21 Thread Arnaud Le Blanc
lbarnaudTue Oct 21 22:08:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: initialize optional vars http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.24r2=1.168.2.9.2.21.2.25diff_format=u

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

2008-09-02 Thread Nuno Lopes
nlopess Tue Sep 2 19:10:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: kill dead variables. found by LLVM's clang static analyzer

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

2008-08-14 Thread Nuno Lopes
nlopess Thu Aug 14 14:37:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests bug44925.phpt Log: after rereading the documentation about preg_grep(), lets match the behavior in HEAD (return the original

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

2008-06-30 Thread Felipe Pena
felipe Mon Jun 30 17:14:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests preg_replace_callback3.phpt preg_replace_callback_error.phpt

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

2008-06-01 Thread Hannes Magnusson
bjori Sun Jun 1 18:47:21 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: Add arginfo fix protos http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.14r2=1.168.2.9.2.21.2.15diff_format=u Index:

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 11:58:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: implement #44336: optimize utf8 string matching add PREG_BAD_UTF8_OFFSET_ERROR constant

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

2008-03-08 Thread Nuno Lopes
nlopess Sat Mar 8 13:01:59 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pcre/tests bug44214.phpt bug44214_2.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix bug #44214: crash with preg_replace_callback and global

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

2008-03-03 Thread Dmitry Stogov
dmitry Mon Mar 3 11:11:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: Removed unnecassary strlen() http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.11r2=1.168.2.9.2.21.2.12diff_format=u Index:

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

2008-02-20 Thread Felipe Pena
felipe Wed Feb 20 22:12:18 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c Log: MFB: Fixed Bug #44191 (preg_grep messes up array index)

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

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 19:38:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c php_pcre.h Log: spread some static keywords http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.21.2.9r2=1.168.2.9.2.21.2.10diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcre php_pcre.c /ext/pdo php_pdo_driver.h /ext/spl spl_directory.h spl_iterators.h /main/streams php_stream_filter_api.h

2007-11-26 Thread Jani Taskinen
janiMon Nov 26 10:59:05 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre php_pcre.c /php-src/ext/pdophp_pdo_driver.h /php-src/ext/splspl_directory.h spl_iterators.h /php-src/main/streams php_stream_filter_api.h Log:

[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

[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()

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