summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into iterableAaron Piotrowski2016-07-0399-6204/+3911
|\
| * Fixed bug #72523 (dtrace issue with reflection (failed test))Xinchen Hui2016-07-013-2/+21
| * Introduce new CHECK_VAR instruction to keep warnings about undefined variables.Dmitry Stogov2016-06-304-132/+184
| * Merge branch 'PHP-7.0'Nikita Popov2016-06-282-12/+20
| |\
| | * Don't use FUNC_ARG fetches for call_user_func()Nikita Popov2016-06-282-12/+20
| * | Merge branch 'PHP-7.0'Nikita Popov2016-06-283-68/+81
| |\ \ | | |/
| | * Make call_user_func() on reference args consistentNikita Popov2016-06-283-71/+84
| * | Use DO_UCALL for method callsNikita Popov2016-06-281-3/+3
| * | Fixed compilation warningsDmitry Stogov2016-06-282-2/+2
| * | Fixed buildXinchen Hui2016-06-281-1/+1
| * | Merge branch 'PHP-7.0'Xinchen Hui2016-06-281-2/+0
| |\ \ | | |/
| | * Fixed testXinchen Hui2016-06-281-2/+0
| * | Merge branch 'PHP-7.0'Xinchen Hui2016-06-282-2/+48
| |\ \ | | |/
| | * Fixed bug #72508 (strange references after recursive function call and "switc...Xinchen Hui2016-06-282-2/+48
| * | Fixed executor without global register variales (gcc warnings or clang errors)Dmitry Stogov2016-06-274-4/+14
| * | Fallback to kill() if raise() doesn't workDmitry Stogov2016-06-241-2/+1
| * | Add temporary workaround for raise() failureDmitry Stogov2016-06-241-7/+12
| * | Fixed unused varXinchen Hui2016-06-241-1/+1
| * | Added ability to make non-local control transfer through interrupt functionDmitry Stogov2016-06-242-2/+2
| * | improve ZEND_MODULE_GLOBALS_BULK macro, fix data typeAnatol Belski2016-06-232-8/+6
| * | typoDmitry Stogov2016-06-231-1/+1
| * | Turn safe timeout handling into general interrupt handling ability.Dmitry Stogov2016-06-238-12/+59
| * | Merge branch 'PHP-7.0'Dmitry Stogov2016-06-222-5/+15
| |\ \ | | |/
| | * Allow "proxy" ovjects to substitute their class names through get_class_name(...Dmitry Stogov2016-06-222-5/+17
| * | Enable Zend signals by defaultDmitry Stogov2016-06-211-2/+2
| |\ \
| | * | Enable Zend signals by defaultDmitry Stogov2016-06-201-2/+2
| * | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
| * | | Fixed compilation warningsDmitry Stogov2016-06-2112-41/+50
| * | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-2112-35/+39
| |/ /
| * | Reverted chunk committed by mistake.Dmitry Stogov2016-06-201-2/+2
| * | Fixed phpdbg build without --enable-zend-signalsDmitry Stogov2016-06-201-2/+2
| * | HANDLE_BLOCK/UNBLOCK_INTERRUPTIONS() protection on inter-process data is comp...Dmitry Stogov2016-06-203-46/+2
| * | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2016-06-205-95/+201
| |\ \
| | * | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-205-95/+201
| * | | Cleanup zend_signal APIDmitry Stogov2016-06-203-35/+58
| |/ /
| * | Removed unused callbacksDmitry Stogov2016-06-202-12/+2
| * | Fixed bug #72441 (Segmentation fault: RFC list_keys)Xinchen Hui2016-06-172-4/+18
| * | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-1617-130/+103
| * | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-1629-3533/+1445
| * | Added specialized handlers for SEND_VAR/SEND_VAR_EX opcodes.Dmitry Stogov2016-06-152-4/+223
| * | Improve the signatureXinchen Hui2016-06-142-2/+4
| * | C89 compatibilityXinchen Hui2016-06-141-2/+1
| * | Only allow single comma in tailXinchen Hui2016-06-143-5/+18
| * | CleanupXinchen Hui2016-06-132-7/+5
| * | CleanupXinchen Hui2016-06-132-2/+7
| * | Merge branch 'master' of git.php.net:/php-srcXinchen Hui2016-06-132-51/+58
| |\ \
| | * | Switch zend_print_zval_r to use smart_strNikita Popov2016-06-132-51/+58
| * | | Fixed bug #72395 (list() regression)Xinchen Hui2016-06-132-11/+19
| |/ /
| * | EG(fake_scope) was always set to NULL wronglyXinchen Hui2016-06-121-7/+4
| * | cast const awayXinchen Hui2016-06-111-1/+1