summaryrefslogtreecommitdiff
path: root/ext/opcache/shared_alloc_win32.c
Commit message (Collapse)AuthorAgeFilesLines
* more informative error message for opcache fallbackAnatol Belski2016-01-071-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0Anatol Belski2015-12-111-4/+46
| | | | | | | | the way it doesn't hurt BC
| * backport 262160e and 2d55e8c into 5.6Anatol Belski2015-10-201-2/+7
| |
* | Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on ↵Anatol Belski2015-12-071-4/+4
| | | | | | | | the same server
* | Implemented file_cache_fallback mechanismAnatol Belski2015-10-091-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 messageAnatol Belski2015-10-041-1/+1
| |
* | remove useless checksAnatol Belski2015-10-031-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.0Anatol Belski2015-10-031-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: fix win10 support
| * fix win10 supportAnatol Belski2015-10-031-1/+1
| | | | | | | | | | dwMajorVersion == 10 there, and generally this check is obsolete as we don't support dwMajorVersion < 6 since 5.5
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | fix identAnatol Belski2015-09-251-1/+1
| |
* | avoid dangling pointersAnatol Belski2015-09-241-0/+3
| |
* | Fix (revert) loop exit conditionDmitry Stogov2015-09-241-1/+1
| |
* | Attmpt to fix "Unable to reattach to base address" problem. (Matt Ficken)Dmitry Stogov2015-09-241-1/+6
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+0
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
| | | | | | | | for better comparability with the mainstream
* | cleanup TSRMLS_FETCH in ext/opcacheAnatol Belski2014-09-261-1/+0
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* fix x64 opcache, still uses fugly fixed addresses, see TODO entry for explanatonPierre Joye2013-04-201-6/+10
|
* Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)Dmitry Stogov2013-03-271-1/+1
|
* Renamed Zend Optimizer+ into Zend OPcacheDmitry Stogov2013-03-191-5/+5
|
* Merge Zend Optimizer+Dmitry Stogov2013-03-161-0/+340
git-subtree-dir: ext/opcache git-subtree-mainline: b1dbfb73571b051fef055dc371e05163cf73eb8b git-subtree-split: 8d35170c5fe9b9c0c864b7a6c4dc6b0149809569