Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-01-13 | 2 | -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 Stogov | 2014-01-13 | 2 | -23/+45 | |
| | | ||||||
* | | Fixed bug #66440 (Optimisation of conditional JMPs based on pre-evaluate ↵ | Dmitry Stogov | 2014-01-13 | 2 | -1/+17 | |
| | | | | | | | | constant function calls) | |||||
* | | Fixed bug #66471 (Keep backward compatibility) | Dmitry Stogov | 2014-01-13 | 4 | -3/+17 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-01-13 | 2 | -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 Stogov | 2014-01-13 | 2 | -0/+19 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2014-01-09 | 1 | -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 Stogov | 2014-01-09 | 1 | -5/+7 | |
| | | | | | | | | interned. (Terry) | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 24 | -25/+25 | |
| | | ||||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 24 | -25/+25 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2013-12-30 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | Fix test fail | Xinchen Hui | 2013-12-30 | 1 | -0/+1 | |
| | | ||||||
* | | Fix one more test in dos style eol | Xinchen Hui | 2013-12-30 | 1 | -42/+42 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2013-12-30 | 3 | -126/+126 | |
|\ \ | |/ | ||||||
| * | Fix dos style eol in phpts | Xinchen Hui | 2013-12-30 | 3 | -126/+126 | |
| | | ||||||
| * | Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as ↵ | Xinchen Hui | 2013-12-30 | 3 | -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 Hui | 2013-12-30 | 3 | -719/+719 | |
| | | | | | | | | lineend) | |||||
* | | Improved empty string handling. Now ZE uses an interned string instead of ↵ | Dmitry Stogov | 2013-12-26 | 1 | -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 Stogov | 2013-12-23 | 2 | -1/+47 | |
| | | | | | | | | opcacheable) | |||||
* | | Fixed bug #66334 (Memory Leak in new pass1_5.c optimizations). (Terry) | Dmitry Stogov | 2013-12-23 | 2 | -3/+23 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-12-23 | 1 | -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 Stogov | 2013-12-23 | 1 | -1/+5 | |
| | | | | | | | | environment | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-12-23 | 4 | -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 Stogov | 2013-12-23 | 4 | -3/+49 | |
| | | | | | | | | "opcache.revalidate_freq" | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-12-18 | 2 | -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 Stogov | 2013-12-18 | 2 | -3/+65 | |
| | | ||||||
* | | Save one char compare | Xinchen Hui | 2013-12-17 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed bug #66251 (Constants get statically bound at compile time when Optimized) | Dmitry Stogov | 2013-12-10 | 2 | -19/+40 | |
| | | ||||||
* | | Merge branch 'const_scalar_exprs' into PHP-5.6 | Bob Weinand | 2013-11-28 | 3 | -0/+112 | |
|\ \ | | | | | | | | | | | | | Conflicts: Zend/zend_extensions.h | |||||
| * | | Moved arrays again to "static_scalar:" & little cleanup | Bob Weinand | 2013-11-07 | 3 | -7/+7 | |
| | | | ||||||
| * | | Constant expressions refactoring | Dmitry Stogov | 2013-11-06 | 3 | -0/+112 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-26 | 1 | -0/+2 | |
|\ \ \ | | |/ | |/| | | | | | | | * PHP-5.5: Fixed opcahce_reset() crash when opcache.protect_memory is set | |||||
| * | | Fixed opcahce_reset() crash when opcache.protect_memory is set | Dmitry Stogov | 2013-11-26 | 1 | -0/+2 | |
| | | | ||||||
* | | | Added an optimization of class constants and constant calls to some internal ↵ | Dmitry Stogov | 2013-11-26 | 2 | -0/+238 | |
| | | | | | | | | | | | | functions | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-26 | 2 | -44/+51 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.5: Fixed bug #66176 (Invalid constant substitution) Fixed bug #66176 (Invalid constant substitution) | |||||
| * | | Fixed bug #66176 (Invalid constant substitution) | Dmitry Stogov | 2013-11-26 | 1 | -2/+8 | |
| | | | ||||||
| * | | Fixed bug #66176 (Invalid constant substitution) | Dmitry Stogov | 2013-11-26 | 2 | -44/+45 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-26 | 4 | -126/+151 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #66176 (Invalid constant substitution) Conflicts: NEWS | |||||
| * | | Fixed bug #66176 (Invalid constant substitution) | Dmitry Stogov | 2013-11-26 | 4 | -126/+151 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-26 | 1 | -0/+22 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.5: Added test | |||||
| * | | Added test | Dmitry Stogov | 2013-11-26 | 1 | -0/+22 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-26 | 4 | -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 Stogov | 2013-11-26 | 4 | -2/+19 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-25 | 2 | -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 versions | Dmitry Stogov | 2013-11-25 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fixed bug #65915 (Inconsistent results with require return value) | Dmitry Stogov | 2013-11-25 | 2 | -1/+37 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-08 | 1 | -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 Stogov | 2013-11-08 | 1 | -1/+14 | |
| | | | | | | | | | | | | Fixed issue #149 (Phar mount points not working with OPcache enabled). | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2013-11-08 | 3 | -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 incompatibilities | Dmitry Stogov | 2013-11-08 | 3 | -0/+130 | |
| | |