History log of /PHP-7.4/ext/standard/type.c (Results 51 – 75 of 133)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# f2182ab8 17-Aug-2014 Anatol Belski

some more pure naming replacements


# 1169de3e 16-Aug-2014 Anatol Belski

fix some cases with fast zpp


# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions


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, php-5.5.15, php-5.4.31
# 9583a14e 22-Jul-2014 Dmitry Stogov

Fixed potential memory leaks


# 2334785f 22-Jul-2014 Lior Kaplan

RETVAL_STRINGL takes only two variables

Follow up for commit f4cfaf36


# 27f38798 11-Jul-2014 Dmitry Stogov

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap us

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)

show more ...


Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2
# 46f4e9b5 26-Jun-2014 Xinchen Hui

IS_OBJECT and IS_RESOURCE is obviously exclusive


Revision tags: php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, 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, php-5.4.28
# 0d43a277 21-Apr-2014 Nikita Popov

Use zval_get_string in a few more places


# 320bf772 16-Apr-2014 Dmitry Stogov

Prevented modification of original name


Revision tags: php-5.4.28RC1
# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


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

Cleanup (1-st round)


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11
# c6cba554 27-Mar-2014 Dmitry Stogov

Use ZVAL_DEREF() macro


# de6a76d1 26-Mar-2014 Dmitry Stogov

fixed support for references


Revision tags: php-5.5.11RC1, php-5.4.27RC1
# e1a29600 06-Mar-2014 Xinchen Hui

To be consistent with old PHP in is_callable(do we really need it?)


Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3
# 639e4e1a 25-Feb-2014 Dmitry Stogov

Changes zend_is_callable() to use zend_string* instead of char*


# 64546842 21-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 52bd62ec 21-Feb-2014 Dmitry Stogov

Fixed assertions


# 7e03f371 21-Feb-2014 Dmitry Stogov

All zend_parse_parameters("Z") has to be replaced with zend_parse_parameters("z")


Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 40e053e7 13-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1
# d14670cc 18-Dec-2013 Kalle Sommer Nielsen

Eliminate another TSRMLS_FETCH() in i_zend_is_true()

# Affected extensions have all been updated, ext/opcache and ext/zip
# both have macros for cross version compatibility


123456