summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-0256-56/+56
|
* Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-281-19/+40
|\ | | | | | | | | * PHP-7.1: Fixed bug #75720 (File cache not populated after SHM runs full)
| * Fixed bug #75720 (File cache not populated after SHM runs full)Dmitry Stogov2017-12-281-19/+40
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-211-2/+30
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-211-2/+30
| |\ | | | | | | | | | | | | * PHP-7.0: Fixed bug #75579 (Interned strings buffer overflow may cause crash)
| | * Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-211-2/+30
| | |
* | | Updated NEWSXinchen Hui2017-12-171-1/+1
| | |
* | | Fixed bug #75698Nikita Popov2017-12-162-2/+31
| | |
* | | Add test for bug #75681Nikita Popov2017-12-161-0/+26
| | | | | | | | | | | | The issue itself has been fixed by 8a4532319dfae83ff16b2d2bbfeed062924c3c27.
* | | Improve fix for bug #75687Nikita Popov2017-12-161-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | Adding an (incorrect) UNDEF here may cause subsequent narrowing in other places. Instead, let's try to handle this edge-case once for all instructions...
* | | Fixed bug #75687 (var 8 (TMP) has array key type but not value type)Xinchen Hui2017-12-162-0/+24
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-042-2/+35
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug #75608 ("Narrowing occurred during type inference" error)
| * | Fixed bug #75608 ("Narrowing occurred during type inference" error)Dmitry Stogov2017-12-042-2/+35
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-11-281-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Update NEWs (added bug entry)
| * | Update NEWs (added bug entry)Xinchen Hui2017-11-281-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-11-272-1/+21
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug in type inference
| * | Fixed bug in type inferenceDmitry Stogov2017-11-272-1/+21
| | |
* | | Improved fixXinchen Hui2017-11-272-2/+1
| | |
* | | Fixed bug #75556 (Invalid opcode 138/1/1)Xinchen Hui2017-11-252-0/+28
| | |
* | | typoDmitry Stogov2017-11-221-1/+1
| | |
* | | Backport some printf() fixes to 7.2Nikita Popov2017-11-161-1/+1
| | |
* | | Fixed assertion on phpMyAdmin-4.7.5 home pageDmitry Stogov2017-11-082-1/+37
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-11-031-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: fix wrong check of definition_phi->constraint.range.max_ssa_var
| * | fix wrong check of definition_phi->constraint.range.max_ssa_varMITSUNARI Shigeo2017-11-031-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-301-2/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Use abbrev
| * | Use abbrevXinchen Hui2017-10-301-2/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-302-1/+26
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed type inference
| * | Fixed type inferenceDmitry Stogov2017-10-301-1/+7
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-10-183-7/+9
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Backport 7ff13badda58b966ff8fbcc61add48bb5b14117b into 7.0+
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-10-183-7/+9
| |\ \ | | |/ | | | | | | | | | * PHP-7.0: Backport 7ff13badda58b966ff8fbcc61add48bb5b14117b into 7.0+
| | * Backport 7ff13badda58b966ff8fbcc61add48bb5b14117b into 7.0+Anatol Belski2017-10-183-7/+9
| | |
* | | Fixed bug (assertion fails with extended info generated)Xinchen Hui2017-10-171-0/+6
| | |
* | | Fixed bug (Phi sources removel)Xinchen Hui2017-10-163-8/+97
| | |
* | | Fixed bug #75357 (segfault loading WordPress wp-admin)Xinchen Hui2017-10-142-1/+57
| | |
* | | Added skipfXinchen Hui2017-10-131-0/+6
| | |
* | | Fixed bug #75370 (Webserver hangs on valid PHP text)Xinchen Hui2017-10-132-1/+18
| | |
* | | Fixed typoXinchen Hui2017-10-131-1/+1
| | |
* | | Fixed cleanup after optimization passesDmitry Stogov2017-10-102-1/+11
| | |
* | | Add line numbers to Optimizer debug outputRasmus Lerdorf2017-10-061-2/+2
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-041-0/+13
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed rarely possible use-after-free
| * | Fixed rarely possible use-after-freeDmitry Stogov2017-10-041-0/+13
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-09-291-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug #75267 (possible &/&& mixup)
| * | Fixed bug #75267 (possible &/&& mixup)Xinchen Hui2017-09-291-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-09-272-0/+22
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed bug #75255 (Request hangs and not finish)
| * | Fixed bug #75255 (Request hangs and not finish)Dmitry Stogov2017-09-272-0/+22
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-09-251-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Added missed ~
| * | Added missed ~Dmitry Stogov2017-09-251-1/+1
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-09-251-6/+8
|\ \ \ | |/ / | | | | | | | | | * PHP-7.1: Fixed type inference
| * | Fixed type inferenceDmitry Stogov2017-09-251-6/+8
| | |
* | | Fixed bug #75230 (Invalid opcode 49/1/8 using opcache)Xinchen Hui2017-09-242-0/+20
| | |