summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-21697-3367/+3369
|
* Unify HTTP status code mapsAndrea Faulds2014-12-216-164/+99
|
* UPGRADING and NEWS cleanupsAndrea Faulds2014-12-212-13/+13
|
* Allow arrays with define(), to match const syntax supportDmitry Stogov2014-12-217-7/+182
|
* Merge branch 'PHP-5.6'Nikita Popov2014-12-192-7/+25
|\ | | | | | | | | Conflicts: ext/opcache/Optimizer/pass2.c
| * Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-12-193-3/+27
| |\
| | * Fix bug #67111Nikita Popov2014-12-193-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 leaksDmitry Stogov2014-12-192-0/+26
| | |
* | | Avoid NULL pointer dereferencingDmitry Stogov2014-12-191-1/+5
| | |
* | | Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not ↵Dmitry Stogov2014-12-195-67/+52
| | | | | | | | | | | | necessary.
* | | Enabled JIT for preg_split(). Use better zend_hash_*() functions.Dmitry Stogov2014-12-192-11/+16
| | |
* | | don't sort array with single elementDmitry Stogov2014-12-191-8/+12
| | |
* | | Simplify conditionDmitry Stogov2014-12-191-2/+2
| | |
* | | fixed testsAnatol Belski2014-12-193-1/+3
| | |
* | | C89 compatAnatol Belski2014-12-192-2526/+2522
| | |
* | | Improves strtotime() function.Dmitry Stogov2014-12-191-27/+8
| | |
* | | Improved array_diff() function (use simple and more efficient algorithm).Dmitry Stogov2014-12-192-59/+68
| | |
* | | Improved chr() function. Use FAST_ZPP, use interned strings.Dmitry Stogov2014-12-191-5/+14
| | |
* | | More UPGRADING, NEWSAndrea Faulds2014-12-192-4/+8
| | |
* | | UPGRADING for Unicode Codepoint Escape SyntaxAndrea Faulds2014-12-191-0/+4
| | |
* | | Unicode Codepoint Escape SyntaxAndrea Faulds2014-12-1915-2703/+2963
| | |
* | | Drop ZEND_PRINT opcode in favor of ZEND_ECHONikita Popov2014-12-186-93/+31
| | | | | | | | | | | | The return value long(1) is an IS_CONST operand now.
* | | Merge remote-tracking branch 'origin/native-tls'POST_NATIVE_TLS_MERGEAnatol Belski2014-12-18882-28512/+28323
|\ \ \
| * | | noted the TSRM changes to UPGRADING.INTERNALSnative-tlsAnatol Belski2014-12-181-0/+42
| | | |
| * | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-172-1/+17
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | * origin/master: fix integral constant overflow warning Use HUGE PAGES for opcahce SHM, if available.
* | | | fix integral constant overflow warningPRE_NATIVE_TLS_MERGEAnatol Belski2014-12-171-1/+1
| | | | | | | | | | | | | | | | as it's promoted to size_t when passed to ZEND_CALL_ARG
* | | | Use HUGE PAGES for opcahce SHM, if available.Dmitry Stogov2014-12-171-0/+16
| | | |
| * | | integrated the static tsrmls cache into ext/skelAnatol Belski2014-12-173-10/+14
| | | |
| * | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-172-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 Collet2014-12-171-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.6Remi Collet2014-12-171-6/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | * PHP-5.5: Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467
| | * | Better fix for #68601 for perfRemi Collet2014-12-171-6/+6
| | | | | | | | | | | | | | | | https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467
* | | | Added EXPECTED(). Most functions have arguments.Dmitry Stogov2014-12-171-1/+1
| | | |
| | | * remove the thread ctx from curlAnatol Belski2014-12-172-9/+0
| | | |
| | | * remove unused ZTS macrosAnatol Belski2014-12-171-6/+0
| | | |
| | | * remove TSRMLS_* occurenceAnatol Belski2014-12-171-2/+2
| | | |
| | | * enable static tsrmls cache in the embed SAPIAnatol Belski2014-12-172-2/+2
| | | |
| | | * get rid of TSRMLS_* in the embed SAPIAnatol Belski2014-12-172-26/+12
| | | |
| | | * Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-1724-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-srcXinchen Hui2014-12-171-0/+1
|\ \ \ \
| * | | | Fix typoGustavo Frederico Temple Pedrosa2014-12-151-0/+1
| | | | |
* | | | | Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2014-12-17143-998/+1373
|\ \ \ \ \
| * | | | | fix unserializer patchStanislav Malyshev2014-12-162-36/+32
| | | | | |
| * | | | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-12-170-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * PHP-5.6: move this entry to the correct version
| | * | | | move this entry to the correct versionFerenc Kovacs2014-12-171-3/+3
| | | | | |
| * | | | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-12-170-0/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: add missing NEWS entry add missing NEWS entry 5.4.37
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-12-170-0/+0
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: add missing NEWS entry add missing NEWS entry 5.4.37
| | | * | | add missing NEWS entryFerenc Kovacs2014-12-171-0/+3
| | | | | |
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-12-170-0/+0
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: add missing NEWS entry 5.4.37 Conflicts: configure.in main/php_version.h
| | | | * | | add missing NEWS entryFerenc Kovacs2014-12-171-0/+3
| | | | | | |