summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* Fast parameter parsing APIDmitry Stogov2014-07-111-0/+54
* Fixed compilation warningsDmitry Stogov2014-06-201-6/+4
* fixed memory leakDmitry Stogov2014-06-201-1/+3
* Avoid unnecessary memory allocation/deallocations and pcre callsDmitry Stogov2014-06-091-112/+198
* Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-6/+2
* Use extended iteration API to avoid in-place modificationDmitry Stogov2014-05-281-3/+4
* Nested PCRE calls may clobber extra->mark and it has to be reinitailizedDmitry Stogov2014-05-131-4/+4
* More zend_string usage in PCRENikita Popov2014-04-251-82/+47
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+43
|\
| * Add support for PCRE marksNikita Popov2014-03-171-2/+42
* | Enable PCRE JIT compilerDmitry Stogov2014-04-251-1/+14
* | Fixed compilation warningsDmitry Stogov2014-04-221-1/+1
* | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-31/+13
* | Fixed reference supportDmitry Stogov2014-04-161-8/+4
* | Use zend_string* instead of char*Dmitry Stogov2014-04-151-8/+7
* | Cleanup (2-nd round)Dmitry Stogov2014-04-151-1/+0
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-14/+14
* | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-2/+2
* | Avoid unnecessary zval separationsDmitry Stogov2014-04-021-3/+12
* | Avoid unnecessary zval separationsDmitry Stogov2014-04-011-8/+10
* | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-5/+3
* | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))Dmitry Stogov2014-03-271-2/+2
* | Fixed reference handling in pcre_grepXinchen Hui2014-03-161-2/+8
* | Fixed reference arg hanlding in pcre_replaceXinchen Hui2014-03-161-0/+3
* | Refactor php_pcre_replace to return zend_stringXinchen Hui2014-03-161-68/+56
* | Temporary fix memory leaksDmitry Stogov2014-03-071-0/+2
* | Fixed refcountingDmitry Stogov2014-03-071-1/+1
* | Temporary fix memory leaksDmitry Stogov2014-03-071-1/+2
* | Added checkDmitry Stogov2014-03-061-1/+1
* | Fixed IS_REFERENCE handling in preg_matchXinchen Hui2014-03-061-0/+3
* | Fixed memory leaksDmitry Stogov2014-02-281-0/+3
* | Changes zend_is_callable() to use zend_string* instead of char*Dmitry Stogov2014-02-251-4/+4
* | Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-10/+6
* | Fixed segfaultXinchen Hui2014-02-191-6/+1
* | Refacting smart_strXinchen Hui2014-02-181-3/+3
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-136/+122
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Avoid interned hash key duplication and hash key length recaclulationDmitry Stogov2013-11-291-4/+6
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-141-1/+1
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-141-1/+1
| |\
| | * fix zts checkAnatol Belski2013-03-141-1/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-041-1/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-041-1/+8
| |\ \ | | |/
| | * Fixed PCRE locale crash in Windows/TSStephen A. Zarkos2013-03-041-1/+8
| | * Happy New Year~Xinchen Hui2013-01-011-1/+1
| | * Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
| | * Fix for bug 60986Rasmus Lerdorf2012-02-061-2/+2
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - revert incorrect fix introduced in r316528Pierre Joye2011-09-121-1/+0
| | * Ensure we are working with strings hereHannes Magnusson2011-09-121-0/+1