summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-08-293-1/+46
|\
| * Fixed bug #72944 (Null pointer deref in zval_delref_p).Dmitry Stogov2016-08-293-1/+46
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-291-1/+0
|\ \ | |/
| * Fixed bug #72936 (Zend API's zend_symtable_str_update() asserts key should en...Xinchen Hui2016-08-291-1/+0
* | fix leakAnatol Belski2016-08-271-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-262-0/+21
|\ \ | |/
| * Fixed bug #72943 (assign_dim on string doesn't reset hval)Xinchen Hui2016-08-262-0/+21
* | Remove redundant \tXinchen Hui2016-08-252-2/+2
* | Added tests and NEWS entryDmitry Stogov2016-08-232-0/+53
* | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-234-87/+75
* | This is unecessary for 7.1 (IS_ERROR is an internal type)Xinchen Hui2016-08-211-3/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-212-1/+20
|\ \ | |/
| * Fixed bug #72911 (Memleak in zend_binary_assign_op_obj_helper)Xinchen Hui2016-08-212-1/+20
| * Fixed C89 buildKalle Sommer Nielsen2016-08-171-1/+2
* | Revert "Fix closure tests using ReflectionType::__toString()"Aaron Piotrowski2016-08-202-5/+5
* | Fixed 7.1 build, decls first please!Kalle Sommer Nielsen2016-08-172-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-12/+12
|\ \ | |/
| * Merge branch 'PHP-7.0.10' into PHP-7.0Stanislav Malyshev2016-08-161-12/+12
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.0.10Stanislav Malyshev2016-08-162-6/+20
| | |\
| | * | Fix bug #72742 - memory allocator fails to realloc small block to large oneStanislav Malyshev2016-08-141-12/+12
* | | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-162-1/+21
|\ \ \ \ | |/ / /
| * | | Fix bug #72854Nikita Popov2016-08-162-1/+21
| * | | Fixed use after freeDmitry Stogov2016-08-161-1/+0
* | | | Fix closure tests using ReflectionType::__toString()Aaron Piotrowski2016-08-162-5/+5
* | | | Cleanup parameter/return type checking codeNikita Popov2016-08-161-269/+229
* | | | Fix handling of qualified nullable parameter typesNikita Popov2016-08-162-0/+14
* | | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-122-10/+43
|\ \ \ \ | |/ / /
| * | | Fixed bug #72813 (Segfault with __get returned by ref)Xinchen Hui2016-08-122-10/+43
| | |/ | |/|
* | | Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-115-53/+387
* | | Use non-deprecated %pure-parserDavey Shafik2016-08-112-2/+2
* | | Corrected typo in commentJoey2016-08-111-1/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-08-081-5/+2
|\ \ \ | |/ /
| * | Replace dead branch with ZEND_ASSERT()Andrea Faulds2016-08-081-5/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-052-1/+18
|\ \ \ | |/ /
| * | Fix bug #72767Nikita Popov2016-08-052-1/+18
| |/
| * Revert "Make call_user_func() on reference args consistent"Nikita Popov2016-07-283-84/+71
* | Fix leak on self-referencing constantsNikita Popov2016-08-031-0/+2
* | Fix invalid free on undef const in update_const()Nikita Popov2016-07-301-16/+14
* | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-07-271-0/+1
|\ \ | |/
| * Fixed a potential segfault in zend_objects_store_free_object_storage()Bob Weinand2016-07-271-0/+1
* | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1Bob Weinand2016-07-232-4/+13
|\ \ | |/
| * Fix ClosedGeneratorException possibly thrown into wrong scopeBob Weinand2016-07-232-4/+13
* | Fix buildNikita Popov2016-07-231-1/+3
* | Make sure TOKEN_PARSE mode is thread safeNikita Popov2016-07-234-354/+368
* | Merge branch 'PHP-7.0'Xinchen Hui2016-07-202-0/+2
|\ \ | |/
| * Fixed typoXinchen Hui2016-07-202-0/+2
* | Merge branch 'PHP-7.0'Xinchen Hui2016-07-203-4/+28
|\ \ | |/
| * Fixed bug #72629 (Caught exception assignment to variables ignores references).Xinchen Hui2016-07-203-4/+28
* | Merge branch 'PHP-7.0'Anatol Belski2016-07-191-1/+1
|\ \ | |/
| * Fix for bug #72513Stanislav Malyshev2016-07-191-1/+1