summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
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
|
* Fix function name.Andrei Zmievski2003-12-161-1/+1
|
* - Upgraded library to version 4.5Andrei Zmievski2003-12-161-11/+10
| | | | | | | - 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-291-73/+109
| | | | | | specify the offset to start matching from. - Added support for named subpatterns.
* MFBIlia Alshanetsky2003-05-261-0/+1
|
* MFHAndrei Zmievski2003-05-201-0/+2
|
* emalloc -> safe_emallocIlia Alshanetsky2003-04-241-8/+8
|
* MFH: fixed bug #21758Moriyoshi Koizumi2003-01-201-1/+1
|
* MFHIlia Alshanetsky2003-01-181-0/+4
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFHIlia Alshanetsky2002-11-211-3/+1
|
* - 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
|
* Use a copy of locale instead of the original. Fixes bug #19482.Andrei Zmievski2002-10-071-1/+2
|
* @- 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)
* 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-131-1/+1
|
* Revert bogus patch.Andrei Zmievski2002-04-191-7/+7
|
* - Fix warnings in VCDerick Rethans2002-04-191-7/+7
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Fix a long-standing infelicity that resulted in extra regex informationAndrei Zmievski2002-02-121-8/+8
| | | | | not being passed to PCRE functions.
* Expose pcre_get_compiled_regex as an API function.Andrei Zmievski2002-02-121-5/+5
|
* - Fixed a bug with matching string containing null bytes.Andrei Zmievski2002-01-151-3/+6
|
* Fix a warning and remove a printf() that slipped in...Zeev Suraski2001-12-221-2/+1
|
* @- Added flags parameter to preg_grep(). The only flag currently isAndrei Zmievski2001-12-181-3/+17
| | | | | | @ PREG_GREP_INVERT that will make the function return entries that @ did not match. (Andrei)
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Fixed bug #13635.Andrei Zmievski2001-11-101-8/+18
|
* @- Fixed a bug in preg_replace() that would change the type of the replacementAndrei Zmievski2001-10-171-1/+3
| | | | | @ array entries to string. (Andrei)
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-7/+10
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* more tsrm cleanupSascha Schumann2001-08-061-10/+9
|
* Updated to match TSRM changes.Andrei Zmievski2001-07-301-26/+9
|
* Zend compatibility patchZeev Suraski2001-07-301-2/+2
|
* Zend compatibility patchZeev Suraski2001-07-301-10/+0
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-1/+1
| | | | the way