summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Update for PHP 7.3.7RC1php-7.3.7RC1Christoph M. Becker2019-06-111-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-05-291-1/+1
|\
| * disabled functions must not have return typeJoe Watkins2019-05-291-1/+1
* | Fix bug #77955Nikita Popov2019-05-231-0/+11
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-152-11/+29
|\ \ | |/
| * Fixed bug #76980Nikita Popov2019-05-152-11/+29
* | Prepare 7.3.7-devChristoph M. Becker2019-05-141-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-141-1/+1
|\ \ | |/
| * Fix test caseChristoph M. Becker2019-05-141-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-133-221/+230
|\ \ | |/
| * Fix #77993: Wrong parse error for invalid hex literal on WindowsTheodore Brown2019-05-134-4201/+4206
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-082-2/+19
|\ \ | |/
| * Fix resolution of "parent" during inheritance checkNikita Popov2019-05-082-2/+19
* | Check assert only when RC_DEBUG is enabledDmitry Stogov2019-04-181-1/+15
* | Fix more dl() interned string assertionsNikita Popov2019-04-181-8/+18
* | Fixed dl() function. It failed in DEBUG build without opcache because of asse...Dmitry Stogov2019-04-171-4/+4
* | Fix HT flags copying wrt iterator countNikita Popov2019-04-162-4/+9
* | Prepare main branch for PHP 7.3.6Christoph M. Becker2019-04-161-1/+1
* | Fix second part of bug #77903Nikita Popov2019-04-162-0/+25
* | Partial fix for bug #77903Nikita Popov2019-04-161-47/+13
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-101-1/+1
|\ \ | |/
| * Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-101-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-04-091-9/+11
|\ \ | |/
| * Repare SWITCH VMDmitry Stogov2019-04-091-2/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-081-16/+18
|\ \ | |/
| * Fixed bug #77844Nikita Popov2019-04-081-16/+18
* | Prepare main branch for PHP 7.3.5Christoph M. Becker2019-03-191-1/+1
* | Remove x86 bit test optimizationNikita Popov2019-03-181-6/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-183-4/+20
|\ \ | |/
| * Don't disable object slot reuse while running shutdown functionstwosee2019-03-183-4/+20
* | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-03-142-2/+10
|\ \ | |/
| * Fixed bug #77738 (Nullptr deref in zend_compile_expr)Xinchen Hui2019-03-142-2/+10
* | Fixed bug #77345 (Stack Overflow caused by circular reference in garbage coll...Dmitry Stogov2019-03-073-89/+331
* | Check for NULL GC type in objects_store_delNikita Popov2019-03-012-8/+11
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-252-12/+54
|\ \ | |/
| * Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-252-12/+54
* | Fixed compiler warningXinchen Hui2019-02-251-3/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-02-252-2/+12
|\ \ | |/
| * Fixed bug #77660 (Segmentation fault on break 2147483648)Xinchen Hui2019-02-252-2/+12
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-223-1/+45
|\ \ | |/
| * Fixed bug #77652Nikita Popov2019-02-223-1/+45
* | Prepare main branch for PHP 7.3.4Christoph M. Becker2019-02-191-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-181-8/+7
|\ \ | |/
| * Make MADV_HUGEPAGE conditional on USE_ZEND_ALLOC_HUGE_PAGESNikita Popov2019-02-181-7/+8
* | Work around compiler flag dependent ABINikita Popov2019-02-141-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-121-1/+3
|\ \ | |/
| * Fixed bug #75546DanielCiochiu2019-02-121-1/+3
* | regenerate with re2c 1.0.3Xinchen Hui2019-02-112-1758/+1709
* | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-02-114-1767/+1858
|\ \ | |/
| * Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)Xinchen Hui2019-02-113-130/+172