summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Fix a long-standing infelicity that resulted in extra regex informationAndrei Zmievski2002-02-121-1/+1
| | | | | not being passed to PCRE functions.
* Expose pcre_get_compiled_regex as an API function.Andrei Zmievski2002-02-121-2/+2
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* # Butt-ugly looking code here, but I need regular expressions to do this.Rasmus Lerdorf2001-10-201-0/+3
| | | | | | | Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit in a somewhat more robust way. @ Re-instated safe-mode realm mangling (Rasmus)
* Updated to match TSRM changes.Andrei Zmievski2001-07-301-14/+3
|
* @- IMPORTANT: removed /F modifier handling from preg_replace(). InsteadAndrei Zmievski2001-03-131-0/+1
| | | | | @ one should use new preg_replace_callback() function. (Andrei)
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Modified /F handling to allow calling object methods.Andrei Zmievski2001-02-011-5/+0
|
* Z-ify the source.Andrei Zmievski2001-01-221-2/+2
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.