History log of /php-src/ext/opcache/zend_persist.c (Results 226 – 250 of 282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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, php-5.5.18, 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
# 5bd34be6 28-Sep-2014 Nikita Popov

Opcache compatibility for coalesce operator

Revision tags: php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1
# 82096dc1 11-Sep-2014 Dmitry Stogov

Removed ZEND_QM_ASSIGN_VAR and ZEND_JMP_SET_VAR opcodes (in PHPNG they did exacly the same as ZEND_QM_ASSIGN and ZEND_JMP_SET)

# a9d98526 08-Sep-2014 Dmitry Stogov

We don't need to check for xlat entry twice

# c59300ac 08-Sep-2014 Dmitry Stogov

Fixed GC problem (arrays may be recorded as possible root of garbage cycle. we have to clear this info before deleting array)

Revision tags: 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
# 6db293d5 25-Aug-2014 Nikita Popov

Merge remote-tracking branch 'php-src/master' into ast

Conflicts:
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_globals.h
Zend/zend_langua

Merge remote-tracking branch 'php-src/master' into ast

Conflicts:
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_globals.h
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner.l
Zend/zend_types.h

show more ...


# 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
# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once

# 904a83a1 16-Aug-2014 Nikita Popov

Merge remote-tracking branch 'php-src/master' into ast

Conflicts:
ext/opcache/Optimizer/optimize_func_calls.c


# 71675a4b 16-Aug-2014 Nikita Popov

Merge remote-tracking branch 'php-src/phpng' into ast

Conflicts:
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_language_parser.y

Incomplete merge!


# b511bf82 15-Aug-2014 Nikita Popov

Fix typo

# 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
# ce1af1e4 05-Aug-2014 Dmitry Stogov

Fixed bug #67725 (now we create immutable arrays only in SHM)

# 3700364c 04-Aug-2014 Dmitry Stogov

Don't waste SHM for unused Buckets

Revision tags: php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1
# 0a77dcd4 02-Jul-2014 Dmitry Stogov

Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are executing something.

# 4b09dd69 02-Jul-2014 Dmitry Stogov

Removed EG(active_op_array) and use corresponding value from EG(current_execute_data)

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

Revision tags: php-5.5.14RC1
# 14e6ee7f 11-Jun-2014 Dmitry Stogov

Use absolute addresses as branch targets for NEW, FE_RESET and FE_FETCH

Revision tags: php-5.4.30RC1
# 9a9bb887 09-Jun-2014 Dmitry Stogov

Improved ZTS support

Revision tags: 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
# b11a30f5 18-May-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master:
Support for __debugInfo (Joe Watkins)
Optimize ZEND_POW (Rouven Weßling)
gcov: tentative fix for broken coverage data after fix f

Merge branch 'master' into phpng

* master:
Support for __debugInfo (Joe Watkins)
Optimize ZEND_POW (Rouven Weßling)
gcov: tentative fix for broken coverage data after fix for opcache coverage slightly hackish, but works. The idea is that we want to give priority to .gcda files in .libs dirs vs the files in the upper level dir
gcov: tentative fix for broken coverage data after fix for opcache coverage slightly hackish, but works. The idea is that we want to give priority to .gcda files in .libs dirs vs the files in the upper level dir
Prevent recursion in ZF2 Parameters class
adding NEWS block for beta4
5.4.30 next
enable email notifications
update NEWS
update NEWS
update NEWS
- Updated to version 2014.3 (2014c)
fix bug #67253: timelib_meridian_with_check out-of-bounds read
Fix bug #67252: convert_uudecode out-of-bounds read
Fix bug #67251 - date_parse_from_format out-of-bounds read
Fix bug #67250 (iptcparse out-of-bounds read)

Conflicts:
ext/opcache/zend_persist.c
ext/spl/spl_array.c

show more ...


# 1d1fdfb5 18-May-2014 Dmitry Stogov

Support for __debugInfo (Joe Watkins)

12345678910>>...12