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

2009-06-08 Thread Scott MacVicar
scottmacMon Jun 8 21:52:08 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: MFH fix bug #44214: crash with preg_replace_callback and global variables

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

2009-04-14 Thread Nuno Lopes
nlopess Tue Apr 14 20:31:32 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests bug47662.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: MFH: fix bug #47662: support more than 127 named subpatterns

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

2009-01-13 Thread Andrei Zmievski
andrei Tue Jan 13 19:23:31 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: Fix bug #44336 in PHP 5.2 as well. http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.29r2=1.168.2.9.2.30diff_format=u Index:

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

2008-08-08 Thread Arnaud Le Blanc
Sorry, I have accidentally committed without log. This is a MFB of the fix for #37911 which had been fixed in 5.3 but not in 5.2, fixes #45748. On Friday 08 August 2008 11:34:08 Arnaud Le Blanc wrote: lbarnaud Fri Aug 8 09:34:08 2008 UTC Added files: (Branch:

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

2008-08-08 Thread Arnaud Le Blanc
lbarnaudFri Aug 8 09:34:08 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests bug37911.phpt Modified files: /php-src/ext/pcre php_pcre.c Log:

[PHP-CVS] cvs: php-src(PHP_5_2) /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:18 2007 UTC Modified files: (Branch: PHP_5_2) /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_2) /ext/pcre php_pcre.c /ext/pcre/tests 006.phpt

2007-09-20 Thread Antony Dovgal
tony2001Thu Sep 20 08:10:45 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests 006.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: MFH

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

2007-06-12 Thread Scott MacVicar
scottmacTue Jun 12 14:08:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: Display PCRE ini entries as part of module info

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

2007-04-23 Thread Antony Dovgal
tony2001Mon Apr 23 10:05:33 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.16r2=1.168.2.9.2.17diff_format=u Index:

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

2007-03-14 Thread Antony Dovgal
tony2001Wed Mar 14 23:47:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests preg_replace_callback2.phpt Log: MFH: remove unnecessary warning in case of exception

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

2007-01-10 Thread Hannes Magnusson
bjori Wed Jan 10 14:37:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: Fix build on system where HAVE_SETLOCALE is not defined

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

2006-12-12 Thread Ilia Alshanetsky
iliaa Tue Dec 12 15:35:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: Removed dummy vars. # Patch by Matt Wilmas http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.12r2=1.168.2.9.2.13diff_format=u

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

2006-10-10 Thread Antony Dovgal
tony2001Tue Oct 10 12:44:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c /php-src/ext/pcre/tests preg_replace2.phpt Log: MFH: fix #39112 (typo in error message)

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

2006-09-06 Thread Nuno Lopes
nlopess Wed Sep 6 16:30:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: fix memleak of pcre study data http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.10r2=1.168.2.9.2.11diff_format=u Index:

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

2006-09-06 Thread Nuno Lopes
Derick can you please merge this to the PHP 4.4 branch? I currently don't have a php 4 checkout. The patch is pretty safe. Nuno - Original Message - nlopess Wed Sep 6 16:30:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: fix

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

2006-09-06 Thread Derick Rethans
On Wed, 6 Sep 2006, Nuno Lopes wrote: Derick can you please merge this to the PHP 4.4 branch? I currently don't have a php 4 checkout. The patch is pretty safe. Done Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-09-06 Thread Nuno Lopes
On Wed, 6 Sep 2006, Nuno Lopes wrote: Derick can you please merge this to the PHP 4.4 branch? I currently don't have a php 4 checkout. The patch is pretty safe. Done Derick Thanks ;) Nuno -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-08-30 Thread Antony Dovgal
tony2001Wed Aug 30 16:46:59 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests preg_replace_callback3.phpt Modified files: /php-src/ext/pcre php_pcre.c Log: fix leak, add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre php_pcre.c php_pcre.h /ext/pcre/tests grep2.phpt match_flags3.phpt preg_replace.phpt split.phpt

2006-07-20 Thread Marcus Boerger
helly Thu Jul 20 22:53:07 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c php_pcre.h /php-src/ext/pcre/tests grep2.phpt match_flags3.phpt preg_replace.phpt split.phpt Log: - MFH Clean up (after

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

2006-07-16 Thread Marcus Boerger
helly Sun Jul 16 21:09:30 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c php_pcre.h Log: - MFH: Little bit refactoring: Two new PHPAPI functions: . php_pcre_match . php_pcre_split

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre php_pcre.c /ext/pcre/tests bug37800.phpt

2006-06-15 Thread Andrei Zmievski
What's your rationale for this fix? What sort of regression happened? -Andrei On Jun 15, 2006, at 11:33 AM, Nuno Lopes wrote: nlopess Thu Jun 15 15:33:25 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests bug37800.phpt Modified files:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre php_pcre.c /ext/pcre/tests bug37800.phpt

2006-06-15 Thread Andrei Zmievski
Okay. -Andrei On Jun 15, 2006, at 2:01 PM, Nuno Lopes wrote: What's your rationale for this fix? What sort of regression happened? OK, so let me explain: preg_replace($regex, $replace, $str, $limit); Short answer: It was failling if $limit $number_of_matches. How this bug was introduced?

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

2006-06-14 Thread Nuno Lopes
nlopess Wed Jun 14 17:52:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: fix memory leak uncovered by the pcre_extra.phpt test

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

2006-05-29 Thread Antony Dovgal
tony2001Mon May 29 20:26:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: MFH: return NULL in case of error http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.2r2=1.168.2.9.2.3diff_format=u

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

2006-05-29 Thread Antony Dovgal
tony2001Mon May 29 21:31:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c Log: MFH: no need to check it for not-NULL http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9.2.3r2=1.168.2.9.2.4diff_format=u

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

2006-05-09 Thread Andrei Zmievski
andrei Tue May 9 18:29:26 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c php_pcre.h Log: MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/pcre/php_pcre.c?r1=1.168.2.9r2=1.168.2.9.2.1diff_format=u Index: php-src/ext/pcre/php_pcre.c

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

2006-05-09 Thread Hannes Magnusson
NEWS entry and/or docs? :) On 5/9/06, Andrei Zmievski [EMAIL PROTECTED] wrote: andrei Tue May 9 18:29:26 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c php_pcre.h Log: MFH -- PHP CVS Mailing List (http://www.php.net/) To

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

2006-05-09 Thread Andrei Zmievski
Added NEWS entry. Docs will have to wait. -Andrei On May 9, 2006, at 12:25 PM, Hannes Magnusson wrote: NEWS entry and/or docs? :) On 5/9/06, Andrei Zmievski [EMAIL PROTECTED] wrote: andrei Tue May 9 18:29:26 2006 UTC Modified files: (Branch: PHP_5_2)

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

2006-05-09 Thread Marcus Boerger
helly Tue May 9 23:53:40 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pcre php_pcre.c php_pcre.h Log: - MFH pcre_get_compiled_regex_cache() support