summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix NEWSphp-7.0.0RC4Anatol Belski2015-09-291-4/+0
* Merge branch 'PHP-7.0' into PHP-7.0.0Anatol Belski2015-09-296-2/+166
|\
| * Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0Dmitry Stogov2015-09-292-3/+3
| |\
| | * fix testAnatol Belski2015-09-291-1/+1
| | * Ensure timeout tests wait for the entire specified durationSteven Hilder2015-09-291-2/+2
| * | Added information about Zend Extension API chabgesDmitry Stogov2015-09-292-0/+9
| |/
| * Added zend_internal_function.reserved[] fields, to allow extensions keep addi...Dmitry Stogov2015-09-292-0/+2
| * update NEWS for nextAnatol Belski2015-09-291-0/+4
| * Update openssl_x509_checkpurpose.phptmarcosptf2015-09-291-2/+1
| * add test to openssl extroot2015-09-291-0/+150
* | fix testAnatol Belski2015-09-291-1/+1
* | bump versionsAnatol Belski2015-09-292-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.0.0Anatol Belski2015-09-29181-4189/+6377
|\ \ | |/
| * Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-2916-39/+13
| * Add upgrading info about the tick functions internal API changeAndrey Hristov2015-09-291-0/+6
| * Remove makedev() check.Scott2015-09-291-8/+0
| * Different error message if makedev check failsScott2015-09-291-1/+1
| * Add support for getrandom(2), add type check on file descriptorScott2015-09-293-5/+66
| * fix testAnatol Belski2015-09-291-1/+1
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-283-3/+5
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-283-3/+5
| | |\
| | | * Better fix for bug #70433Stanislav Malyshev2015-09-283-3/+5
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-284-1/+25
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-284-1/+25
| | |\ \ | | | |/
| | | * fix memory leakStanislav Malyshev2015-09-281-0/+1
| | | * FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry ...Stanislav Malyshev2015-09-283-1/+24
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-283-1/+45
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-283-1/+45
| | |\ \ | | | |/
| | | * Fix bug #69720: Null pointer dereference in phar_get_fp_offset()Stanislav Malyshev2015-09-283-1/+45
| * | | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2015-09-281-1/+1
| |\ \ \ | | |/ /
| | * | Fix bug #70480 (php_url_parse_ex() buffer overflow read)Stanislav Malyshev2015-09-281-1/+1
| * | | Add support for parameters to tick functions, on C level. This is onlyAndrey Hristov2015-09-284-22/+24
| * | | Add NEWS entry for #70533 (credits to Anatol)Bob Weinand2015-09-281-0/+2
| * | | fix phpdbg's -h switchAnatol Belski2015-09-271-0/+4
| * | | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-09-252-2/+5
| |\ \ \ | | |/ /
| | * | Fixed bug #70572 segfault in mysqlnd_connectAndrey Hristov2015-09-252-2/+5
| | * | Spread the news about 70384Andrey Hristov2015-09-251-0/+2
| * | | Allow an experimental VM with tail call dispatch technique (disabled by defau...Dmitry Stogov2015-09-252-4/+12
| * | | check for test requirementAnatol Belski2015-09-251-0/+6
| * | | fix data type and warningAnatol Belski2015-09-251-3/+3
| * | | Extended zend_extension API to allow storing additional data associated with ...Dmitry Stogov2015-09-255-6/+95
| * | | Make necessary separation (it might be possible to fix this in a better way, ...Dmitry Stogov2015-09-252-1/+43
| * | | add note about minimum openssl versionAnatol Belski2015-09-251-0/+3
| * | | fix identAnatol Belski2015-09-251-1/+1
| * | | Cleanup: avoid useless array duplicationDmitry Stogov2015-09-251-3/+1
| * | | CleanupDmitry Stogov2015-09-252-9/+2
| * | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-2425-182/+176
| * | | Fix missing LOAD_OPLINE() for ZEND_USER_OPCODE_LEAVEBob Weinand2015-09-242-0/+2
| * | | Ensure proper exception handling and EX(opline) state in USER_OPCODE handlerBob Weinand2015-09-242-2/+14
| * | | don't keep locked mutex after errorsAnatol Belski2015-09-241-0/+2