summaryrefslogtreecommitdiff
path: root/ext/opcache/shared_alloc_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-06-201-1/+3
|\
| * Split requested size as expected by CreateFileMapping.Anatol Belski2017-06-201-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-151-9/+10
|\ \ | |/
| * improve/fix error handlingAnatol Belski2017-04-151-9/+10
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-131-0/+3
|\ \ | |/
| * ensure the end path wouldn't contain double slashesAnatol Belski2017-01-131-0/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-261-1/+1
|\ \ | |/
| * Fix #72949: Typo in opcache error messageChristoph M. Becker2016-08-261-1/+1
* | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-6/+16
|/
* 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
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0Anatol Belski2015-12-111-4/+46
| * 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 t...Anatol Belski2015-12-071-4/+4
* | Implemented file_cache_fallback mechanismAnatol Belski2015-10-091-1/+25
* | improve error messageAnatol Belski2015-10-041-1/+1
* | remove useless checksAnatol Belski2015-10-031-23/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2015-10-031-1/+1
|\ \ | |/
| * fix win10 supportAnatol Belski2015-10-031-1/+1
| * 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
* | 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