summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize optional vars.Andrei Zmievski2006-10-091-2/+2
* Error message clean upHannes Magnusson2006-10-081-1/+1
* leaks--Antony Dovgal2006-10-031-1/+1
* fix leakAntony Dovgal2006-10-031-0/+3
* don't forget to increase refcount when adding entry to the return_valueAntony Dovgal2006-10-031-0/+1
* Unicode support in preg_grep().Andrei Zmievski2006-09-191-27/+34
* Upgrade preg_quote() to support Unicode.Andrei Zmievski2006-09-191-11/+30
* Fix offset calculation in add_offset_pair().Andrei Zmievski2006-09-191-15/+28
* fix leak in preg_split()Antony Dovgal2006-09-191-1/+1
* Upgrade preg_split() to support Unicode strings.Andrei Zmievski2006-09-181-43/+51
* More work on Unicode support in PCRE. When UG(unicode) is on, allAndrei Zmievski2006-09-181-103/+88
* MFB: fix memleak of pcre study dataNuno Lopes2006-09-061-0/+1
* fix leak, add testAntony Dovgal2006-08-301-0/+1
* add missing addrefAntony Dovgal2006-08-291-0/+1
* Check for is_utf8.Andrei Zmievski2006-08-291-6/+11
* More Unicode work.Andrei Zmievski2006-08-291-3/+11
* Add Unicode support for preg_match[_all]Andrei Zmievski2006-08-281-45/+151
* tsrmls fixRob Richards2006-07-201-1/+1
* - TSRM fixesMarcus Boerger2006-07-201-2/+2
* - WSMarcus Boerger2006-07-201-8/+8
* - Clean up (after consulting Andrei)Marcus Boerger2006-07-201-216/+209
* - Little bit refactoring: Two new PHPAPI functions:Marcus Boerger2006-07-161-61/+77
* MFB: fix bug #37800Nuno Lopes2006-06-151-1/+1
* MFB: fix mem leakNuno Lopes2006-06-141-0/+3
* 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
* return NULL in case of error (and fix leak/non-null-terminated string error)Antony Dovgal2006-05-291-0/+4
* Add pcre_last_error() and backtrack/recursion limit settings.Andrei Zmievski2006-05-091-14/+132
* Disallowed numeric named captures.Andrei Zmievski2006-04-071-1/+13
* MFBAndrei Zmievski2006-04-061-2/+2
* Portable unicode string API:Dmitry Stogov2006-02-211-5/+5
* 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-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* 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-121-15/+4
* - Add/expose function to compile and access pcre_cache_entry structsMarcus Boerger2005-10-121-15/+37
* Fixed bug #34790 (preg_match_all(), named capturing groups, variable assignme...Dmitry Stogov2005-10-111-0/+1
* 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
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier...foobar2005-05-311-3/+3
* Flush regexp cache if we detect corruption.Andrei Zmievski2005-05-241-5/+13
* FR 32275 - fifth parameter to preg_replace() to count number of replacesAndrey Hristov2005-03-121-15/+30
* return empty string when got empty parameterAntony Dovgal2004-12-241-1/+1
* Avoid causing a crash.Ilia Alshanetsky2004-12-101-1/+1
* fix 1-byte leakAntony Dovgal2004-12-091-1/+1
* MFB.Andrei Zmievski2004-08-251-50/+10
* MFB: TSRM fixMarcus Boerger2004-08-241-2/+2
* MFB.Andrei Zmievski2004-08-241-0/+66