summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Unused varXinchen Hui2015-11-211-1/+1
* | Improved fix for bug #70944Xinchen Hui2015-11-212-16/+30
* | Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions)Xinchen Hui2015-11-202-1/+24
* | Fixed testXinchen Hui2015-11-021-1/+1
* | Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-exi...Xinchen Hui2015-11-022-1/+25
* | Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l)Xinchen Hui2015-10-204-1918/+1939
* | Fixed bug #70685Nikita Popov2015-10-102-13/+36
* | Improve previous fixNikita Popov2015-10-092-1/+6
* | Fixed bug #70681Nikita Popov2015-10-092-0/+17
* | Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)Xinchen Hui2015-10-031-5/+1
* | Fixed #70157 parse_ini_string() segmentation fault with INI_SCANNER_TYPEDTjerk Meesters2015-08-151-3/+18
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-1/+1
| |\
| | * __wakeup doesn't have to be finalStanislav Malyshev2015-08-041-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-042-8/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-042-8/+46
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.4.44Stanislav Malyshev2015-08-042-3/+12
| | |\
| | | * Fixed bug #69892Nikita Popov2015-08-012-3/+12
| | * | Fix #69793 - limit what we accept when unserializing exceptionStanislav Malyshev2015-08-011-0/+28
| | * | Fix bug #70121 (unserialize() could lead to unexpected methods execution / NU...Stanislav Malyshev2015-07-262-8/+18
| | |/
* | | Fix test; this should properly emit a fatal error, just as every other by-ref...Bob Weinand2015-07-161-4/+1
* | | Backport fix for bug #70083 to PHP-5.6Bob Weinand2015-07-152-15/+20