summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* Fix IS_UNDEF comparisons in opcacheSébastien Santoro2016-12-221-2/+2
* remove TSRMLS_*Anatol Belski2016-11-211-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-171-12/+10
|\
| * Accorate handling of too big inodes of chroot directoriesDmitry Stogov2016-11-171-12/+8
* | Fix #73546: Logging for opcache has an empty file nameMitch Hagstrand2016-11-161-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-161-1/+1
|\ \ | |/
| * Use full pathDmitry Stogov2016-11-161-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-11-161-0/+39
|\ \ | |/
| * Fixed bug #69090 (check cached files permissions)Dmitry Stogov2016-11-161-0/+47
| * Fixes #72590: Opcache restart with kill_all_lockers does not workKeyur2016-09-051-2/+2
* | Fixed bug in zend_accel_error() and cleaned up kill_all_lockers()Mitch Hagstrand2016-10-121-6/+21
* | Fixes #72590: Opcache restart with kill_all_lockers does not workKeyur2016-07-131-2/+2
* | Use PHP_VERSION as OPcahce versionDmitry Stogov2016-05-171-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-05-101-0/+20
|\ \ | |/
| * The "flock" structure has to be writable on AIX.Dmitry Stogov2016-05-101-0/+20
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Fixed possible crash at PCRE on MSHUTDOWNDmitry Stogov2016-02-241-1/+1
* | Fixed more synchronisation issues during SHM reloadDmitry Stogov2016-02-241-100/+118
* | Fixed process synchronisation problem, that may cause crashes after opcache r...Dmitry Stogov2016-02-171-4/+13
* | Fixed possible memory leakDmitry Stogov2016-02-151-0/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-02-151-6/+5
|\ \ | |/
| * Fix use-after-free of ZCG(cwd) in Zend OptimizerYussuf Khalil2016-02-101-6/+5
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-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
| * Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
| * Since 5.6 stat.cwd using emalloc (Thanks to Remi)Xinchen Hui2015-04-221-0/+22
* | Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
* | PHP_MD5_CTX is now always used due to fix for #71204Bob Weinand2015-12-081-1/+1
* | Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on t...Anatol Belski2015-12-071-5/+0
* | SpaceXinchen Hui2015-11-271-1/+1
* | Fixed bug #70977, #70973 (Segmentation fault with opcache.huge_code_pages=1)Xinchen Hui2015-11-271-3/+22
* | Fixed bug #70656 (require() statement broken after opcache_reset() or a few h...Xinchen Hui2015-10-261-0/+2
* | Revert "Fixed bug #70656 (require() statement broken after opcache_reset() or...Xinchen Hui2015-10-261-22/+18
* | Fixed bug #70656 (require() statement broken after opcache_reset() or a few h...Xinchen Hui2015-10-261-18/+22
* | Don't remap .text segment if huge pages are not available.Julien Pauli2015-10-291-1/+4
* | Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10)Xinchen Hui2015-10-171-5/+11
* | Implemented file_cache_fallback mechanismAnatol Belski2015-10-091-0/+15
* | fix incrementing on 32-bitAnatol Belski2015-10-041-1/+5
* | don't keep locked mutex after errorsAnatol Belski2015-09-241-0/+2
* | move accel_shared_globals assignment into locked blockAnatol Belski2015-09-241-1/+1
* | Use shorter php.ini directive name "opcache.huge_code_pages" and disable it b...Dmitry Stogov2015-09-151-1/+1
* | Removed useless includeDmitry Stogov2015-09-151-1/+0
* | Use memcpy() instead of mmap() to keep modifyed code (e.g. gdb breakpoints)Dmitry Stogov2015-09-141-10/+4
* | Added an experemental ability to move PHP code pages (PHP TEXT segment) into ...Dmitry Stogov2015-09-141-0/+96
* | Fixed possible caching with invalid key valueDmitry Stogov2015-09-011-0/+3
* | Fixed segfault if opcache is disabled and with file_cacheXinchen Hui2015-07-151-9/+0
* | Disable opcache.fast_shutdown if USE_ZEND_ALLOC=0Dmitry Stogov2015-07-091-1/+1