History log of /PHP-7.3/UPGRADING (Results 26 – 50 of 788)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7f6387b5 13-Oct-2018 Peter Kokot

Trim trailing whitespace in source code files


Revision tags: php-7.1.23, php-7.2.11, php-7.3.0RC3
# 64881a1e 08-Oct-2018 Pierrick Charron

Add constants from curl 7.56 to 7.61


# c5df679c 08-Oct-2018 Christoph M. Becker

[ci skip] Note the required configure changes for bundled libzip


# e345af1a 06-Oct-2018 Christoph M. Becker

Fix #76975: preg_match difference between 7.3 and < 7.3 - II

[ci skip]


# 02b2dbb7 03-Oct-2018 Pierrick Charron

Add constants from curl 7.50 to 7.55


# 6af14492 03-Oct-2018 Christoph M. Becker

libzip has been unbundled in master only

Cf. <https://github.com/php/php-src/pull/3532>.


Revision tags: php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2
# 72231ed7 20-Sep-2018 Sebastian Bergmann

Fix


# a3117998 20-Sep-2018 Sebastian Bergmann

Fix


Revision tags: php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32, php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2
# d4053cee 05-Aug-2018 Christoph M. Becker

[ci skip] Fix UPGRADING

The “Allow a trailing comma in function calls” RFC has not been
mentioned there, yet.


# 196e5f0e 02-Aug-2018 Michael Moravec

[ci skip] Fix wrong dash character in UPGRADING


Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1
# bf5cf794 31-Jul-2018 Christoph M. Becker

Fix UPGRADING


# 974abd8b 31-Jul-2018 Christoph M. Becker

Update UPGRADING wrt. samesite cookie RFC

Cf. <https://wiki.php.net/rfc/same-site-cookie>.


# e5a99563 22-Jul-2018 Jakub Zelenka

Update NEWS and UPGRADING with info about syslog.filter


# 4a528d46 21-Jul-2018 Nikita Popov

Add UPGRADING notes for deprecations


# fb0faf02 19-Jul-2018 Trevor Rowbotham

[ci skip] Add new global MBString constants to UPGRADING

The constants are mentioned further up in the New Features section,
but weren't explicitly listed under the New Global Constants

[ci skip] Add new global MBString constants to UPGRADING

The constants are mentioned further up in the New Features section,
but weren't explicitly listed under the New Global Constants section.

show more ...


Revision tags: php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31
# 50516a6e 17-Jul-2018 Enno Woortmann

Add implementation and tests for new methods - array_key_first(array $a) Returns the key of the first element or null - array_key_last(array $a) Returns the key of the last element or null


# 79a27ccf 17-Jul-2018 Christoph M. Becker

FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated


Revision tags: php-7.2.8, php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3
# 3588d8af 23-Jun-2018 Nikita Popov

Deprecate case-insensitive constants

RFC: https://wiki.php.net/rfc/case_insensitive_constant_deprecation


# e4e9cd83 05-Jul-2018 Andrea Faulds

Export stdClass objects using (object) cast (fixes #48016)

Before this change, var_export()'s output for stdClass objects calls
the non-existent stdClass::__set_state method, and is ther

Export stdClass objects using (object) cast (fixes #48016)

Before this change, var_export()'s output for stdClass objects calls
the non-existent stdClass::__set_state method, and is therefore useless.

This commit makes var_export() output an (object) cast from an array
instead, which when evaluated, will produce a stdClass object. Other
classes see unchanged output.

show more ...


# a8dce319 09-Jul-2018 Kalle Sommer Nielsen

Added the 'add_slashes' sanitization filter (FILTER_SANITIZE_ADD_SLASHES) as an alias to 'magic_quotes' (FILTER_SANITIZE_MAGIC_QUOTES) so we can move past our "magical" legacy.


# 2a78006a 07-Jul-2018 Jakub Zelenka

Update NEWS and UPGRADING for fpm_get_status addition


Revision tags: php-7.3.0alpha2, php-7.1.19, php-7.2.7, php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1, php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1
# 95013042 31-Mar-2018 seliver

Fixed bug #76136 (stream_socket_get_name enclosed IPv6 in brackets)

The IPv6 IP of a socket is provided by inet_ntop() as a string, but
this function doesn't enclose the IP in brackets.

Fixed bug #76136 (stream_socket_get_name enclosed IPv6 in brackets)

The IPv6 IP of a socket is provided by inet_ntop() as a string, but
this function doesn't enclose the IP in brackets. This patch adds
them in the php_network_populate_name_from_sockaddr() function.

show more ...


# 04e3523b 24-Jun-2018 Nikita Popov

Warn if continue is used on switch

Supersedes RFC https://wiki.php.net/rfc/continue_on_switch_deprecation
by generating a warning instead of deprecating and removing this
functionali

Warn if continue is used on switch

Supersedes RFC https://wiki.php.net/rfc/continue_on_switch_deprecation
by generating a warning instead of deprecating and removing this
functionality.

show more ...


# 41a6625c 06-Jul-2018 Nikita Popov

Add UPGRADING for mb_ereg changes

Also some minor code cleanup.


# 587ab006 05-Jul-2018 Remi Collet

NEW and UPGRADING


12345678910>>...32