summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-01-132-23/+45
|\ \ | |/ | | | | | | | | | | | | * PHP-5.5: Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0) Conflicts: NEWS
| * 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 ↵Dmitry Stogov2014-01-132-1/+17
| | | | | | | | constant function calls)
* | 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
|\ \ | |/ | | | | | | | | | | | | * PHP-5.5: Fixed bug #66474 (Optimizer bug in constant string to boolean conversion) Conflicts: NEWS
| * 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
|\ \ | |/ | | | | | | * PHP-5.5: Fixed ADD_INTERNED_STRING() logic to support strings that are already interned. (Terry)
| * Fixed ADD_INTERNED_STRING() logic to support strings that are already ↵Dmitry Stogov2014-01-091-5/+7
| | | | | | | | interned. (Terry)
| * 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
| | | | | | | | | | | | lineend) Use git blame -w to ingore the space changes
* | Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as ↵Xinchen Hui2013-12-303-719/+719
| | | | | | | | lineend)
* | Improved empty string handling. Now ZE uses an interned string instead of ↵Dmitry Stogov2013-12-261-0/+3
| | | | | | | | allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to support interned strings).
* | Fixed bug #66338 (Optimization binding of class constants is not safely ↵Dmitry Stogov2013-12-232-1/+47
| | | | | | | | opcacheable)
* | 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
|\ \ | |/ | | | | | | * PHP-5.5: Added suggestion about opcache.revalidate_freq setting in development environment
| * Added suggestion about opcache.revalidate_freq setting in development ↵Dmitry Stogov2013-12-231-1/+5
| | | | | | | | environment
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-234-3/+49
|\ \ | |/ | | | | | | | | * PHP-5.5: Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq" opcodes
| * Fixed Issue #140: "opcache.enable_file_override" doesn't respect ↵Dmitry Stogov2013-12-234-3/+49
| | | | | | | | "opcache.revalidate_freq"
* | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-12-182-3/+65
|\ \ | |/ | | | | | | | | | | | | * PHP-5.5: Fixed reavlidate_path=1 behavior to avoid caching of symlinks values. Conflicts: NEWS
| * 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
|\ \ | | | | | | | | | | | | Conflicts: Zend/zend_extensions.h
| * | 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
|\ \ \ | | |/ | |/| | | | | | | * PHP-5.5: Fixed opcahce_reset() crash when opcache.protect_memory is set
| * | 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
| | | | | | | | | | | | functions
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-262-44/+51
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: Fixed bug #66176 (Invalid constant substitution) Fixed bug #66176 (Invalid constant substitution)
| * | 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
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #66176 (Invalid constant substitution) Conflicts: NEWS
| * | 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
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Added test
| * | Added testDmitry Stogov2013-11-261-0/+22
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-264-2/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #65559 (Opcache: cache not cleared if changes occur while running) bring the news Conflicts: NEWS
| * | 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
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed compatibility with old PHP versions Fixed bug #65915 (Inconsistent results with require return value) Conflicts: NEWS
| * | 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
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed issue #115 (path issue when using phar). Fixed issue #149 (Phar mount points not working with OPcache enabled). Conflicts: NEWS
| * | Fixed issue #115 (path issue when using phar).Dmitry Stogov2013-11-081-1/+14
| | | | | | | | | | | | Fixed issue #149 (Phar mount points not working with OPcache enabled).
* | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2013-11-083-0/+130
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | | | | | | | | | | | * PHP-5.5: Added tests for PHAR/OPCahce incompatibilities Update NEWS Fixed bug #65947 (basename is no more working after fgetcsv in certain situation) Update NEWS Fixed Bug #66043 (Segfault calling bind_param() on mysqli) NEWS entry NEWS entry Conflicts: NEWS
| * Added tests for PHAR/OPCahce incompatibilitiesDmitry Stogov2013-11-083-0/+130
| |