summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
Commit message (Expand)AuthorAgeFilesLines
* Allocate temporary PCRE match data using ZMMNikita Popov2020-09-071-0/+2
* Constify char * arguments of APIstwosee2020-06-081-2/+2
* Fix [-Wundef] warning in PCRE extensionGeorge Peter Banyard2020-05-201-1/+1
* Add preg_last_error_msg() functionNicolas Oelgart2020-02-251-1/+11
* Merge branch 'PHP-7.4'Nikita Popov2019-10-081-0/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-081-0/+1
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-081-0/+1
| | |\
| | | * Add pcre_get_compiled_regex_cache_ex() with local_aware flagSergei Turchanov2019-10-081-0/+1
| | | * year++Xinchen Hui2018-01-021-1/+1
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ / /
* | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-2/+0
* | | Make PCRE cache per-request on CLINikita Popov2019-03-261-0/+1
* | | Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checksNikita Popov2019-03-221-8/+0
* | | Don't create a new array for empty/null match every timeNikita Popov2019-03-191-0/+3
* | | Accept zend_string* instead of char* in php_pcre_match_impl()Nikita Popov2019-03-181-1/+1
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Remove preg_options param from pcre_get_compiled_regex()Nikita Popov2018-12-261-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | year++Xinchen Hui2018-01-021-1/+1
* | Patch core for PCRE2 supportAnatol Belski2017-11-131-21/+20
|/
* Avoid string duplication in preg_split()Dmitry Stogov2017-06-281-1/+1
* preg_replace() optimizationDmitry Stogov2017-06-071-3/+3
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Removed not used fieldXinchen Hui2016-11-201-1/+0
* Fix bug #73121 Bundled PCRE doesn't compile because JIT isn't supported on s390Anatol Belski2016-09-231-1/+1
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | first stone on using the unified globals accessorAnatol Belski2015-07-291-6/+1
* | Keep realpath and PCRE caches in consistency with opcache SHM.Dmitry Stogov2015-04-221-0/+2
* | cleanup mod version macros, round 3Anatol Belski2015-03-231-0/+3
* | Avoid reallocation in preg_replace() if nothing was replacedDmitry Stogov2015-02-101-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not ne...Dmitry Stogov2014-12-191-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-5/+5
|\ \
| * | fix datatype mismatchesAnatol Belski2014-10-291-5/+5
* | | more exts converted for static tsrm ls pointerAnatol Belski2014-10-151-1/+1
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Avoid unnecessary memory allocation/deallocations and pcre callsDmitry Stogov2014-06-091-0/+2
* | Enable PCRE JIT compilerDmitry Stogov2014-04-251-0/+3
* | Refactor php_pcre_replace to return zend_stringXinchen Hui2014-03-161-3/+3
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+4
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1