Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-03-10 | 1 | -4/+12 |
|\ | |||||
| * | Fixed bug #76068 parse_ini_string fails to parse "[foo]\nbar=1|>baz" with seg... | Anatol Belski | 2018-03-10 | 1 | -4/+12 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-03-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Don't keep HashTable.pDestructor in SHM and always set it into ZVAL_PTR_DTOR ... | Dmitry Stogov | 2018-03-06 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-02-28 | 2 | -3/+22 |
|\ \ | |/ | |||||
| * | Fixed bug #76025 (Segfault while throwing exception in error_handler). | Xinchen Hui | 2018-02-28 | 2 | -3/+22 |
* | | Restore initial values on graceful server restart. | Dmitry Stogov | 2018-01-26 | 1 | -0/+6 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2018-01-23 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2018-01-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loop | Sara Golemon | 2018-01-23 | 1 | -1/+1 |
| | * | Use dtor unconditionally in error case | Anatol Belski | 2017-12-04 | 1 | -1/+1 |
| | * | Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26) | Xinchen Hui | 2017-12-04 | 2 | -1/+65 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-15 | 3 | -13/+94 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75079 | Nikita Popov | 2018-01-15 | 3 | -13/+94 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-13 | 2 | -7/+34 |
|\ \ \ | |/ / | |||||
| * | | Fix generator GC if yield from parent chain does not reach root | Nikita Popov | 2018-01-13 | 2 | -7/+34 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-12 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Try to fix yield from GC issues | Nikita Popov | 2018-01-12 | 1 | -2/+4 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-12 | 2 | -1/+24 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75396 | Nikita Popov | 2018-01-12 | 2 | -1/+24 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-01-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75799 (arg of get_defined_functions is optional) | Gabriel Caruso | 2018-01-11 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-01-09 | 3 | -10/+22 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75786 | Nikita Popov | 2018-01-09 | 3 | -10/+22 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-03 | 3 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2018) | Lior Kaplan | 2018-01-02 | 3 | -3/+3 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 109 | -111/+111 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 111 | -113/+113 |
* | | | Fixed bug #75742 (potential memleak in internal classes's static members) | Xinchen Hui | 2017-12-28 | 1 | -2/+4 |
* | | | Fix #75607 - Check if existing static trait property is a ref before comparing | Pedro Magalhães | 2017-12-16 | 3 | -4/+69 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-13 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix copy-and-paste bugs | Levi Morrison | 2017-12-13 | 2 | -3/+3 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-12-02 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64 | Andy Postnikov | 2017-12-02 | 1 | -2/+2 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-12-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-12-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Set trailing zero | Dmitry Stogov | 2017-12-01 | 1 | -1/+1 |
* | | | Revert "Fix macro redefinition warnings" | Anatol Belski | 2017-11-30 | 1 | -4/+0 |
* | | | Fix macro redefinition warnings | Anatol Belski | 2017-11-30 | 1 | -0/+4 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-11-29 | 2 | -6/+68 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26) | Xinchen Hui | 2017-11-29 | 2 | -6/+68 |
* | | | drop -dev from Zend version | Remi Collet | 2017-11-28 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-11-15 | 4 | -15/+104 |
|\ \ \ | |/ / | |||||
| * | | Fixed #74862: Unable to clone instance when private __clone defined | DanielCiochiu | 2017-11-15 | 4 | -15/+104 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-11-08 | 1 | -2/+19 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-11-08 | 1 | -2/+19 |
| |\ \ | | |/ | |||||
| | * | Fixed #75384 PHP seems incompatible with OneDrive files on demand | Anatol Belski | 2017-11-08 | 1 | -2/+19 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 9 | -23/+198 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 9 | -23/+198 |
| |\ \ | | |/ | |||||
| | * | Fixed indirect modification of magic ArrayAccess method arguments | Dmitry Stogov | 2017-10-26 | 9 | -23/+198 |