Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missed include for intptr_t/uintptr_t | Anatol Belski | 2014-12-22 | 1 | -0/+2 |
| | |||||
* | use cleaner tsrm_intptr_t/tsrm_uintptr_t typedef | Anatol Belski | 2014-12-22 | 1 | -7/+2 |
| | |||||
* | typo | Dmitry Stogov | 2014-12-22 | 2 | -2/+2 |
| | |||||
* | Micro optimaztion (yeah, I know compiler supposed to do that) | Xinchen Hui | 2014-12-22 | 11 | -37/+37 |
| | |||||
* | Fixed segfault | Xinchen Hui | 2014-12-21 | 2 | -6/+4 |
| | |||||
* | Micro optimization | Xinchen Hui | 2014-12-21 | 5 | -31/+16 |
| | |||||
* | Micro optimizations | Xinchen Hui | 2014-12-21 | 3 | -32/+29 |
| | |||||
* | Merge branch 'master' of https://git.php.net/repository/php-src | Xinchen Hui | 2014-12-21 | 710 | -3552/+3664 |
|\ | |||||
| * | fix zts build on mac/clang | Ferenc Kovacs | 2014-12-21 | 2 | -2/+2 |
| | | |||||
| * | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 697 | -3367/+3369 |
| | | |||||
| * | Unify HTTP status code maps | Andrea Faulds | 2014-12-21 | 6 | -164/+99 |
| | | |||||
| * | UPGRADING and NEWS cleanups | Andrea Faulds | 2014-12-21 | 2 | -13/+13 |
| | | |||||
| * | Allow arrays with define(), to match const syntax support | Dmitry Stogov | 2014-12-21 | 7 | -7/+182 |
| | | |||||
* | | Make it inline | Xinchen Hui | 2014-12-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.6' | Nikita Popov | 2014-12-19 | 2 | -7/+25 |
|\ | | | | | | | | | Conflicts: ext/opcache/Optimizer/pass2.c | ||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2014-12-19 | 3 | -3/+27 |
| |\ | |||||
| | * | Fix bug #67111 | Nikita Popov | 2014-12-19 | 3 | -3/+27 |
| | | | | | | | | | | | | | | | | | | | | | Loop variables need to be freed for both "break" and "continue". I'm adding the test to Zend/ because it's good to have a test for this even without opcache. | ||||
* | | | Fixed memory leaks | Dmitry Stogov | 2014-12-19 | 2 | -0/+26 |
| | | | |||||
* | | | Avoid NULL pointer dereferencing | Dmitry Stogov | 2014-12-19 | 1 | -1/+5 |
| | | | |||||
* | | | Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not ↵ | Dmitry Stogov | 2014-12-19 | 5 | -67/+52 |
| | | | | | | | | | | | | necessary. | ||||
* | | | Enabled JIT for preg_split(). Use better zend_hash_*() functions. | Dmitry Stogov | 2014-12-19 | 2 | -11/+16 |
| | | | |||||
* | | | don't sort array with single element | Dmitry Stogov | 2014-12-19 | 1 | -8/+12 |
| | | | |||||
* | | | Simplify condition | Dmitry Stogov | 2014-12-19 | 1 | -2/+2 |
| | | | |||||
* | | | fixed tests | Anatol Belski | 2014-12-19 | 3 | -1/+3 |
| | | | |||||
* | | | C89 compat | Anatol Belski | 2014-12-19 | 2 | -2526/+2522 |
| | | | |||||
* | | | Improves strtotime() function. | Dmitry Stogov | 2014-12-19 | 1 | -27/+8 |
| | | | |||||
* | | | Improved array_diff() function (use simple and more efficient algorithm). | Dmitry Stogov | 2014-12-19 | 2 | -59/+68 |
| | | | |||||
* | | | Improved chr() function. Use FAST_ZPP, use interned strings. | Dmitry Stogov | 2014-12-19 | 1 | -5/+14 |
| | | | |||||
* | | | More UPGRADING, NEWS | Andrea Faulds | 2014-12-19 | 2 | -4/+8 |
| | | | |||||
* | | | UPGRADING for Unicode Codepoint Escape Syntax | Andrea Faulds | 2014-12-19 | 1 | -0/+4 |
| | | | |||||
* | | | Unicode Codepoint Escape Syntax | Andrea Faulds | 2014-12-19 | 15 | -2703/+2963 |
| | | | |||||
* | | | Drop ZEND_PRINT opcode in favor of ZEND_ECHO | Nikita Popov | 2014-12-18 | 6 | -93/+31 |
| | | | | | | | | | | | | The return value long(1) is an IS_CONST operand now. | ||||
* | | | Merge remote-tracking branch 'origin/native-tls'POST_NATIVE_TLS_MERGE | Anatol Belski | 2014-12-18 | 882 | -28512/+28323 |
|\ \ \ | |||||
| * | | | noted the TSRM changes to UPGRADING.INTERNALSnative-tls | Anatol Belski | 2014-12-18 | 1 | -0/+42 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-17 | 2 | -1/+17 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | * origin/master: fix integral constant overflow warning Use HUGE PAGES for opcahce SHM, if available. | ||||
* | | | | fix integral constant overflow warningPRE_NATIVE_TLS_MERGE | Anatol Belski | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | as it's promoted to size_t when passed to ZEND_CALL_ARG | ||||
* | | | | Use HUGE PAGES for opcahce SHM, if available. | Dmitry Stogov | 2014-12-17 | 1 | -0/+16 |
| | | | | |||||
| * | | | integrated the static tsrmls cache into ext/skel | Anatol Belski | 2014-12-17 | 3 | -10/+14 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-17 | 2 | -7/+7 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | * origin/master: Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467 Added EXPECTED(). Most functions have arguments. | ||||
* | | | | Merge branch 'PHP-5.6' | Remi Collet | 2014-12-17 | 1 | -6/+6 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | * PHP-5.6: Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467 | ||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2014-12-17 | 1 | -6/+6 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | * PHP-5.5: Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467 | ||||
| | * | | Better fix for #68601 for perf | Remi Collet | 2014-12-17 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467 | ||||
* | | | | Added EXPECTED(). Most functions have arguments. | Dmitry Stogov | 2014-12-17 | 1 | -1/+1 |
| | | | | |||||
| | | * | remove the thread ctx from curl | Anatol Belski | 2014-12-17 | 2 | -9/+0 |
| | | | | |||||
| | | * | remove unused ZTS macros | Anatol Belski | 2014-12-17 | 1 | -6/+0 |
| | | | | |||||
| | | * | remove TSRMLS_* occurence | Anatol Belski | 2014-12-17 | 1 | -2/+2 |
| | | | | |||||
| | | * | enable static tsrmls cache in the embed SAPI | Anatol Belski | 2014-12-17 | 2 | -2/+2 |
| | | | | |||||
| | | * | get rid of TSRMLS_* in the embed SAPI | Anatol Belski | 2014-12-17 | 2 | -26/+12 |
| | | | | |||||
| | | * | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-17 | 24 | -71/+109 |
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fix unserializer patch move this entry to the correct version add missing NEWS entry add missing NEWS entry Updated or skipped certain 32-bit tests add NEWS entry for #68594 5.4.37 add more BC breaks update news add CVE add missing test file Fix bug #68594 - Use after free vulnerability in unserialize() Fix typo Hash value must not zero? | ||||
* | | | | Merge branch 'fix-typo' of https://github.com/gustavotemple/php-src | Xinchen Hui | 2014-12-17 | 1 | -0/+1 |
|\ \ \ \ |