History log of /PHP-8.3/UPGRADING.INTERNALS (Results 251 – 275 of 368)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 254b74b8 05-Oct-2017 Dmitry Stogov

HASH_FLAG_PERSISTENT renamed into IS_ARRAY_PERSISTENT and moved into GC_FLAGS (to be consistent with IS_STR_PERSISTENT).


# cb9d81ef 05-Oct-2017 Dmitry Stogov

Refactored recursion pretection


# e70618af 04-Oct-2017 Dmitry Stogov

Changed the way VM accesses constant operands in 64-bit builds.


Revision tags: php-7.1.10, php-7.2.0RC3, php-7.0.24
# 44e0b79a 19-Sep-2017 Dmitry Stogov

Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values.


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, php-5.6.31, php-7.0.21
# 8d1ae4e1 05-Jul-2017 Remi Collet

valid_symbol_table removed


Revision tags: php-7.1.7, php-7.2.0alpha3
# b6ee9dd4 26-Jun-2017 Remi Collet

upgrading: doc about ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX


# 4ed8ff50 25-Jun-2017 Remi Collet

not about zend_arg_info.class_name


# b3b86271 25-Jun-2017 Remi Collet

note about IS_TYPE_IMMUTABLE


# 59c30c01 25-Jun-2017 Remi Collet

note about php_pcre_replace*


# 754e1c46 25-Jun-2017 Remi Collet

ZEND_ACC_CLONE is removed


# 8e98a44e 25-Jun-2017 Remi Collet

fix version


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, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1
# e9dd511e 24-Apr-2017 Anatol Belski

[ci skip] more upgrading notes


# 0e1b2ae4 24-Apr-2017 Anatol Belski

[ci skip] move item to right section


Revision tags: 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
# 46df5113 15-Feb-2017 Anatol Belski

fix typo


Revision tags: php-7.1.2, php-7.0.16
# 8164e024 13-Feb-2017 Anatol Belski

update UPGRADING.INTERNALS


Revision tags: php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# 758af77e 22-Dec-2016 Anatol Belski

Path handling related refactorings

Primarily related to the path handling datatypes, to avoid unnecessary
casts, where possible. Also some rework to avoid code dup. Probably
more pla

Path handling related refactorings

Primarily related to the path handling datatypes, to avoid unnecessary
casts, where possible. Also some rework to avoid code dup. Probably
more places are to go, even not path related, primarily to have less
casts and unsigned integers where possible. That way, we've not only
less warnings and casts, but are also safer with regard to the
integer overflows. OFC it's not a panacea, but still significantly
reduces the vulnerability potential.

show more ...


# 5e6faf23 21-Dec-2016 Anatol Belski

add UPGRADING and NEWS items


Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1
# 7f196e32 17-Nov-2016 Yasuo Ohgaki

Fix bug #71038 - session_start() returns true even when it failed
PR #2167


Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4
# 64945e93 16-Oct-2016 Kalle Sommer Nielsen

Implemented proc_nice() for Windows (FR #49806)

The core implementation details are described in win32/nice.c for values sent to proc_nice(), these can however be discussed to maybe comply w

Implemented proc_nice() for Windows (FR #49806)

The core implementation details are described in win32/nice.c for values sent to proc_nice(), these can however be discussed to maybe comply with those of wmic, Anatol, thoughts?

The test supplied uses wmic for testing the functionality, it could potentially fail on systems where either wmic is not available or the system language is not english (as Microsoft tends to translate even CLI programs).

show more ...


Revision tags: 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
# 3196ea19 29-Aug-2016 Anatol Belski

add note to UPGRADING.INTERNALS


Revision tags: php-7.1.0beta3, php-5.6.25, php-7.0.10
# 0374a98e 15-Aug-2016 Nikita Popov

Scrub UPGRADING and UPGRADING.INTERNALS

There were already some master-only entries in there -- I hope I
didn't remove anything that was supposed to be there.

[skip ci]


Revision tags: 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
# 6442aac7 11-Jul-2016 Anatol Belski

move the internal only info into UPGRADING.INTERNALS


Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37
# 5e66b8f2 20-Jun-2016 Anatol Belski

notes to UPGRADING.INTERNALS


Revision tags: php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, 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, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8
# a2e59e72 11-Nov-2015 Anatol Belski

fix format macro names in UPGRADING.INTERNALS


Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# 62c74ac6 03-Oct-2015 Elan Ruusamäe

Update UPGRADING.INTERNALS

typo fix


1...<<1112131415