summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_accelerator_module.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0'Xinchen Hui2015-12-291-2/+8
|\
| * Fixed info while setting opcache.file_cache_onlyXinchen Hui2015-12-291-2/+8
* | Improved optimizer dubugging facilityDmitry Stogov2015-12-091-0/+1
* | Break dependency between opcache and optimizer. Remove copatibility macros.Dmitry Stogov2015-11-121-1/+1
|/
* Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10)Xinchen Hui2015-10-171-1/+0
* Implemented file_cache_fallback mechanismAnatol Belski2015-10-091-1/+8
* Use shorter php.ini directive name "opcache.huge_code_pages" and disable it b...Dmitry Stogov2015-09-151-1/+1
* Added an experemental ability to move PHP code pages (PHP TEXT segment) into ...Dmitry Stogov2015-09-141-0/+3
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-14/+14
* Removed opcache.load_comments configuration directive. Now doc comments loadi...Dmitry Stogov2015-06-151-2/+0
* cleanup more redundant S_IS* declarationsAnatol Belski2015-05-251-4/+0
* Fix buildRasmus Lerdorf2015-05-061-0/+2
* Temporary fix for SIGFPEXinchen Hui2015-05-071-0/+4
* Added experimental (disabled by default) file based opcode cache.Dmitry Stogov2015-05-061-0/+74
* Merge branch 'PHP-5.6'Xinchen Hui2015-04-021-1/+5
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-04-011-2/+4
| |\
| | * Fixed bug #69281 (opcache_is_script_cached no longer works)Danack2015-04-011-2/+4
| | * Shut up, my lovely compiler; I do not like your warningsBob Weinand2015-02-091-1/+1
| | * Bump yearXinchen Hui2015-01-151-1/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Improved hash key manangement codeDmitry Stogov2015-03-061-1/+1
* | | Improved hash key manangement codeDmitry Stogov2015-03-061-15/+9
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-10/+9
* | | Fixed some annoying warningsXinchen Hui2015-01-271-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-32/+32
* | | Merge branch 'pull-request/819'Stanislav Malyshev2014-11-231-2/+2
|\ \ \
| * | | Indention fixReeze Xia2014-09-141-2/+2
* | | | Fix off-by-one hereRasmus Lerdorf2014-10-261-1/+1
|/ / /
* | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-17/+14
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* | | master renames phase 3Anatol Belski2014-08-251-1/+1
* | | master renames phase 1Anatol Belski2014-08-251-43/+43
* | | fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* | | fixed some incompatible typesAnatol Belski2014-08-201-3/+3
* | | ported opcacheAnatol Belski2014-08-201-19/+19
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-33/+33
* | | Remove old version PHP supportsXinchen Hui2014-08-151-47/+2
* | | Don't include trailing zero into hash functionDmitry Stogov2014-06-171-2/+2
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+50
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Bob Weinand2014-04-111-1/+1
| |\ \ \ | | |/ /
| | * | Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-1/+1
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-02-211-0/+22
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-02-211-0/+22
| | |\ \ | | | |/
| | | * Added information about interned strings usageDmitry Stogov2014-02-211-0/+22
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-02-211-0/+28
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-02-211-0/+28
| | |\ \ | | | |/
| | | * Added function opcache_is_script_cached(). (Danack)Dmitry Stogov2014-02-211-0/+28
| | | * Bump yearXinchen Hui2014-01-031-1/+1