Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things
|
#
cd68c4b1 |
| 03-Dec-2014 |
Dmitry Stogov |
Fixed __debugInfo() support
|
Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1 |
|
#
62e3998d |
| 22-Oct-2014 |
Dmitry Stogov |
Removed useless code
|
Revision tags: php-5.5.18 |
|
#
c00424e4 |
| 15-Oct-2014 |
Anatol Belski |
bring back all the TSRMLS_FETCH() stuff for better comparability with the mainstream
|
Revision tags: php-5.4.34 |
|
#
9b0b3027 |
| 09-Oct-2014 |
Dmitry Stogov |
Copy all the arena allocated data from SHM to process memory at once
|
Revision tags: php-5.5.18RC1, php-5.6.1 |
|
#
ed6f24b9 |
| 26-Sep-2014 |
Anatol Belski |
cleanup TSRMLS_FETCH in ext/opcache
|
Revision tags: php-5.6.2 |
|
#
7cef08c5 |
| 23-Sep-2014 |
Dmitry Stogov |
Allocate copies of internal functions inherited in user classes at CG(arena), instead of permanent heap (malloc).
|
#
3bc8a958 |
| 19-Sep-2014 |
Dmitry Stogov |
Fixed useless or duplicated IS_INTERNED() checks
|
Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0 |
|
#
9a05f2da |
| 26-Aug-2014 |
Dmitry Stogov |
Fixed uint32_t overflow
|
Revision tags: POST_AST_MERGE, PRE_AST_MERGE |
|
#
28b7a033 |
| 25-Aug-2014 |
Anatol Belski |
master renamings phase 5
|
#
6f9f0bf2 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 2
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
476bdbf8 |
| 19-Aug-2014 |
Anatol Belski |
ported opcache
|
#
63d3f0b8 |
| 19-Aug-2014 |
Anatol Belski |
basic macro replacements, all at once
|
#
fbef2af2 |
| 15-Aug-2014 |
Nikita Popov |
Update opcache for new AST structures
|
#
e2522b4f |
| 15-Aug-2014 |
Xinchen Hui |
Remove old version PHP supports
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3 |
|
#
aa3ddda8 |
| 30-Jul-2014 |
Dmitry Stogov |
Fixed usage after free
|
Revision tags: php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1 |
|
#
2034ace0 |
| 03-Jul-2014 |
Xinchen Hui |
Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault happen)
|
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1 |
|
#
e1b18e59 |
| 17-Jun-2014 |
Dmitry Stogov |
Use arena allocator for zend_class_entry, zend_op_array and zend_property_info that live till the end of request
|
#
56731f68 |
| 17-Jun-2014 |
Dmitry Stogov |
Fixed HASH_FLAG_APPLY_PROTECTION flag usage
|
#
50cbd7f4 |
| 16-Jun-2014 |
Dmitry Stogov |
Optimize out useles paths
|
Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4 |
|
#
b3b616cf |
| 29-May-2014 |
Dmitry Stogov |
Introduced immutable arrays. They don't need to be copyed and may be used directly from SHM.
|
Revision tags: php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
0c6a6f0f |
| 07-May-2014 |
Dmitry Stogov |
Re-applyed Bob's patch with minor fixes
|
#
4ecc5279 |
| 06-May-2014 |
Dmitry Stogov |
Reverted Bob's patch (it breaks many tests when run with opcache and needs to be fixed first).
|
#
f3c1881f |
| 06-May-2014 |
Bob Weinand |
Re-added fix for bug #66015 and adapted for phpng branch
|