Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare PHP 7.3.8php-7.3.8PHP-7.3.8 | Christoph M. Becker | 2019-07-30 | 1 | -1/+1 |
* | Convert short tag to standard tag in Zend test file | George Peter Banyard | 2019-07-16 | 1 | -1/+1 |
* | Prepare PHP 7.3.8RC1php-7.3.8RC1 | Christoph M. Becker | 2019-07-16 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2019-07-16 | 4 | -390/+390 |
|\ | |||||
| * | Fixed incorrect specialization (missed IS_INDIRECT handling) | Dmitry Stogov | 2019-07-16 | 3 | -424/+424 |
* | | Fixed bug #78010 | Nikita Popov | 2019-07-15 | 2 | -2/+37 |
* | | Fix bug #78271 | Nikita Popov | 2019-07-10 | 1 | -0/+27 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-09 | 2 | -29/+11 |
|\ \ | |/ | |||||
| * | Revert "Fixed bug #76980" | Nikita Popov | 2019-07-09 | 2 | -29/+11 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-06-28 | 2 | -1/+25 |
|\ \ | |/ | |||||
| * | Fix bugs in AST printer | sunnyeo | 2019-06-28 | 2 | -1/+25 |
* | | Next is 7.3.8 | Christoph M. Becker | 2019-06-11 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-05-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | disabled functions must not have return type | Joe Watkins | 2019-05-29 | 1 | -1/+1 |
* | | Fix bug #77955 | Nikita Popov | 2019-05-23 | 1 | -0/+11 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-15 | 2 | -11/+29 |
|\ \ | |/ | |||||
| * | Fixed bug #76980 | Nikita Popov | 2019-05-15 | 2 | -11/+29 |
* | | Prepare 7.3.7-dev | Christoph M. Becker | 2019-05-14 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-05-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix test case | Christoph M. Becker | 2019-05-14 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-13 | 3 | -221/+230 |
|\ \ | |/ | |||||
| * | Fix #77993: Wrong parse error for invalid hex literal on Windows | Theodore Brown | 2019-05-13 | 4 | -4201/+4206 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-08 | 2 | -2/+19 |
|\ \ | |/ | |||||
| * | Fix resolution of "parent" during inheritance check | Nikita Popov | 2019-05-08 | 2 | -2/+19 |
* | | Check assert only when RC_DEBUG is enabled | Dmitry Stogov | 2019-04-18 | 1 | -1/+15 |
* | | Fix more dl() interned string assertions | Nikita Popov | 2019-04-18 | 1 | -8/+18 |
* | | Fixed dl() function. It failed in DEBUG build without opcache because of asse... | Dmitry Stogov | 2019-04-17 | 1 | -4/+4 |
* | | Fix HT flags copying wrt iterator count | Nikita Popov | 2019-04-16 | 2 | -4/+9 |
* | | Prepare main branch for PHP 7.3.6 | Christoph M. Becker | 2019-04-16 | 1 | -1/+1 |
* | | Fix second part of bug #77903 | Nikita Popov | 2019-04-16 | 2 | -0/+25 |
* | | Partial fix for bug #77903 | Nikita Popov | 2019-04-16 | 1 | -47/+13 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix pgsql use after free trying to reuse closed connection | Nikita Popov | 2019-04-10 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2019-04-09 | 1 | -9/+11 |
|\ \ | |/ | |||||
| * | Repare SWITCH VM | Dmitry Stogov | 2019-04-09 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-08 | 1 | -16/+18 |
|\ \ | |/ | |||||
| * | Fixed bug #77844 | Nikita Popov | 2019-04-08 | 1 | -16/+18 |
* | | Prepare main branch for PHP 7.3.5 | Christoph M. Becker | 2019-03-19 | 1 | -1/+1 |
* | | Remove x86 bit test optimization | Nikita Popov | 2019-03-18 | 1 | -6/+2 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-03-18 | 3 | -4/+20 |
|\ \ | |/ | |||||
| * | Don't disable object slot reuse while running shutdown functions | twosee | 2019-03-18 | 3 | -4/+20 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Xinchen Hui | 2019-03-14 | 2 | -2/+10 |
|\ \ | |/ | |||||
| * | Fixed bug #77738 (Nullptr deref in zend_compile_expr) | Xinchen Hui | 2019-03-14 | 2 | -2/+10 |
* | | Fixed bug #77345 (Stack Overflow caused by circular reference in garbage coll... | Dmitry Stogov | 2019-03-07 | 3 | -89/+331 |
* | | Check for NULL GC type in objects_store_del | Nikita Popov | 2019-03-01 | 2 | -8/+11 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-25 | 2 | -12/+54 |
|\ \ | |/ | |||||
| * | Fix assertion in Exception::getMessage() if $message is a ref | Nikita Popov | 2019-02-25 | 2 | -12/+54 |
* | | Fixed compiler warning | Xinchen Hui | 2019-02-25 | 1 | -3/+3 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Xinchen Hui | 2019-02-25 | 2 | -2/+12 |
|\ \ | |/ | |||||
| * | Fixed bug #77660 (Segmentation fault on break 2147483648) | Xinchen Hui | 2019-02-25 | 2 | -2/+12 |