summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #73067 (__debugInfo crashes when throwing an exception)Xinchen Hui2016-09-132-0/+22
* Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-114-86/+3
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-061-1/+1
|\
| * Fix #73025: Heap Buffer Overflow in virtual_popen of zend_virtual_cwd.cChristoph M. Becker2016-09-061-1/+1
| * Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer ...Xinchen Hui2016-08-214-28/+59
| * Fix for bug #72807 - do not produce strings with negative lengthStanislav Malyshev2016-08-161-2/+5
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-3/+3
| |\
| * \ Merge branch 'PHP-5.6.24' into PHP-5.6Stanislav Malyshev2016-07-191-1/+1
| |\ \
| | * | Fix for bug #72513Stanislav Malyshev2016-07-121-1/+1
* | | | Fixed bug #72944 (Null pointer deref in zval_delref_p).Dmitry Stogov2016-08-293-1/+46
* | | | Fixed bug #72936 (Zend API's zend_symtable_str_update() asserts key should en...Xinchen Hui2016-08-291-1/+0
* | | | Fixed bug #72943 (assign_dim on string doesn't reset hval)Xinchen Hui2016-08-262-0/+21
* | | | 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
* | | | 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
* | | | | | Fix bug #72854Nikita Popov2016-08-162-1/+21
* | | | | | Fixed use after freeDmitry Stogov2016-08-161-1/+0
* | | | | | Fixed bug #72813 (Segfault with __get returned by ref)Xinchen Hui2016-08-122-10/+43
| |/ / / / |/| | | |
* | | | | Replace dead branch with ZEND_ASSERT()Andrea Faulds2016-08-081-5/+2
* | | | | Fix bug #72767Nikita Popov2016-08-052-1/+18
|/ / / /
* | | | Revert "Make call_user_func() on reference args consistent"Nikita Popov2016-07-283-84/+71
* | | | Fixed a potential segfault in zend_objects_store_free_object_storage()Bob Weinand2016-07-271-0/+1
* | | | Fix ClosedGeneratorException possibly thrown into wrong scopeBob Weinand2016-07-232-4/+13
* | | | Fixed typoXinchen Hui2016-07-202-0/+2
* | | | Fixed bug #72629 (Caught exception assignment to variables ignores references).Xinchen Hui2016-07-203-4/+28
* | | | Fix for bug #72513Stanislav Malyshev2016-07-191-1/+1
* | | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-161-51/+0
|\ \ \ \ | |/ / /
| * | | Revert "Fixed bug #72286 (Segmentation fault During Garbage Collection)"Nikita Popov2016-07-162-55/+2
* | | | Fix is_callable() on abstract method via objectNikita Popov2016-07-141-1/+1
* | | | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-07-141-0/+51
|\ \ \ \ | |/ / /
| * | | Fixed bug #72286 (Segmentation fault During Garbage Collection)Dmitry Stogov2016-07-142-2/+55
| * | | backport to 5.6 (we should not unset the default value)Xinchen Hui2016-07-121-1/+1
| |/ /
* | | Fix bad mergeNikita Popov2016-07-142-3/+3
* | | Fix leak when dynamically calling abstract methodNikita Popov2016-07-141-1/+1
* | | Fix leak of class name when printing exception backtraceNikita Popov2016-07-141-0/+1
* | | Fix leaks in yield from error conditionsNikita Popov2016-07-142-0/+10
* | | Fix leak for by-ref assign to overloaded objectNikita Popov2016-07-142-0/+5
* | | Add missing call opcodes in cleanup_unfinished_calls()Nikita Popov2016-07-141-1/+4
* | | Fix leak if throw_exception_object() failsNikita Popov2016-07-141-0/+1
* | | Fixed memory leakDmitry Stogov2016-07-142-0/+16
* | | Fixed bug #72594 (Calling an earlier instance of an included anonymous class ...Xinchen Hui2016-07-142-3/+43
* | | Fixed bug #72581 (previous property undefined in Exception after deserializat...Xinchen Hui2016-07-122-2/+18
* | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-052-2/+45
|\ \ \ | |/ /
| * | Don't enforce LSP if prototype method is privatePedro Magalhães2016-07-052-2/+45
| * | Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-1/+1
| |\ \ | | |/
| | * Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and unseria...Stanislav Malyshev2016-06-201-1/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6.22Stanislav Malyshev2016-05-241-2/+14
| |\ \ | | |/
| | * Add check for string overflow to all string add operationsStanislav Malyshev2016-05-091-0/+7