History log of /PHP-8.3/Zend/zend_API.c (Results 376 – 400 of 1242)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1
# 161c378c 10-Jul-2017 Dmitry Stogov

Revert "Fixed bug #74878"

This reverts commit 9069734b57a556a23f977915ee2819477c6d6720.

# 9069734b 07-Jul-2017 Nikita Popov

Fixed bug #74878

Revision tags: php-5.6.31, php-7.0.21, php-7.1.7
# bc5811f3 04-Jul-2017 Anatol Belski

further sync for vim mode lines

Revision tags: php-7.2.0alpha3
# cf7ae705 29-Jun-2017 Julien Pauli

Merge branch 'PHP-7.1'

* PHP-7.1:
Updated NEWS
Updated NEWS
Fix bug #74832, crash in extension loading


# e57fce4d 29-Jun-2017 Julien Pauli

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Updated NEWS
Fix bug #74832, crash in extension loading


# 3f4340a7 29-Jun-2017 Julien Pauli

Fix bug #74832, crash in extension loading

# c0be77aa 27-Jun-2017 Dmitry Stogov

Removed deprecated checks.

# ee8e75aa 25-Jun-2017 Nikita Popov

Extract zend_get_callable_name() API

Instead of interleaving this inside zend_is_callable(), implement
this in a separate function instead.

Also add _deref() hash APIs. I've wan

Extract zend_get_callable_name() API

Instead of interleaving this inside zend_is_callable(), implement
this in a separate function instead.

Also add _deref() hash APIs. I've wanted these for a while, and
this is another place where they're useful, so finally do it...

show more ...

Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20
# eb6614e4 04-Jun-2017 Jakub Zelenka

Constify str in add_assoc_string_ex and add_assoc_stringl_ex

# 225f6cc1 27-May-2017 Xinchen Hui

Merge branch 'PHP-7.1'

* PHP-7.1:
Correct the location


# 1838f965 27-May-2017 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Correct the location


# ece7d223 27-May-2017 Xinchen Hui

Correct the location

# 8af21f3c 27-May-2017 Xinchen Hui

Merge branch 'PHP-7.1'

* PHP-7.1:
Added NEWs
Fixed bug #74657 (Undefined constants in array properties result in broken properties)


# cd3520c4 27-May-2017 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #74657 (Undefined constants in array properties result in broken properties)


# 5269c4ca 27-May-2017 Xinchen Hui

Fixed bug #74657 (Undefined constants in array properties result in broken properties)

# f00d1c72 25-May-2017 Dmitry Stogov

Added ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE instructions, to implement corresponding builtin functions.

Revision tags: php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1
# b6a4aad8 22-Apr-2017 Nikita Popov

Remove the ZEND_ACC_CLONE flag

This one is completely unused

Revision tags: php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1
# 6ad0a6fb 15-Mar-2017 Nikita Popov

Merge branch 'PHP-7.1'


# 2bba4a0d 15-Mar-2017 Nikita Popov

Fix bug #69676

Revision tags: php-7.1.3, php-7.0.17
# c6982995 04-Mar-2017 Anatol Belski

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, st

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, strings are not freed till process end
- interning per request, strings are freed at request end

There is no runtime interning.

With Opcache, all the permanent iterned strings are copied into SHM on
startup, additional copying into SHM might happen on demand.

show more ...

Revision tags: php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, 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
# 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

# 52db03b3 28-Dec-2016 Sara Golemon

Support ZEND_PARSE_PARAMS_THROW in new ZPP API

1...<<11121314151617181920>>...50