Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pcre_get_compiled_regex_cache_ex() with local_aware flag | Sergei Turchanov | 2019-10-08 | 1 | -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 Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Avoid string duplication in preg_split() | Dmitry Stogov | 2017-06-28 | 1 | -1/+1 |
| | |||||
* | preg_replace() optimization | Dmitry Stogov | 2017-06-07 | 1 | -3/+3 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Removed not used field | Xinchen Hui | 2016-11-20 | 1 | -1/+0 |
| | |||||
* | Fix bug #73121 Bundled PCRE doesn't compile because JIT isn't supported on s390 | Anatol Belski | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first stone on using the unified globals accessor | Anatol Belski | 2015-07-29 | 1 | -6/+1 |
| | | |||||
* | | Keep realpath and PCRE caches in consistency with opcache SHM. | Dmitry Stogov | 2015-04-22 | 1 | -0/+2 |
| | | |||||
* | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | | |||||
* | | Avoid reallocation in preg_replace() if nothing was replaced | Dmitry Stogov | 2015-02-10 | 1 | -2/+2 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not ↵ | Dmitry Stogov | 2014-12-19 | 1 | -1/+1 |
| | | | | | | | | necessary. | ||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -8/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 1 | -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 mismatches | Anatol Belski | 2014-10-29 | 1 | -5/+5 |
| | | | | | | | | | | | | PCRE uses plain datatypes, no typedefs. | ||||
* | | | more exts converted for static tsrm ls pointer | Anatol Belski | 2014-10-15 | 1 | -1/+1 |
|/ / | | | | | | | mbstring, pcre, reflection | ||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Avoid unnecessary memory allocation/deallocations and pcre calls | Dmitry Stogov | 2014-06-09 | 1 | -0/+2 |
| | | |||||
* | | Enable PCRE JIT compiler | Dmitry Stogov | 2014-04-25 | 1 | -0/+3 |
| | | |||||
* | | Refactor php_pcre_replace to return zend_string | Xinchen Hui | 2014-03-16 | 1 | -3/+3 |
| | | |||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4/+4 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | spread some static keywords | Nuno Lopes | 2008-01-25 | 1 | -8/+0 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - MFH Clean up (after consulting Andrei) | Marcus Boerger | 2006-07-20 | 1 | -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 Boerger | 2006-07-16 | 1 | -0/+4 |
| | | | | | | . php_pcre_match . php_pcre_split | ||||
* | - MFH pcre_get_compiled_regex_cache() support | Marcus Boerger | 2006-05-09 | 1 | -0/+3 |
| | |||||
* | MFH | Andrei Zmievski | 2006-05-09 | 1 | -0/+3 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | FR 32275 - fifth parameter to preg_replace() to count number of replaces | Andrey Hristov | 2005-03-12 | 1 | -1/+1 |
| | | | | | | made. #it would be nice if someone of the doc team documents it. thanks! | ||||
* | - Binary compatibility stuff, for safety. | Moriyoshi Koizumi | 2004-02-01 | 1 | -1/+1 |
| | |||||
* | - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into ↵ | Moriyoshi Koizumi | 2004-01-31 | 1 | -0/+2 |
| | | | | octets). | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Changing email address. | Andrei Zmievski | 2002-05-13 | 1 | -1/+1 |
| |