Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more informative error message for opcache fallback | Anatol Belski | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0 | Anatol Belski | 2015-12-11 | 1 | -4/+46 |
| | | | | | | | | the way it doesn't hurt BC | ||||
| * | backport 262160e and 2d55e8c into 5.6 | Anatol Belski | 2015-10-20 | 1 | -2/+7 |
| | | |||||
* | | Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on ↵ | Anatol Belski | 2015-12-07 | 1 | -4/+4 |
| | | | | | | | | the same server | ||||
* | | Implemented file_cache_fallback mechanism | Anatol Belski | 2015-10-09 | 1 | -1/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | which is essential as an attempt to fix the "failed to reattach" error on Windows. If file_cache is enabled, Opcache will automaticaly switch to file_cache_only mode in the case a process failed to map the shared segment at the required address. The important small part of the SHM will still be mapped, which allows information exchange between normal processes using SHM and those using the fallback mechanism. This is based on Dmitry's, Matt's and mine ideas. So many thanks for support! | ||||
* | | improve error message | Anatol Belski | 2015-10-04 | 1 | -1/+1 |
| | | |||||
* | | remove useless checks | Anatol Belski | 2015-10-03 | 1 | -23/+1 |
| | | | | | | | | | | Other platforms than listed in the checks are not supported since PHP 5.5. We also won't need these checks for a while, so can simplify. | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2015-10-03 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: fix win10 support | ||||
| * | fix win10 support | Anatol Belski | 2015-10-03 | 1 | -1/+1 |
| | | | | | | | | | | dwMajorVersion == 10 there, and generally this check is obsolete as we don't support dwMajorVersion < 6 since 5.5 | ||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | fix ident | Anatol Belski | 2015-09-25 | 1 | -1/+1 |
| | | |||||
* | | avoid dangling pointers | Anatol Belski | 2015-09-24 | 1 | -0/+3 |
| | | |||||
* | | Fix (revert) loop exit condition | Dmitry Stogov | 2015-09-24 | 1 | -1/+1 |
| | | |||||
* | | Attmpt to fix "Unable to reattach to base address" problem. (Matt Ficken) | Dmitry Stogov | 2015-09-24 | 1 | -1/+6 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+0 |
| | | |||||
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+1 |
| | | | | | | | | for better comparability with the mainstream | ||||
* | | cleanup TSRMLS_FETCH in ext/opcache | Anatol Belski | 2014-09-26 | 1 | -1/+0 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | fix x64 opcache, still uses fugly fixed addresses, see TODO entry for explanaton | Pierre Joye | 2013-04-20 | 1 | -6/+10 |
| | |||||
* | Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all) | Dmitry Stogov | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Renamed Zend Optimizer+ into Zend OPcache | Dmitry Stogov | 2013-03-19 | 1 | -5/+5 |
| | |||||
* | Merge Zend Optimizer+ | Dmitry Stogov | 2013-03-16 | 1 | -0/+340 |
git-subtree-dir: ext/opcache git-subtree-mainline: b1dbfb73571b051fef055dc371e05163cf73eb8b git-subtree-split: 8d35170c5fe9b9c0c864b7a6c4dc6b0149809569 |