summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-01-132-23/+45
|\ \ | |/
| * Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)Dmitry Stogov2014-01-132-23/+45
* | Fixed bug #66440 (Optimisation of conditional JMPs based on pre-evaluate cons...Dmitry Stogov2014-01-132-1/+17
* | Fixed bug #66471 (Keep backward compatibility)Dmitry Stogov2014-01-134-3/+17
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-01-132-0/+19
|\ \ | |/
| * Fixed bug #66474 (Optimizer bug in constant string to boolean conversion)Dmitry Stogov2014-01-132-0/+19
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-01-091-5/+7
|\ \ | |/
| * Fixed ADD_INTERNED_STRING() logic to support strings that are already interne...Dmitry Stogov2014-01-091-5/+7
| * Bump yearXinchen Hui2014-01-0324-25/+25
* | Bump yearXinchen Hui2014-01-0324-25/+25
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2013-12-301-0/+1
|\ \ | |/
| * Fix test failXinchen Hui2013-12-301-0/+1
* | Fix one more test in dos style eolXinchen Hui2013-12-301-42/+42
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2013-12-303-126/+126
|\ \ | |/
| * Fix dos style eol in phptsXinchen Hui2013-12-303-126/+126
| * Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as ...Xinchen Hui2013-12-303-486/+486
* | Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as ...Xinchen Hui2013-12-303-719/+719
* | Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-0/+3
* | Fixed bug #66338 (Optimization binding of class constants is not safely opcac...Dmitry Stogov2013-12-232-1/+47
* | Fixed bug #66334 (Memory Leak in new pass1_5.c optimizations). (Terry)Dmitry Stogov2013-12-232-3/+23
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-231-1/+5
|\ \ | |/
| * Added suggestion about opcache.revalidate_freq setting in development environ...Dmitry Stogov2013-12-231-1/+5
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-234-3/+49
|\ \ | |/
| * Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.rev...Dmitry Stogov2013-12-234-3/+49
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-182-3/+65
|\ \ | |/
| * Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.Dmitry Stogov2013-12-182-3/+65
* | Save one char compareXinchen Hui2013-12-171-1/+1
* | Fixed bug #66251 (Constants get statically bound at compile time when Optimized)Dmitry Stogov2013-12-102-19/+40
* | Merge branch 'const_scalar_exprs' into PHP-5.6Bob Weinand2013-11-283-0/+112
|\ \
| * | Moved arrays again to "static_scalar:" & little cleanupBob Weinand2013-11-073-7/+7
| * | Constant expressions refactoringDmitry Stogov2013-11-063-0/+112
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-261-0/+2
|\ \ \ | | |/ | |/|
| * | Fixed opcahce_reset() crash when opcache.protect_memory is setDmitry Stogov2013-11-261-0/+2
* | | Added an optimization of class constants and constant calls to some internal ...Dmitry Stogov2013-11-262-0/+238
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-262-44/+51
|\ \ \ | |/ /
| * | Fixed bug #66176 (Invalid constant substitution)Dmitry Stogov2013-11-261-2/+8
| * | Fixed bug #66176 (Invalid constant substitution)Dmitry Stogov2013-11-262-44/+45
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-264-126/+151
|\ \ \ | |/ /
| * | Fixed bug #66176 (Invalid constant substitution)Dmitry Stogov2013-11-264-126/+151
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-261-0/+22
|\ \ \ | |/ /
| * | Added testDmitry Stogov2013-11-261-0/+22
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-264-2/+19
|\ \ \ | |/ /
| * | Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)Dmitry Stogov2013-11-264-2/+19
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-252-1/+39
|\ \ \ | |/ /
| * | Fixed compatibility with old PHP versionsDmitry Stogov2013-11-251-0/+2
| * | Fixed bug #65915 (Inconsistent results with require return value)Dmitry Stogov2013-11-252-1/+37
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-081-1/+14
|\ \ \ | |/ /
| * | Fixed issue #115 (path issue when using phar).Dmitry Stogov2013-11-081-1/+14
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-083-0/+130
|\ \ \ | |/ / | | / | |/ |/|
| * Added tests for PHAR/OPCahce incompatibilitiesDmitry Stogov2013-11-083-0/+130