summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Preserve original ce_flags when registering classNikita Popov2020-07-201-1/+1
* Add common code for magic method assignmentNikita Popov2020-07-204-113/+45
* Directly assign magic methodsNikita Popov2020-07-201-30/+14
* Remove unused lc_class_name variableNikita Popov2020-07-201-21/+0
* Report magic method names as writtenNikita Popov2020-07-203-59/+60
* Unify magic method visibility checkNikita Popov2020-07-204-38/+25
* Unify magic method return type checksNikita Popov2020-07-204-32/+14
* Unify static/non-static check for magic methodsNikita Popov2020-07-2014-115/+58
* Add missing arg num check for __set_stateNikita Popov2020-07-202-1/+3
* Clean up zend_check_magic_method_implementationNikita Popov2020-07-203-44/+46
* Add missing zpp_none call in Exception::__wakeupNikita Popov2020-07-171-0/+2
* Drop unused param in zend_parse_arg_class_name_or_obj()George Peter Banyard2020-07-171-2/+2
* Fixed bug #79867Nikita Popov2020-07-172-4/+38
* Introduce error notification callbacks that are run independant of zend_error_cbBenjamin Eberlei2020-07-175-8/+56
* Fix WeakReference::create() stubNikita Popov2020-07-162-3/+4
* Ignore inheritance rules on private methodsPedro Magalhães2020-07-153-5/+13
* Merge branch 'PHP-7.4'Nikita Popov2020-07-152-1/+65
|\
| * Fixed bug #79862Nikita Popov2020-07-152-1/+65
* | Remove type argument from zend_get_zval_ptrNikita Popov2020-07-152-2/+2
* | Fixed bug #79852Nikita Popov2020-07-141-1/+3
* | Use consistent typesGeorge Peter Banyard2020-07-132-68/+50
* | Improve output of tokens in Parse ErrorsRowan Tommins2020-07-1347-223/+302
* | Fixed bug #79828Nikita Popov2020-07-133-2/+67
* | Fix free of uninitialized memory in MATCH_ERRORIlija Tovilo2020-07-122-19/+21
* | [skip ci] Consistent match test closing tagsIlija Tovilo2020-07-118-0/+8
* | Retain the original formatting character in testMáté Kocsis2020-07-101-2/+2
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-10194-369/+381
* | Use dedicated function for illegal offset type errorGeorge Peter Banyard2020-07-101-1/+1
* | Add missing addref for MATCH_ERROR operandNikita Popov2020-07-101-1/+4
* | Fixed bug #79818Nikita Popov2020-07-103-4/+21
* | Add zend_wrong_parameter_error to reduce the size of ZPP macrotwosee2020-07-102-13/+29
* | Implement match expressionIlija Tovilo2020-07-0937-542/+2016
* | Voidify some ZEND_API functionsGeorge Peter Banyard2020-07-092-137/+106
* | Remove FREE_UNFETCHED conceptNikita Popov2020-07-094-71/+32
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-091-1/+1
|\ \ | |/
| * Switch back to FREE_UNFETCHED_OP_DATANikita Popov2020-07-092-17/+17
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-093-34/+28
|\ \ | |/
| * Fix bug #79599 in a different wayNikita Popov2020-07-093-116/+77
| * Revert "Fixed bug #97599 (coredump in set_error_handler)"Nikita Popov2020-07-092-34/+1
* | Merge branch 'PHP-7.4'Derick Rethans2020-07-091-11/+9
|\ \ | |/
| * Revert "Partial fixed bug #79649 (Altering disable_functions from module init...Derick Rethans2020-07-091-11/+9
* | Use ZPP callable check in zend built in functionsGeorge Peter Banyard2020-07-085-33/+45
* | Skip special function optimization for redeclared disabled functionsNikita Popov2020-07-082-4/+8
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-1/+38
|\ \ | |/
| * Fixed bug #79793Nikita Popov2020-07-072-1/+38
* | Fixed bug #79791Nikita Popov2020-07-072-1/+13
* | JIT support for undefined index/offset handlingNikita Popov2020-07-072-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-3/+36
|\ \ | |/
| * Fixed bug #79784Nikita Popov2020-07-072-3/+36
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-074-9/+130
|\ \ | |/