summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Prepare PHP 7.3.8php-7.3.8PHP-7.3.8Christoph M. Becker2019-07-301-1/+1
* Convert short tag to standard tag in Zend test fileGeorge Peter Banyard2019-07-161-1/+1
* Prepare PHP 7.3.8RC1php-7.3.8RC1Christoph M. Becker2019-07-161-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-07-164-390/+390
|\
| * Fixed incorrect specialization (missed IS_INDIRECT handling)Dmitry Stogov2019-07-163-424/+424
* | Fixed bug #78010Nikita Popov2019-07-152-2/+37
* | Fix bug #78271Nikita Popov2019-07-101-0/+27
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-092-29/+11
|\ \ | |/
| * Revert "Fixed bug #76980"Nikita Popov2019-07-092-29/+11
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-282-1/+25
|\ \ | |/
| * Fix bugs in AST printersunnyeo2019-06-282-1/+25
* | Next is 7.3.8Christoph 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