Dmitry Stogov
|
0c6a6f0fba
|
Re-applyed Bob's patch with minor fixes
|
2014-05-07 15:03:56 +04:00 |
|
Dmitry Stogov
|
4ecc527976
|
Reverted Bob's patch (it breaks many tests when run with opcache and needs to be fixed first).
|
2014-05-07 03:26:13 +04:00 |
|
Bob Weinand
|
f3c1881f1d
|
Re-added fix for bug #66015 and adapted for phpng branch
|
2014-05-06 14:59:03 +02:00 |
|
Dmitry Stogov
|
f9927a6c97
|
Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patches related to constant expression handling (we need to review them carefully)
I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway)
Conflicts:
Zend/zend.h
Zend/zend_API.c
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_constants.c
Zend/zend_exceptions.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_hash.c
Zend/zend_highlight.c
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Zend/zend_variables.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/date/php_date.c
ext/dom/documenttype.c
ext/hash/hash.c
ext/iconv/iconv.c
ext/mbstring/tests/zend_multibyte-10.phpt
ext/mbstring/tests/zend_multibyte-11.phpt
ext/mbstring/tests/zend_multibyte-12.phpt
ext/mysql/php_mysql.c
ext/mysqli/mysqli.c
ext/mysqlnd/mysqlnd_reverse_api.c
ext/mysqlnd/php_mysqlnd.c
ext/opcache/ZendAccelerator.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/pcre/php_pcre.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/html.c
ext/standard/mail.c
ext/standard/php_array.h
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/user_filters.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
main/php_variables.c
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_frame.c
sapi/phpdbg/phpdbg_help.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_print.c
sapi/phpdbg/phpdbg_prompt.c
|
2014-04-26 00:32:51 +04:00 |
|
Dmitry Stogov
|
2c39cf670c
|
Use appropriate macro
|
2014-04-25 11:29:35 +04:00 |
|
Nikita Popov
|
20580a511c
|
Fix ZTS build
|
2014-04-23 18:30:24 +02:00 |
|
Dmitry Stogov
|
72c287bd23
|
Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word
|
2014-04-21 18:25:34 +04:00 |
|
Dmitry Stogov
|
05817f1a93
|
Prevented unintended SHM modification
|
2014-04-16 21:01:11 +04:00 |
|
Dmitry Stogov
|
be60f90dd7
|
Set reference values of reference counters of not-interned strings when they are restored from SHM
|
2014-04-16 16:28:27 +04:00 |
|
Dmitry Stogov
|
f9b26bc39a
|
Cleanup (2-nd round)
|
2014-04-15 21:56:30 +04:00 |
|
Dmitry Stogov
|
5dc52e4880
|
Fixed interface constants inheritance.
Now we use IS_REFERENCE for inhereted class constants.
I might miss some edje cases.
|
2014-04-14 13:24:43 +04:00 |
|
Bob Weinand
|
f614fc6898
|
Fix bug #66015 by reverting "Removed operations on constant arrays."
|
2014-04-11 10:08:44 +02:00 |
|
Dmitry Stogov
|
3167b49ce9
|
Allocate HashTable->arData and HashTable->arHash at once
|
2014-04-07 18:22:03 +04:00 |
|
Dmitry Stogov
|
66b3b907c2
|
Cleanup
|
2014-04-07 16:50:41 +04:00 |
|
Dmitry Stogov
|
76cc99fe60
|
Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)
|
2014-04-03 15:26:23 +04:00 |
|
Dmitry Stogov
|
d8099d0468
|
Changed data layout to allow more efficient operations
|
2014-04-02 14:34:44 +04:00 |
|
Dmitry Stogov
|
7eff369ba9
|
Store constant flags
|
2014-04-01 16:30:13 +04:00 |
|
Dmitry Stogov
|
47fdb9eae3
|
fixed craches at request shutdown and memory leaks
|
2014-03-31 16:09:45 +04:00 |
|
Dmitry Stogov
|
292b8dffc8
|
Make opcache work (incomplete - optimizer doesn't work yet; crashes on request shutdown)
|
2014-03-31 13:11:58 +04:00 |
|
Dmitry Stogov
|
5324f22f59
|
ext/opcache refactoring (incomplete)
|
2014-03-28 23:34:49 +04:00 |
|
Dmitry Stogov
|
f4cfaf36e2
|
Use better data structures (incomplete)
|
2014-02-10 10:04:30 +04:00 |
|
Xinchen Hui
|
c081ce628f
|
Bump year
|
2014-01-03 11:08:10 +08:00 |
|
Bob Weinand
|
d36cf90291
|
Merge branch 'const_scalar_exprs' into PHP-5.6
Conflicts:
Zend/zend_extensions.h
|
2013-11-28 13:41:42 +01:00 |
|
Dmitry Stogov
|
b7b6c35eea
|
Fixed compatibility with old PHP versions
|
2013-11-25 14:09:57 +04:00 |
|
Dmitry Stogov
|
27dc82d0ec
|
Fixed bug #65915 (Inconsistent results with require return value)
|
2013-11-25 14:07:24 +04:00 |
|
Bob Weinand
|
152898ff28
|
Moved arrays again to "static_scalar:" & little cleanup
|
2013-11-07 16:39:47 +01:00 |
|
Dmitry Stogov
|
9647c61dc1
|
Constant expressions refactoring
|
2013-11-06 22:21:07 +04:00 |
|
Dmitry Stogov
|
80346690ba
|
Removed references to "Zend Support"
|
2013-09-27 14:01:07 +04:00 |
|
Veres Lajos
|
72085b0e5f
|
typo fixes
|
2013-07-15 00:18:57 -07:00 |
|
Dmitry Stogov
|
540488bf55
|
Compact HashTables before storing them in shared memory
|
2013-06-10 11:22:19 +04:00 |
|
Dmitry Stogov
|
c7cf9b68b6
|
Fixed 5.2 ZTS build
|
2013-04-19 21:37:24 +04:00 |
|
Dmitry Stogov
|
987dee9ca1
|
Fixed PHP-5.2 ZTS compatibility
|
2013-03-25 12:21:58 +04:00 |
|
Dmitry Stogov
|
a62ffb72f4
|
Renamed Zend Optimizer+ into Zend OPcache
|
2013-03-19 10:32:24 +04:00 |
|
Dmitry Stogov
|
34d3202eda
|
Merge Zend Optimizer+
git-subtree-dir: ext/opcache
git-subtree-mainline: b1dbfb7357
git-subtree-split: 8d35170c5f
|
2013-03-16 00:41:46 +04:00 |
|