History log of /php-src/Zend/zend_types.h (Results 151 – 175 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19
# 47686678 02-May-2017 Dmitry Stogov

Keep Z_IMMUTABLE*() macros for compatibility

Revision tags: php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1
# 0631b9e9 01-Feb-2017 Dmitry Stogov

Merge branch 'PHP-7.1'

* PHP-7.1:
typo


# ddf41b50 01-Feb-2017 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
typo


# 3f89b630 01-Feb-2017 Dmitry Stogov

typo

# 8456351a 01-Feb-2017 Dmitry Stogov

Merge branch 'PHP-7.1'

* PHP-7.1:
fixed macro


# 8f7f8d3f 01-Feb-2017 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
fixed macro


# 15e9aa17 01-Feb-2017 Dmitry Stogov

fixed macro

Revision tags: php-5.6.30, php-7.0.15
# 141d1ba9 13-Jan-2017 Dmitry Stogov

Introduced "zend_type" - an abstraction for type-hinting representation.

Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# fc89c5d7 04-Jan-2017 Nikita Popov

Merge branch 'PHP-7.1'


# 49d90dcc 04-Jan-2017 Nikita Popov

Add Z_EXTRA macro

For use with u2 values which don't deserve a custom macro...

# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0
# 3e9bb03a 28-Nov-2016 Dmitry Stogov

Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)

Revision tags: php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1
# d6c332eb 21-Oct-2016 Dmitry Stogov

Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.
This simplifies checks and allows reset this flag for "acyclic" arrays and objects.

# 9ded1b4e 19-Oct-2016 Dmitry Stogov

Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)

Revision tags: php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1
# 023b8125 06-Jul-2016 Dmitry Stogov

Fixed bug #72543 (Different references behavior comparing to PHP 5)

Revision tags: php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1
# 72692e9a 03-Jun-2016 Aaron Piotrowski

Add iterable pseudo-type

Revision tags: php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6
# 6499162f 28-Apr-2016 Dmitry Stogov

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.

show more ...

Revision tags: php-5.6.21, php-5.5.35
# e88c71d3 26-Apr-2016 Dmitry Stogov

Optimize property guards for the most usual case with only one acive guard.

Revision tags: php-5.6.21RC1, php-7.0.6RC1
# 64f91774 10-Apr-2016 Nikita Popov

Remove IS_VAR_RET_REF flag

Instead decide whether a function returned by reference or by value
by checking whether the return value has REFERENCE type. This means
that functions retu

Remove IS_VAR_RET_REF flag

Instead decide whether a function returned by reference or by value
by checking whether the return value has REFERENCE type. This means
that functions returning by reference must always return a reference
and functions returning by value must not return a reference.

show more ...

# eaf489ac 12-Apr-2016 Dmitry Stogov

Optimize ASSIGN_DIM (separate common unspecializeble code into helper functions).

Revision tags: php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# d5102558 01-Feb-2016 Dmitry Stogov

Rename IS_ERROR into _IS_ERROR (to prevent redefinition on Windows).

# 86f54fcd 28-Jan-2016 Dmitry Stogov

Use special type IS_ERROR instread of EG(error_zval). (we still need EG(error_zval) for SPL support).

Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 56365982 02-Jan-2016 Xinchen Hui

Merge branch 'PHP-7.0'


12345678910>>...13