summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite cache clean-up using zend_hash_apply_with_argument().Andrei Zmievski2004-08-251-50/+10
|
* MFH (r1.160) TSRM fixSara Golemon2004-08-251-2/+2
|
* Implement periodic PCRE compiled regexp cache cleanup, to avoid memoryAndrei Zmievski2004-08-241-0/+66
| | | | | exhaustion.
* pcre_info() is deprecated. Hence, update to pcre_fullinfo() and do moreAndrei Zmievski2004-06-221-8/+46
| | | | | rigorous checking of return values.
* bug #27810 from Joe OrtonRasmus Lerdorf2004-04-231-23/+1
|
* MFH(r-1.153): POSIX / ISO compliancy.Moriyoshi Koizumi2004-02-011-2/+2
| | | | | # this commit is granted by Ilia.
* MFH: Fixed bug #27011 (64bit int/long confusion in preg_match*() functions)Ilia Alshanetsky2004-01-281-2/+2
|
* MFH: Fixed Bug #26927 (preg_quote() does not escape \0).Ilia Alshanetsky2004-01-161-0/+5
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2004-01-161-0/+11
|
* Umm, let's not enable NO_RECURSE by default. The matches on someAndrei Zmievski2003-12-161-1/+1
| | | | | | patterns can be more than twice as slow as before. # Maybe we should add a --disable-pcre-stack-recursion compile option
* Fix function name.Andrei Zmievski2003-12-161-1/+1
|
* - Upgraded library to version 4.5Andrei Zmievski2003-12-1622-3668/+4370
| | | | | | | - Define NO_RECURSE to avoid stack problems. - Moved contents of RINIT hook to MINIT and removed RINIT. - Removed a couple of extraneous files.
* *** empty log message ***Andrei Zmievski2003-12-151-1/+1
|
* MFH: - Fixed bug #25504 (pcre_match_all() crashes when passed only 2 parameters)foobar2003-09-121-1/+1
|
* fix error messageSascha Schumann2003-08-281-1/+1
|
* - Added a new parameter to preg_match_* functions that can be used toAndrei Zmievski2003-06-292-74/+110
| | | | | | specify the offset to start matching from. - Added support for named subpatterns.
* Upgrading PCRE library to version 4.3Andrei Zmievski2003-06-2733-8378/+5339
|
* MFBIlia Alshanetsky2003-05-261-0/+1
|
* MFHAndrei Zmievski2003-05-201-0/+2
|
* emalloc -> safe_emallocIlia Alshanetsky2003-04-241-8/+8
|
* MFH: Fix for bug #22131foobar2003-02-091-15/+14
|
* MFH: fixed bug #21758Moriyoshi Koizumi2003-01-201-1/+1
|
* MFHIlia Alshanetsky2003-01-181-0/+4
|
* MFH: Bump year.Sebastian Bergmann2002-12-318-8/+8
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-221-0/+30
|
* MFHIlia Alshanetsky2002-11-211-3/+1
|
* MFH (Fix for linking warnings on windows).Edin Kadribasic2002-11-191-1/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-131-57/+0
|
* - Remove \n from error messagesDerick Rethans2002-11-101-5/+5
|
* Fix memory leak in non-ZTS mode.Andrei Zmievski2002-11-091-2/+4
|
* fix compiler warningMarcus Boerger2002-10-241-4/+4
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-1539-7064/+10999
|
* Use a copy of locale instead of the original. Fixes bug #19482.Andrei Zmievski2002-10-071-1/+2
|
* Update bundled pcrelib to 3.9.Wez Furlong2002-09-1438-718/+3288
| | | | | # Tested under Linux only
* @- Added ability to use Perl-style ${n} subpattern references in theAndrei Zmievski2002-09-111-12/+33
| | | | | @ replacement string for preg_replace(). Takes care of bug #18442. (Andrei)
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+2
|
* MFB (patch by Troels Arvin <troels@arvin.dk>).Edin Kadribasic2002-07-232-4/+8
| | | | | | Added pcre include path to global list of includes in order to allow use of external pcre libs.
* Fix Bug #18341.Andrei Zmievski2002-07-141-2/+3
| | | | | | @- Fixed cases where preg_split() incorrectly terminated final element if @ it contained null byte. (Andrei)
* Fix build in ZTS modefoobar2002-06-131-1/+1
|
* This patch adds ability to capture string offsets in the preg_match_*()Andrei Zmievski2002-06-121-41/+58
| | | | | results.
* - Typo.Markus Fischer2002-06-101-2/+2
|
* This code adds string offset capturing in preg_split() results. OriginalAndrei Zmievski2002-05-231-11/+54
| | | | | patch by David Brown, modified by me.
* Changing email address.Andrei Zmievski2002-05-132-2/+2
|
* Revert bogus patch.Andrei Zmievski2002-04-191-7/+7
|
* - Fix warnings in VCDerick Rethans2002-04-191-7/+7
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* remove old makefilesSascha Schumann2002-03-122-17/+0
|
* Please welcome the new build system.Sascha Schumann2002-03-072-18/+6
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Fix a long-standing infelicity that resulted in extra regex informationAndrei Zmievski2002-02-122-9/+9
| | | | | not being passed to PCRE functions.