summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-1/+1
|\
| * Fix pcre non-FAST_ZPP buildAndrea Faulds2014-12-161-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-75/+75
|/
* Merge branch 'PHP-5.6'Stanislav Malyshev2014-11-031-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-031-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-11-031-1/+1
| | |\
| | | * Initialize the offset table - PCRE may sometimes miss offsetsStanislav Malyshev2014-11-031-1/+1
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | fix datatype mismatchesAnatol Belski2014-10-291-30/+30
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | avoid unnecessary strlen calls in loopAnatol Belski2014-09-191-2/+2
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | | | master renames phase 2Anatol Belski2014-08-251-1/+1
* | | | master renames phase 1Anatol Belski2014-08-251-60/+60
* | | | some more pure naming replacementsAnatol Belski2014-08-171-6/+6
* | | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-3/+3
* | | | fix some cases with fast zppAnatol Belski2014-08-161-11/+11
* | | | several fixes -Anatol Belski2014-08-161-11/+9
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-19/+19
* | | | 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