History log of /PHP-7.4/ext/opcache/zend_accelerator_util_funcs.c (Results 101 – 125 of 147)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28
# 2c39cf67 25-Apr-2014 Dmitry Stogov

Use appropriate macro


# 20580a51 23-Apr-2014 Nikita Popov

Fix ZTS build


# 72c287bd 21-Apr-2014 Dmitry Stogov

Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word


# 05817f1a 16-Apr-2014 Dmitry Stogov

Prevented unintended SHM modification


# be60f90d 16-Apr-2014 Dmitry Stogov

Set reference values of reference counters of not-interned strings when they are restored from SHM


Revision tags: php-5.4.28RC1
# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


Revision tags: php-5.5.12RC1
# 5dc52e48 14-Apr-2014 Dmitry Stogov

Fixed interface constants inheritance.
Now we use IS_REFERENCE for inhereted class constants.
I might miss some edje cases.


# f614fc68 11-Apr-2014 Bob Weinand

Fix bug #66015 by reverting "Removed operations on constant arrays."


123456