summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix #49555: Improve "function must be a string" error messageNikita Popov2020-01-086-14/+18
* Refer to method rather than function name in error messageNikita Popov2020-01-085-16/+16
* Fix #65274: Add class name to undef class constant errorNikita Popov2020-01-083-5/+9
* Add warning and convert to exception in string offset assignment:George Peter Banyard2020-01-074-27/+42
* Renumber zval types, clarify allowed overlapNikita Popov2020-01-072-14/+16
* Merge branch 'identical-handler' into HEADTyson Andre2020-01-033-250/+381
|\
| * Speed up ZEND_IS_IDENTICAL when it can't throwTyson Andre2019-12-233-250/+381
* | Convert zend_parse_parameters_none() to fast ZPPMáté Kocsis2020-01-033-71/+28
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-031-0/+24
|\ \
| * | Add test for bug #73816Nikita Popov2020-01-031-0/+24
* | | Implement WeakMapNikita Popov2020-01-038-25/+1081
* | | Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-1/+1
* | | Use RETURN_THROWS() after zend_throw_error()Máté Kocsis2020-01-011-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-0/+30
|\ \ \ | |/ /
| * | Make url_stats in resolve_path quietNikita Popov2019-12-301-0/+30
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-301-1/+1
|\ \ \ | |/ /
| * | Avoid undefined behaviorChristoph M. Becker2019-12-301-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-304-8/+51
|\ \ \ | |/ /
| * | Properly propagate url_stat exceptions during includeNikita Popov2019-12-304-8/+51
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-303-40/+40
* | | Use RETURN_THROWS() when an exception is thrownMáté Kocsis2019-12-301-0/+1
* | | Merge branch 'PHP-7.4'Xinchen Hui2019-12-242-3/+42
|\ \ \ | |/ / | | / | |/ |/|
| * Similar problem (#79022) also exists in InterfacesXinchen Hui2019-12-242-2/+19
| * Fixed bug #79022 (class_exists returns True for classes that are not ready to...Xinchen Hui2019-12-242-1/+23
* | Fix #78880: Spelling error reportChristoph M. Becker2019-12-212-5/+5
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-202-23/+95
|\ \ | |/
| * Fix leak when generator closed during yield in finallyNikita Popov2019-12-202-23/+95
* | Make get_defined_vars() always return an arrayMáté Kocsis2019-12-203-4/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-203-74/+310
|\ \ | |/
| * Fix early free of assign_obj op_dataNikita Popov2019-12-203-74/+310
* | RECV opcode optimizationDmitry Stogov2019-12-204-510/+592
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-193-0/+53
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-12-193-0/+53
| |\
| | * Fixed bug #78999 (Cycle leak when using function result as temporary)Dmitry Stogov2019-12-193-0/+53
* | | Adjust test for notice->warning changeNikita Popov2019-12-191-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-192-1/+17
|\ \ \ | |/ /
| * | Avoid signed integer overflow in string offset checkNikita Popov2019-12-192-1/+17
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-191-1/+1
| |\ \ | | |/
| | * Add destructor annotations in ini parserNikita Popov2019-12-191-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-182-3/+23
|\ \ \ | |/ /
| * | Fix leak in assign_ref with functionNikita Popov2019-12-182-3/+23
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-182-8/+34
|\ \ \ | |/ /
| * | Fixed bug #78776Nikita Popov2019-12-182-9/+34
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-182-3/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-182-3/+34
| |\ \ | | |/
| | * Rethrow generator exception even without active stack frameNikita Popov2019-12-182-3/+34
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-182-1/+23
|\ \ \ | |/ /
| * | Fix use-after-free when trying to write to closure propertyNikita Popov2019-12-182-1/+23
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-183-10/+30
|\ \ \ | |/ /