summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
Commit message (Collapse)AuthorAgeFilesLines
* Add pcre_get_compiled_regex_cache_ex() with local_aware flagSergei Turchanov2019-10-081-0/+1
| | | | | | | | | A new function `pcre_get_compiled_regex_cache_ex()` is introduced, which allows to compile regexp pattern using the "C" locale instead of a current locale. This will be needed to replace setlocale() usage in fileinfo, which is not thread-safe.
* year++Xinchen Hui2018-01-021-1/+1
|
* 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
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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 ↵Dmitry Stogov2014-12-191-1/+1
| | | | | | | | necessary.
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
| |
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (398 commits) NEWS add test for bug #68381 Fixed bug #68381 Set FPM log level earlier during init proper dllexport move to size_t where zend_string is used internally fix some datatype mismatches return after the warning, to fix uninitialized salt usage fix datatype mismatches add missing type specifier fix datatype mismatches fix unsigned check "extern" shouldn't be used for definitions joined identical conditional blocks simplify fpm tests SEND_VAR_NO_REF optimization Add test for bug #68442 Add various tests for FPM - covering recent bugs (68420, 68421, 68423, 68428) - for UDS - for ping and status URI - for multi pool and multi mode Include small MIT FastCGI client library from https://github.com/adoy/PHP-FastCGI-Client Get rid of zend_free_op structure (use zval* instead). Get rid of useless TSRMLS arguments. Add new FPM test for IPv4/IPv6 ... Conflicts: win32/build/config.w32
| * | fix datatype mismatchesAnatol Belski2014-10-291-5/+5
| | | | | | | | | | | | PCRE uses plain datatypes, no typedefs.
* | | more exts converted for static tsrm ls pointerAnatol Belski2014-10-151-1/+1
|/ / | | | | | | mbstring, pcre, reflection
* | 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
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* spread some static keywordsNuno Lopes2008-01-251-8/+0
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - MFH Clean up (after consulting Andrei)Marcus Boerger2006-07-201-6/+14
| | | | | | | | | . 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
* - MFH: Little bit refactoring: Two new PHPAPI functions:Marcus Boerger2006-07-161-0/+4
| | | | | | . php_pcre_match . php_pcre_split
* - MFH pcre_get_compiled_regex_cache() supportMarcus Boerger2006-05-091-0/+3
|
* MFHAndrei Zmievski2006-05-091-0/+3
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* FR 32275 - fifth parameter to preg_replace() to count number of replacesAndrey Hristov2005-03-121-1/+1
| | | | | | made. #it would be nice if someone of the doc team documents it. thanks!
* - Binary compatibility stuff, for safety.Moriyoshi Koizumi2004-02-011-1/+1
|
* - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into ↵Moriyoshi Koizumi2004-01-311-0/+2
| | | | octets).
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵Sebastian Bergmann2003-03-251-1/+1
| | | | SAPI/CLI on Win32.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Changing email address.Andrei Zmievski2002-05-131-1/+1
|