summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-15114-78206/+0
|
* MFH: fix #39112 (typo in error message)Antony Dovgal2006-10-102-2/+2
|
* fix memleak of pcre study dataNuno Lopes2006-09-061-0/+1
|
* Upgrade PCRE lib to 6.7Ilia Alshanetsky2006-08-3039-1268/+3694
|
* fix leak, add testAntony Dovgal2006-08-302-0/+46
|
* - MFH Clean up (after consulting Andrei)Marcus Boerger2006-07-206-238/+232
| | | | | | | | | . Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....) . All refactored funcs (match, split, replace, grep) use the above . Change (zend|php)_error() to php_error_docref() . Move from old to new param parsing api . Fix memleaks in unicode mode
* fix testAntony Dovgal2006-07-181-1/+1
|
* new testNuno Lopes2006-07-171-0/+42
|
* - MFH: Little bit refactoring: Two new PHPAPI functions:Marcus Boerger2006-07-162-61/+81
| | | | | | . php_pcre_match . php_pcre_split
* new tests. almost 90% of code coverageNuno Lopes2006-07-163-0/+446
|
* fix testsHannes Magnusson2006-07-031-1/+1
|
* more testingNuno Lopes2006-07-032-1/+49
|
* new tests and fix the locales test where the pt local isnt available.Nuno Lopes2006-07-034-0/+88
|
* MFH: fix testHannes Magnusson2006-06-261-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-11/+7
|
* fix bug #37800: preg_replace() limit parameter odd behaviourNuno Lopes2006-06-152-1/+32
| | | | | #this is a regression in PHP_5_2 and HEAD branches only
* fix memory leak uncovered by the pcre_extra.phpt testNuno Lopes2006-06-141-0/+3
|
* more tests (and fix 2 from yesterday)Nuno Lopes2006-06-149-1/+362
|
* remove the pcre_dfa_exec.c file, as it is needed (we dont expose that API)Nuno Lopes2006-06-143-2029/+2
|
* add new tests, increasing coverage by about 10%Nuno Lopes2006-06-138-0/+192
|
* MFH: no need to check it for not-NULLAntony Dovgal2006-05-291-4/+2
|
* add testAntony Dovgal2006-05-291-0/+16
|
* MFH: return NULL in case of errorAntony Dovgal2006-05-291-0/+4
|
* Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssionIlia Alshanetsky2006-05-281-2/+2
| | | | | limit support).
* Use heap insted of stack for recursion in hope of avoid stack overflow crashesEdin Kadribasic2006-05-181-1/+1
|
* - MFH pcre_get_compiled_regex_cache() supportMarcus Boerger2006-05-092-15/+29
|
* MFHAndrei Zmievski2006-05-092-14/+135
|
* MFHAndrei Zmievski2006-04-111-1/+13
|
* I guess we only need this on HEAD.Andrei Zmievski2006-04-061-20/+0
|
* Fix a bug that would not fill in the fifth argument to preg_replace()Andrei Zmievski2006-04-062-9/+22
| | | | | properly, if the variable was not declared previously.
* Fix build and sync parameters with config0.m4.Sebastian Bergmann2006-03-061-2/+2
|
* MFH (Import PCRE 6.6)Andrei Zmievski2006-03-0666-17173/+8438
|
* Fixed test fileDmitry Stogov2006-02-201-1/+1
|
* MFH.Andrei Zmievski2006-02-171-1/+3
|
* TODOAndrei Zmievski2006-02-061-0/+7
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* - Readd the file in this branchMarcus Boerger2005-12-071-0/+57
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - export everything we've got aliases forMichael Wallner2005-12-011-0/+8
|
* - use php_pcre aliasesMichael Wallner2005-12-012-1/+4
|
* MFH: ext/filter will need those exportsMichael Wallner2005-12-011-0/+1
| | | | | # php_compat.h still prevents linking
* MFH: Renamed config.m4 to config0.m4foobar2005-11-171-57/+0
| | | | | # PCRE configure tests must be run before e.g. ext/filter
* MFHfoobar2005-11-161-0/+1
|
* Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre ↵Dmitry Stogov2005-10-281-1/+3
| | | | is DSO)
* Fixed bug #34790 (preg_match_all(), named capturing groups, variable ↵Dmitry Stogov2005-10-112-0/+24
| | | | assignment/return => crash)
* removed unused varsIlia Alshanetsky2005-08-231-2/+0
|
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-1/+1
|
* Sync with config.m4.Sebastian Bergmann2005-08-091-2/+2
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-081-56/+0
|
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-0874-6564/+35941
| | | | | # Don't worry, upgrade for other branches is coming