summaryrefslogtreecommitdiff
path: root/ext/opcache/config.w32
Commit message (Expand)AuthorAgeFilesLines
* Remove --disable-opcache-filecache optionNikita Popov2019-02-071-6/+0
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Introduce ZEND_EXTENSION() to the Windows build systemKalle Sommer Nielsen2017-12-041-1/+1
* Merge branch 'PHP-7.2'Anatol Belski2017-08-241-2/+2
|\
| * Enable PGO for OpcacheAnatol Belski2017-08-241-2/+2
* | Initial implementation of Escape Analysis (disabled yet).Dmitry Stogov2017-08-221-1/+1
|/
* Added goblal optimisation passes based on data flow analyses using SSA form:Dmitry Stogov2017-07-141-1/+1
* Added e-SSA based DFA optimisation framework (incomplete)Dmitry Stogov2015-12-161-1/+1
* Added e-SSA based DFA optimisation framework (incomplete)Dmitry Stogov2015-12-111-1/+1
* Refactored CFG based optimization using new CFG representation.Dmitry Stogov2015-11-201-1/+1
* Enable file based cache compilation by defaultDmitry Stogov2015-09-151-1/+1
* Added experimental (disabled by default) file based opcode cache.Dmitry Stogov2015-05-061-0/+7
* Remove these CFLAGS for ereg in opcache, we don't use them anymore (as opcach...Kalle Sommer Nielsen2015-03-271-2/+1
* opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-171-1/+1
* Refactored optimizer (compile different opimizer passes separately, instead o...Dmitry Stogov2014-08-281-1/+1
* fix disabling PGO for extensions, rel bug #65715Anatol Belski2014-03-251-3/+2
* Renamed Zend Optimizer+ into Zend OPcacheDmitry Stogov2013-03-191-1/+1
* Merge Zend Optimizer+Dmitry Stogov2013-03-161-0/+27