Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #79040: Warning Opcode handlers are unusable due to ASLR | Christoph M. Becker | 2019-12-30 | 1 | -4/+5 |
* | Fix DCE with FE_FETCH | Nikita Popov | 2019-12-10 | 2 | -2/+25 |
* | Fix print_r return types in opcache | Tyson Andre | 2019-12-04 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2019-11-18 | 1 | -0/+34 |
|\ | |||||
| * | Fix $x = (bool)$x; for undefined with opcache | Tyson Andre | 2019-11-18 | 1 | -0/+34 |
* | | Fix ASLR related invalid opline handler issues | Christoph M. Becker | 2019-11-15 | 1 | -7/+32 |
* | | Fixed wrong constant usage | Dmitry Stogov | 2019-11-12 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-25 | 2 | -2/+15 |
|\ \ | |/ | |||||
| * | Fixed bug #78747 | Nikita Popov | 2019-10-25 | 2 | -1/+15 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-10-14 | 3 | -11/+14 |
|\ \ | |/ | |||||
| * | Fix checksum calculation for opcache | Mitch Hagstrand | 2019-10-14 | 3 | -11/+14 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-09-19 | 2 | -1/+19 |
|\ \ | |/ | |||||
| * | Fix iterable return type optimization | Nikita Popov | 2019-09-19 | 2 | -1/+19 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-09-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix opcache return type for get_headers in zend_func_info | Tyson Andre | 2019-09-17 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-09-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix opcache return type for hash_update_stream | Tyson Andre | 2019-09-03 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-08-26 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Also fix signature for passthru | Tyson Andre | 2019-08-26 | 1 | -1/+1 |
| * | Fix opcache optimizer info for time_nanosleep | Tyson Andre | 2019-08-26 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-08-13 | 2 | -1/+19 |
|\ \ | |/ | |||||
| * | Fixed bug #77191 | Nikita Popov | 2019-08-13 | 2 | -1/+19 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-29 | 1 | -1/+10 |
|\ \ | |/ | |||||
| * | Fix Zend signals unblocking | Nikita Popov | 2019-07-29 | 1 | -1/+10 |
* | | Fixed bug #78341 | Nikita Popov | 2019-07-29 | 2 | -7/+28 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-15 | 2 | -0/+29 |
|\ \ | |/ | |||||
| * | Fix bug #78291 Missing opcache directives | Andrew Collington | 2019-07-15 | 2 | -0/+29 |
* | | Fix bug #78271 | Nikita Popov | 2019-07-10 | 1 | -10/+31 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-05 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Backport fe_reset_rw case | Nikita Popov | 2019-07-05 | 1 | -0/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-05 | 2 | -2/+28 |
|\ \ | |/ | |||||
| * | Fix inference for compound object op on dim | Nikita Popov | 2019-07-05 | 2 | -2/+28 |
* | | Fixed bug #78230 | Nikita Popov | 2019-07-03 | 2 | -0/+30 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-02 | 1 | -1/+24 |
|\ \ | |/ | |||||
| * | Fix bug #78138: opcache.validate_permission incorrectly works with PHAR files | Alex Scott | 2019-07-02 | 1 | -1/+24 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-07-01 | 9 | -0/+16 |
|\ \ | |/ | |||||
| * | Add missing SKIPIFs | Christoph M. Becker | 2019-07-01 | 1 | -0/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-07-01 | 49 | -0/+97 |
|\ \ | |/ | |||||
| * | Add missing SKIPIFs | Christoph M. Becker | 2019-07-01 | 49 | -0/+98 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-07-01 | 1 | -3/+10 |
|\ \ | |/ | |||||
| * | Fix brittle test | Christoph M. Becker | 2019-07-01 | 1 | -3/+10 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-06-25 | 1 | -8/+8 |
|\ \ | |/ | |||||
| * | Fix #78202: Opcache stats for cache hits are capped at 32bit NUM | Christoph M. Becker | 2019-06-25 | 1 | -12/+12 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-06-20 | 2 | -1/+23 |
|\ \ | |/ | |||||
| * | Fix #78189: file cache strips last character of uname hash | Christoph M. Becker | 2019-06-20 | 2 | -1/+23 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2019-06-20 | 1 | -2/+12 |
|\ \ | |/ | |||||
| * | fix test for Windows and for parallel run | Remi Collet | 2019-06-20 | 1 | -2/+12 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2019-06-20 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | improve test clean section | Remi Collet | 2019-06-20 | 1 | -0/+5 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2019-06-20 | 1 | -0/+22 |
|\ \ | |/ |