summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* 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-162-71/+59
* 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-102-140/+126
* Bump yearXinchen Hui2014-01-032-2/+2
* Avoid interned hash key duplication and hash key length recaclulationDmitry Stogov2013-11-291-4/+6
* typo fixesVeres Lajos2013-07-154-12/+12
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-105-5/+5
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-1/+1
|\
| * typo fixes (argument)Veres Lajos2013-06-101-1/+1
* | 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
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-0342-6977/+11909
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-0342-6977/+11909
| |\ \ | | |/
| | * merged PCRE 8.32Anatol Belski2013-03-0342-6977/+11909
| | * Happy New Year~Xinchen Hui2013-01-012-2/+2
| * | Happy New YearXinchen Hui2013-01-012-2/+2
* | | Happy New YearXinchen Hui2013-01-012-2/+2
* | | Merge branch 'PHP-5.4'Adam Harvey2012-11-121-1/+1
|\ \ \ | |/ /
| * | Update arginfo for preg_match_all() to reflect reality.Adam Harvey2012-11-121-1/+1
* | | Merge branch 'PHP-5.4'Dmitry Stogov2012-10-261-0/+18
|\ \ \ | |/ /
| * | Fixed bug #63180 (Corruption of hash tables)Dmitry Stogov2012-10-261-0/+18
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-10-1959-28459/+39657
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-10-1959-28459/+39657
| |\ \ | | |/
| | * Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-1959-28459/+39657
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-181-1/+1
| |\ \ | | |/
| | * indentXinchen Hui2012-10-181-1/+1
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-181-2/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-181-2/+1
| |\ \ | | |/
| | * better fix for #63055Xinchen Hui2012-10-181-2/+1