summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-062-7/+0
* Fix shifting signed values too farStanislav Malyshev2019-03-063-4/+4
* Revert "Detect invalid uses of parent:: during compilation"Nikita Popov2019-03-042-11/+8
* Remove outdated hack for AIX 4Peter Kokot2019-03-031-6/+0
* Remove AC_PROG_CC_C_OPeter Kokot2019-03-031-1/+0
* Remove LIBZEND_CHECK_INT_TYPE and PHP_CHECK_TYPESPeter Kokot2019-03-021-26/+0
* Remove obsolescent AC_HEADER_STDC and memcpy checkPeter Kokot2019-03-011-2/+1
* Fix out-dated docs and typoc9s2019-03-012-2/+11
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-012-6/+9
|\
| * Check for NULL GC type in objects_store_delNikita Popov2019-03-012-8/+11
* | Unused parameterDmitry Stogov2019-03-011-5/+5
* | Keep original debug infoDmitry Stogov2019-03-011-3/+3
* | Free map_base_ptr during post_startupNikita Popov2019-02-281-0/+2
* | Fix leak in resolve_property_typesNikita Popov2019-02-281-2/+4
* | Fix test (order of warning / notice changes due to delaying until runtime)Bob Weinand2019-02-281-2/+2
* | Remove ZEND_FP_EXCEPT macro and HAVE_FP_EXCEPTPeter Kokot2019-02-272-18/+0
* | Delay array to string conversion notice until runtimeBob Weinand2019-02-272-3/+25
* | Uncomment cleanup for runtime_compile_time_binary_operands.phptBob Weinand2019-02-271-1/+1
* | Add runtime_compile_time_binary_operands.phptrjhdby2019-02-271-0/+156
* | Fix #77673 ReflectionClass::getDefaultProperties returns spooky arrayJoe Watkins2019-02-271-0/+20
* | Make regex replacements in zend_vm_gen.php more obviousBenjamin Eberlei2019-02-251-139/+78
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-254-17/+69
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-252-12/+54
| |\
| | * Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-252-12/+54
| * | Fixed compiler warningXinchen Hui2019-02-251-3/+3
| * | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-02-252-2/+12
| |\ \ | | |/
| | * Fixed bug #77660 (Segmentation fault on break 2147483648)Xinchen Hui2019-02-252-2/+12
* | | Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTFPeter Kokot2019-02-237-65/+5
* | | Fix anon class handling in ext modeNikita Popov2019-02-221-11/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-222-0/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-223-1/+45
| |\ \ | | |/
| | * Fixed bug #77652Nikita Popov2019-02-223-1/+45
| * | Prepare main branch for PHP 7.3.4Christoph M. Becker2019-02-191-1/+1
* | | While the compiler does not have the FBC set for zend_get_call_op, optimizer ...Joe Watkins2019-02-211-2/+2
* | | Revert "zend_get_call_op ignoring compiler flags zend_get_call_op will ignore...Joe Watkins2019-02-211-2/+2
* | | zend_get_call_op ignoring compiler flags zend_get_call_op will ignore ZEND_CO...Joe Watkins2019-02-211-2/+2
* | | Remove unused AM_SET_LIBTOOL_VARIABLE m4 macroPeter Kokot2019-02-201-4/+0
* | | Use "modify" error message for FUNC_ARG fetch as wellNikita Popov2019-02-201-0/+1
* | | Implement fine-grained conflict handlingNikita Popov2019-02-202-0/+0
* | | Reorder conditionsDmitry Stogov2019-02-201-1/+1
* | | begin handlers are currently invoked without access to the arguments being se...Joe Watkins2019-02-191-2/+2
* | | Fixed memory leakDmitry Stogov2019-02-191-1/+7
* | | Remove some zpp failure testsNikita Popov2019-02-193-94/+0
* | | Merge remote-tracking branch 'php-src/PHP-7.4' into PHP-7.4Nikita Popov2019-02-193-28/+30
|\ \ \
| * | | ZEND_COMPILE_EXTENDED_INFO split Currently a tool may not decide between debu...Joe Watkins2019-02-193-28/+30
* | | | Fixed bug #77631Tyson Andre2019-02-191-1/+2
|/ / /
* | | Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-1813-16/+16
* | | Use "quick" macro variants for known argument numbersDmitry Stogov2019-02-181-6/+6
* | | run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-182-0/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-181-8/+7
|\ \ \ | |/ /