summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-38/+38
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-3/+3
* | Add phpdbg to allowed cli-SAPIs in opcacheBob Weinand2015-06-151-2/+3
* | Fixed bug #69688 (segfault with eval and opcache fast shutdown)Xinchen Hui2015-05-221-1/+3
* | Fixed string handling (string cached in SHM marked as permanent, strings stor...Dmitry Stogov2015-05-121-13/+5
* | Added experimental (disabled by default) file based opcode cache.Dmitry Stogov2015-05-061-82/+318
* | Keep realpath and PCRE caches in consistency with opcache SHM.Dmitry Stogov2015-04-221-1/+47
* | Fixed zend_string related inconsistenciesDmitry Stogov2015-04-211-0/+1
* | Improved "fust shutdown".Dmitry Stogov2015-04-031-60/+80
* | Only used in ZTSXinchen Hui2015-03-211-2/+2
* | Changed HashTable layout:Dmitry Stogov2015-03-131-31/+34
* | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | Merge branch 'PHP-5.6'Dmitry Stogov2015-03-101-15/+0
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-101-17/+0
| |\
| | * We don't cache custom strems with callbacks anymoreDmitry Stogov2015-03-101-17/+0
* | | Improved hash key manangement codeDmitry Stogov2015-03-061-141/+135
* | | Fixed conditionsDmitry Stogov2015-03-061-61/+58
* | | Revert "Fix logical-op-parentheses warning"Dmitry Stogov2015-03-061-4/+4
* | | Fix logical-op-parentheses warningReeze Xia2015-03-061-4/+4
* | | Improved hash key manangement codeDmitry Stogov2015-03-061-212/+154
* | | Avoid repeatable strlen() callsDmitry Stogov2015-03-051-7/+6
* | | fix incompatible pointerAnatol Belski2015-03-051-1/+1
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-36/+39
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-031-2/+2
|\ \ \ | |/ /