History log of /php-src/Zend/zend_types.h (Results 251 – 275 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.4.29, php-5.5.13
# 47785868 16-May-2014 Nikita Popov

Fix typo

Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# f089d63d 13-May-2014 Anatol Belski

C89 compat

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

# 628646ec 06-May-2014 Bob Weinand

Removed now superfluous #define IS_CONSTANT_ARRAY_EX

# f3c1881f 06-May-2014 Bob Weinand

Re-added fix for bug #66015 and adapted for phpng branch

# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF

Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE

Revision tags: php-5.5.12
# 8a8df2ce 29-Apr-2014 Dmitry Stogov

Changed order of types

Revision tags: php-5.4.28
# 72c287bd 21-Apr-2014 Dmitry Stogov

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

# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...

Revision tags: php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)

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

Revision tags: php-5.6.0beta1
# 7402af38 08-Apr-2014 Dmitry Stogov

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and o

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.

show more ...

# 3bc8810b 03-Apr-2014 Dmitry Stogov

Constant duplication optimization
Argument receiving optimization

# 58f0f250 03-Apr-2014 Dmitry Stogov

Various VM optimizations

# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)

# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations

Revision tags: php-5.4.27, php-5.5.11
# 5324f22f 28-Mar-2014 Dmitry Stogov

ext/opcache refactoring (incomplete)

# ea85451b 27-Mar-2014 Dmitry Stogov

Refactored data structures to keep zend_object* instead of a whole zval in some places

# b7938ab1 19-Mar-2014 Dmitry Stogov

Refactored GC (incomplete)

Revision tags: php-5.5.11RC1, php-5.4.27RC1
# 03c7ab5a 07-Mar-2014 Dmitry Stogov

Fixed return by reference

Revision tags: php-5.5.10
# 37337373 05-Mar-2014 Dmitry Stogov

Handle interned strings as non-refcounted scalars

Revision tags: php-5.4.26
# 53128644 28-Feb-2014 Dmitry Stogov

Redesigned SRR_OFFSET handling

Revision tags: php-5.6.0alpha3
# f4c2810a 24-Feb-2014 Dmitry Stogov

fixed support for constant expressions

1...<<111213