summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
...
* - WSMarcus Boerger2006-07-191-1/+1
* fix testAntony Dovgal2006-07-181-1/+1
* MFBNuno Lopes2006-07-171-0/+42
* - TSRM FixMarcus Boerger2006-07-161-1/+1
* MFBNuno Lopes2006-07-163-0/+446
* - Little bit refactoring: Two new PHPAPI functions:Marcus Boerger2006-07-162-61/+81
* fix testsHannes Magnusson2006-07-031-1/+1
* MFBNuno Lopes2006-07-035-1/+147
* Fix testHannes Magnusson2006-06-261-1/+1
* MFB: fix bug #37800Nuno Lopes2006-06-152-1/+32
* MFBNuno Lopes2006-06-149-1/+444
* MFB: fix mem leakNuno Lopes2006-06-141-0/+3
* MFB: remove pcre_dfa_exec.cNuno Lopes2006-06-143-2029/+2
* MFBNuno Lopes2006-06-138-0/+192
* Added automatic module globals managementDmitry Stogov2006-06-131-11/+7
* no need to check it for not-NULL (as was pointed by Nuno)Antony Dovgal2006-05-291-4/+2
* add testAntony Dovgal2006-05-291-0/+16
* return NULL in case of error (and fix leak/non-null-terminated string error)Antony Dovgal2006-05-291-0/+4
* MFB: Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed forIlia Alshanetsky2006-05-281-2/+2
* Add pcre_last_error() and backtrack/recursion limit settings.Andrei Zmievski2006-05-092-14/+135
* Disallowed numeric named captures.Andrei Zmievski2006-04-072-3/+13
* That is not the bug you're looking for.Andrei Zmievski2006-04-061-1/+2
* Even more stuff from Friedl.Andrei Zmievski2006-04-061-0/+2
* More stuff from Friedl..Andrei Zmievski2006-04-061-0/+13
* MFBAndrei Zmievski2006-04-062-2/+23
* Dropped register_long_arrays, added E_CORE for all dropped settingDmitry Stogov2006-03-161-2/+0
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-083-0/+11
* MFB: Fix build and sync parameters with config0.m4.Sebastian Bergmann2006-03-061-3/+3
* Import PCRE 6.6 and make adjustments.Andrei Zmievski2006-03-0666-17173/+8442
* Portable unicode string API:Dmitry Stogov2006-02-211-5/+5
* Fixed test fileDmitry Stogov2006-02-201-1/+1
* NULL byte should be escaped to \000 instead of \0 in case it is followedAndrei Zmievski2006-02-171-1/+3
* bump year and license versionfoobar2006-01-012-6/+6
* - 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
* - ext/filter will need those exportsMichael Wallner2005-12-011-1/+2
* MF51: change "-o" to "||" to support weird systems with broken `test`Antony Dovgal2005-11-291-1/+1
* - Renamed config.m4 to config0.m4foobar2005-11-171-57/+0
* - Fix build problems with pecl/filter/foobar2005-11-162-0/+2
* Fixed bug #34725 (CLI segmentation faults during cleanup in ZTS if ext/pcre i...Dmitry Stogov2005-10-281-1/+3
* - Drop one cache related function which is not really neccessaryMarcus Boerger2005-10-122-16/+5
* - Add/expose function to compile and access pcre_cache_entry structsMarcus Boerger2005-10-122-15/+40
* Fixed bug #34790 (preg_match_all(), named capturing groups, variable assignme...Dmitry Stogov2005-10-112-0/+24
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-4/+4
* Nuked EOLs from error messagesfoobar2005-08-181-1/+1
* nuke unused variablesAntony Dovgal2005-08-121-2/+0
* Remove old internal.h file.Andrei Zmievski2005-08-091-770/+0
* MFB: Sync with config.m4.Sebastian Bergmann2005-08-091-2/+2
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-0874-6564/+35941