History log of /php-src/Zend/zend_types.h (Results 226 – 250 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 11384ba7 28-Nov-2014 Dmitry Stogov

Pack EX(num_args) into EX(This).u2.num_args

Revision tags: php-5.6.4RC1, php-5.5.20RC1
# 76019b86 17-Nov-2014 Dmitry Stogov

Reorder fields for most often access pattern

Revision tags: php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1
# 876965d2 16-Oct-2014 Nikita Popov

Use intptr_t for zend_intptr_t typedef

Current code doesn't work for 64bit zend_long with 32bit pointers.

If intptr_t isn't defined on some platform, we should add it to
our php

Use intptr_t for zend_intptr_t typedef

Current code doesn't work for 64bit zend_long with 32bit pointers.

If intptr_t isn't defined on some platform, we should add it to
our php_stdint.h header.

show more ...

# 2a9daf2e 16-Oct-2014 Nikita Popov

Drop zend_long64 in favor of int64_t

Also drop ZEND_HAVE_LONG64, because we already require the
presence of a int64_t type.

Revision tags: php-5.5.18, php-5.4.34
# e5e9d834 09-Oct-2014 Nikita Popov

Remove zend_get_class_entry function

# 43f1c94d 09-Oct-2014 Nikita Popov

Review a few more SEPARATE_ZVAL_IF_NOT_REF usages

# 67be34ec 07-Oct-2014 Dmitry Stogov

Remove useless parts of EX(old_error_reporting)

# bd9a2346 03-Oct-2014 Dmitry Stogov

Replaced EG(This) and EX(object) with EX(This).
Internal functions now recieves zend_execute_data as the first argument.

Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# bccc6531 19-Sep-2014 Dmitry Stogov

Avoid double IS_INTERNED() check

# 5185baab 18-Sep-2014 Dmitry Stogov

Changed "inline" into "zend_always_inline"

# 61d37e05 18-Sep-2014 Dmitry Stogov

Moved some definitions from zend.h into more suitable header files

Revision tags: php-5.4.33, php-5.5.17
# f5517d16 16-Sep-2014 Dmitry Stogov

ws

Revision tags: php-5.6.1RC1
# e85545ec 08-Sep-2014 Dmitry Stogov

Removed IS_STR_OFFSET type and corresponding macros. Optimized string offset handling in ASSIGN_DIM opcode.

# acad6f47 06-Sep-2014 Anatol Belski

fix 64 bit string index usage

# 9a958a08 03-Sep-2014 Dmitry Stogov

Simplify BEGIN_SILENCE/END_SILENCE to not modify ini entry value back and force

Revision tags: php-5.5.17RC1, php-5.4.33RC1
# f0ad7472 02-Sep-2014 Dmitry Stogov

Avoid memory allocation/deallocation in BEGIN_SILENCE/END_SILENCE opcode handlers.

Revision tags: php-5.6.0
# 5d062b61 26-Aug-2014 Anatol Belski

renamed macro

# c429c74b 25-Aug-2014 Anatol Belski

generalize the zend_long stuff

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 ...


# 455741fc 25-Aug-2014 Anatol Belski

master renames phase 4

# 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
# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch

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
# 21eb6807 27-Jul-2014 Nikita Popov

Store lineno for zval ast nodes more efficiently

Revision tags: php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, 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.

12345678910>>...13