#
ccd4716e |
| 02-Jan-2018 |
Xinchen Hui |
year++ |
#
e5123055 |
| 18-Dec-2017 |
Nikita Popov |
Remove opcache.inherited_hack This ini directive has already been ignored since PHP 5.3. |
Revision tags: php-7.2.1RC1 |
|
#
e251d9a6 |
| 09-Dec-2017 |
David Carlier |
Fix some format specificers time_t is of 64 bits type on some systems as well. |
#
9e709e2f |
| 14-Dec-2017 |
Dmitry Stogov |
Move constants into read-only data segment |
#
0acda910 |
| 08-Dec-2017 |
Dmitry Stogov |
Improved shared interned string table implementation (use less memory and more CPU cache friendly) |
Revision tags: php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, l, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1 |
|
#
974a8f8a |
| 30-Oct-2017 |
Dmitry Stogov |
Use internet strings for EG(ini_entries) |
Revision tags: php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3 |
|
#
f25ecdac |
| 21-Jun-2017 |
Dmitry Stogov |
shutdown_executor() refactoring (reuse opcache fast request shutdown code) |
Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2 |
|
#
db4561bf |
| 08-Jun-2017 |
Dmitry Stogov |
Introduced "zif_handler" type (zif = zend internal function). |
Revision tags: php-7.1.6, php-7.2.0alpha1, php-7.0.20 |
|
#
e2a2e490 |
| 02-Jun-2017 |
Nikita Popov |
Merge branch 'PHP-7.1'
|
#
e9ff1fac |
| 02-Jun-2017 |
Nikita Popov |
Revert "merge PR #2290: enable opcache in CLI in 7.1+" This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa. Without the file cache (which is not enabled by default), this h
Revert "merge PR #2290: enable opcache in CLI in 7.1+" This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa. Without the file cache (which is not enabled by default), this has non-trivial impact on the startup time. It also significantly increases the baseline memory usage of PHP on CLI.
show more ...
|
#
93a57830 |
| 27-May-2017 |
Xinchen Hui |
Merge branch 'PHP-7.1' * PHP-7.1: Update NEWS Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp)
|
#
19befb1c |
| 27-May-2017 |
Xinchen Hui |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp)
|
#
60912e66 |
| 27-May-2017 |
Xinchen Hui |
Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp) |
Revision tags: php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15 |
|
#
28f2959b |
| 09-Jan-2017 |
Joe Watkins |
Revert "set more suitable defaults for opcache in ini and code" This reverts commit b655f2d6325c64e5da1f016a2742a6abf669ecaf. This has been deemed unsuitable for 7.0 |
#
4e99d303 |
| 09-Jan-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: merge PR #2290: enable opcache in CLI in 7.1+
|
#
71fe529a |
| 09-Jan-2017 |
Joe Watkins |
merge PR #2290: enable opcache in CLI in 7.1+ |
#
cde08d49 |
| 09-Jan-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: set more suitable defaults for opcache in ini and code
|
#
9727e37c |
| 09-Jan-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: set more suitable defaults for opcache in ini and code
|
#
b655f2d6 |
| 09-Jan-2017 |
Markus Staab |
set more suitable defaults for opcache in ini and code |
Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1 |
|
#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017 |
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017 |
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017 |
Revision tags: php-7.1.1, php-5.6.29, php-7.0.14 |
|
#
bb78637b |
| 01-Dec-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.1' * PHP-7.1: Simpler overflow check fix gcov coverage
|
#
54f7abfe |
| 01-Dec-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Simpler overflow check fix gcov coverage
|
#
003346c4 |
| 01-Dec-2016 |
Dmitry Stogov |
Simpler overflow check |