summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #74603 - use correct buffer sizeStanislav Malyshev2017-07-043-1/+17
* Workaround for GCC-4.9.2 bugDmitry Stogov2016-12-011-0/+4
* add missing RETURN_STRINGL_CHECKAnatol Belski2016-11-061-0/+1
* Fix #73436: Setting allow_url_fopen to Off makes several tests failChristoph M. Becker2016-11-011-0/+2
* Fixed bug #73337 (try/catch not working with two exceptions inside a same ope...Dmitry Stogov2016-10-182-0/+15
* Merge branch 'PHP-5.6.27' into PHP-5.6Stanislav Malyshev2016-10-113-9/+50
|\
| * Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML()Stanislav Malyshev2016-10-111-1/+1
| * Fix bug #73190: memcpy negative parameter _bc_new_num_exStanislav Malyshev2016-10-031-8/+24
| * Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-09-252-0/+25
* | Fix leak in zend_exception_errorNikita Popov2016-10-011-2/+2
* | Handle resource keys in constexpr arraysNikita Popov2016-09-282-0/+18
* | Fix the constant array case as wellNikita Popov2016-09-283-3/+15
* | Check next_index_insert failure in ADD_ARRAY_ELEMENTNikita Popov2016-09-283-21/+100
* | Merge branch 'pull-request/2120' into PHP-5.6Christoph M. Becker2016-09-241-2/+2
|\ \ | |/ |/|
| * Fix potential memory issue with USE_ZEND_ALLOC=0Christoph M. Becker2016-09-071-2/+2
* | Fixed inconsistent meaning of zend_startup_module_ex() return value used in z...Dmitry Stogov2016-09-201-1/+7
* | missed semicolonAnatol Belski2016-09-131-1/+1
* | fix C89 conformityAnatol Belski2016-09-131-3/+3
* | Fix bug #73052 - Memory Corruption in During Deserialized-object DestructionStanislav Malyshev2016-09-121-3/+3
* | Fix various int size overflows.Stanislav Malyshev2016-09-124-12/+76
|/
* 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
* | | Revert "Fixed bug #72286 (Segmentation fault During Garbage Collection)"Nikita Popov2016-07-162-55/+2
* | | 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
|/ /
* | 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
* | fix handle leakAnatol Belski2016-05-101-0/+1
* | Fixed bug #72172 (zend_hex_strtod should not use strlen)Xinchen Hui2016-05-061-1/+1
* | Fix ZTS builds by adding a missing TSRMLS_FETCH().Adam Harvey2016-04-201-0/+1
* | Prevent usage in GC after free.Dmitry Stogov2016-04-191-1/+2
* | Fix #69537: __debugInfo with empty string for key gives errorJoe Watkins2016-04-032-1/+20
* | Fixed bug #71841 (EG(error_zval) is not handled well)Xinchen Hui2016-03-173-239/+504
* | tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752)Xinchen Hui2016-03-101-1/+3
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-02101-103/+103
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* | Fixed testJulien Pauli2015-12-241-0/+2
* | Fixed and improved testsJulien Pauli2015-12-241-1/+4
* | test to function memory_get_peak_usage();marcosptf2015-12-241-0/+14
* | Fix Bug #71089 No check to duplicate zend_extensionRemi Collet2015-12-111-0/+8
* | Fixed bug #70958 (Invalid opcode while using ::class as trait method paramate...Xinchen Hui2015-11-232-2/+29
* | Fixed bug #70957 (self::class can not be resolved with reflection for abstrac...Xinchen Hui2015-11-232-1/+23
* | Update test scriptXinchen Hui2015-11-211-5/+13