Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-02-04 | 104 | -5746/+22111 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.5: pcre upgraded to 8.34 | |||||
| | * | | pcre upgraded to 8.34 | Anatol Belski | 2014-02-04 | 104 | -5746/+22111 | |
| | | | | ||||||
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | typo fixes | Veres Lajos | 2013-07-15 | 4 | -12/+12 | |
| | | | | ||||||
* | | | | Enable PCRE JIT compiler | Dmitry Stogov | 2014-04-25 | 2 | -1/+17 | |
| | | | | ||||||
* | | | | Fixed compilation warnings | Dmitry Stogov | 2014-04-22 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of ↵ | Dmitry Stogov | 2014-04-18 | 1 | -31/+13 | |
| | | | | | | | | | | | | | | | | zend_hash_move_forward() and family. | |||||
* | | | | Fixed reference support | Dmitry Stogov | 2014-04-16 | 1 | -8/+4 | |
| | | | | ||||||
* | | | | Use zend_string* instead of char* | Dmitry Stogov | 2014-04-15 | 1 | -8/+7 | |
| | | | | ||||||
* | | | | Cleanup (2-nd round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -14/+14 | |
| | | | | ||||||
* | | | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and ↵ | Dmitry Stogov | 2014-04-07 | 1 | -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 separations | Dmitry Stogov | 2014-04-02 | 1 | -3/+12 | |
| | | | | ||||||
* | | | | Avoid unnecessary zval separations | Dmitry Stogov | 2014-04-01 | 1 | -8/+10 | |
| | | | | ||||||
* | | | | Use ZVAL_DEREF() macro | Dmitry Stogov | 2014-03-27 | 1 | -5/+3 | |
| | | | | ||||||
* | | | | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x)) | Dmitry Stogov | 2014-03-27 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Fixed reference handling in pcre_grep | Xinchen Hui | 2014-03-16 | 1 | -2/+8 | |
| | | | | ||||||
* | | | | Fixed reference arg hanlding in pcre_replace | Xinchen Hui | 2014-03-16 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Refactor php_pcre_replace to return zend_string | Xinchen Hui | 2014-03-16 | 2 | -71/+59 | |
| | | | | ||||||
* | | | | Temporary fix memory leaks | Dmitry Stogov | 2014-03-07 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Fixed refcounting | Dmitry Stogov | 2014-03-07 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Temporary fix memory leaks | Dmitry Stogov | 2014-03-07 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Added check | Dmitry Stogov | 2014-03-06 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fixed IS_REFERENCE handling in preg_match | Xinchen Hui | 2014-03-06 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Fixed memory leaks | Dmitry Stogov | 2014-02-28 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Changes zend_is_callable() to use zend_string* instead of char* | Dmitry Stogov | 2014-02-25 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Refactor php_addslashes using zend_string | Xinchen Hui | 2014-02-24 | 1 | -10/+6 | |
| | | | | ||||||
* | | | | Fixed segfault | Xinchen Hui | 2014-02-19 | 1 | -6/+1 | |
| | | | | ||||||
* | | | | Refacting smart_str | Xinchen Hui | 2014-02-18 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 2 | -140/+126 | |
|/ / / | ||||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 | |
| | | | ||||||
* | | | Avoid interned hash key duplication and hash key length recaclulation | Dmitry Stogov | 2013-11-29 | 1 | -4/+6 | |
| | | | ||||||
* | | | typo fixes | Veres Lajos | 2013-07-15 | 4 | -12/+12 | |
|/ / | ||||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 5 | -5/+5 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter) | |||||
| * | typo fixes (argument) | Veres Lajos | 2013-06-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-14 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-5.4: fix zts check | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-14 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | * PHP-5.3: fix zts check | |||||
| | * | fix zts check | Anatol Belski | 2013-03-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-04 | 1 | -1/+8 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Fixed PCRE locale crash in Windows/TS | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-04 | 1 | -1/+8 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: Fixed PCRE locale crash in Windows/TS | |||||
| | * | Fixed PCRE locale crash in Windows/TS | Stephen A. Zarkos | 2013-03-04 | 1 | -1/+8 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-03 | 42 | -6977/+11909 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: merged PCRE 8.32 | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-03 | 42 | -6977/+11909 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-5.3: merged PCRE 8.32 | |||||
| | * | merged PCRE 8.32 | Anatol Belski | 2013-03-03 | 42 | -6977/+11909 | |
| | | | | | | | | | | | | | | | - defined HAVE_CONFIG_H to simplify the future merges - PCRE NEWS http://pcre.org/news.txt | |||||
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 2 | -2/+2 | |
| | | | ||||||
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 | |
| | | | ||||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Adam Harvey | 2012-11-12 | 1 | -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 Harvey | 2012-11-12 | 1 | -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. |