Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Fix a long-standing infelicity that resulted in extra regex information | Andrei Zmievski | 2002-02-12 | 1 | -1/+1 |
| | | | | | not being passed to PCRE functions. | ||||
* | Expose pcre_get_compiled_regex as an API function. | Andrei Zmievski | 2002-02-12 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | # Butt-ugly looking code here, but I need regular expressions to do this. | Rasmus Lerdorf | 2001-10-20 | 1 | -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 Zmievski | 2001-07-30 | 1 | -14/+3 |
| | |||||
* | @- IMPORTANT: removed /F modifier handling from preg_replace(). Instead | Andrei Zmievski | 2001-03-13 | 1 | -0/+1 |
| | | | | | @ one should use new preg_replace_callback() function. (Andrei) | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Modified /F handling to allow calling object methods. | Andrei Zmievski | 2001-02-01 | 1 | -5/+0 |
| | |||||
* | Z-ify the source. | Andrei Zmievski | 2001-01-22 | 1 | -2/+2 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -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. |