summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-02-04104-5746/+22111
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.5: pcre upgraded to 8.34
| | * | pcre upgraded to 8.34Anatol Belski2014-02-04104-5746/+22111
| | | |
| | * | Bump yearXinchen Hui2014-01-032-2/+2
| | | |
| | * | typo fixesVeres Lajos2013-07-154-12/+12
| | | |
* | | | Enable PCRE JIT compilerDmitry Stogov2014-04-252-1/+17
| | | |
* | | | Fixed compilation warningsDmitry Stogov2014-04-221-1/+1
| | | |
* | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of ↵Dmitry Stogov2014-04-181-31/+13
| | | | | | | | | | | | | | | | zend_hash_move_forward() and family.
* | | | 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 ↵Dmitry Stogov2014-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | family require second argument to be real pointer. &(ht)->nInternalPointer should be passed instead of NULL. zend_hash_update_current_key() may work only with internal pointer.
* | | | 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
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-101-1/+1
|\ \ | |/ | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
| * typo fixes (argument)Veres Lajos2013-06-101-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-141-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: fix zts check
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-141-1/+1
| |\ | | | | | | | | | | | | * PHP-5.3: fix zts check
| | * fix zts checkAnatol Belski2013-03-141-1/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-041-1/+8
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed PCRE locale crash in Windows/TS
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-041-1/+8
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fixed PCRE locale crash in Windows/TS
| | * 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
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: merged PCRE 8.32
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-0342-6977/+11909
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: merged PCRE 8.32
| | * merged PCRE 8.32Anatol Belski2013-03-0342-6977/+11909
| | | | | | | | | | | | | | | - defined HAVE_CONFIG_H to simplify the future merges - PCRE NEWS http://pcre.org/news.txt
| | * 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
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.4: Update arginfo for preg_match_all() to reflect reality. fix invalid read when trimming empty string
| * | Update arginfo for preg_match_all() to reflect reality.Adam Harvey2012-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Back when I implemented FR #53238 during the 5.4 development phase to make the $matches parameter optional in preg_match_all(), it turns out I forgot to update the arginfo to note that only 2 parameters are now required by preg_match_all(). The function itself works fine, but reflection was reporting the wrong number of required parameters.