History log of /PHP-7.3/UPGRADING.INTERNALS (Results 51 – 75 of 163)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4
# 617bef55 29-Sep-2015 Andrey Hristov

Add upgrading info about the tick functions internal API change


# 0f71d006 17-Sep-2015 Anatol Belski

make room for next UPGRADING notes


Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1
# 1b5e87a5 18-Aug-2015 Christoph M. Becker

Fix #70289: Different sort in php7 (and hhvm) compared to php5

We add a respective note to UPGRADING. Furthermore, as renaming of zend_qsort()
and the new zend_insert_sort() are irreleva

Fix #70289: Different sort in php7 (and hhvm) compared to php5

We add a respective note to UPGRADING. Furthermore, as renaming of zend_qsort()
and the new zend_insert_sort() are irrelevant for user-land, we move this
info to UPGRADING.INTERNALS.

show more ...


# d6db8381 13-Aug-2015 Adam Harvey

We don't need CVS/SVN keywords in UPGRADING.


Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# a7587135 02-Aug-2015 Anatol Belski

more info for UPGRADING.INTERNALS


1234567