History log of /PHP-7.4/UPGRADING (Results 1 – 25 of 956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b5cb999e 29-Sep-2020 Christoph M. Becker

[ci skip] Fix version


# 626705fb 29-Sep-2020 Stanislav Malyshev

Update UPGRADING


# 311922dd 29-Sep-2020 Stanislav Malyshev

Update UPGRADING


# 7bc112a1 29-Sep-2020 Stanislav Malyshev

Update NEWS & UPGRADING


# 49762c84 27-Feb-2020 Christoph M. Becker

Add upgrading node regarding fix for bug #79271

Cf. <https://github.com/php/php-src/pull/5180#issuecomment-590259750>ff.


# ea1b8788 22-Jan-2020 Máté Kocsis

Fix #78969 Make PASSWORD_DEFAULT match PASSWORD_BCRYPT instead of being null

It was an unintentional BC break.


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12
# c05a069a 14-Nov-2019 Christoph M. Becker

Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize limit reached

We implement support for a fifth parameter, which allows to specify the
mapsize. The parameter defaults to zero, in wh

Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize limit reached

We implement support for a fifth parameter, which allows to specify the
mapsize. The parameter defaults to zero, in which case the compiled in
default mapsize (usually 1048576) will be used. The mapsize should be
a multiple of the page size of the OS.

show more ...


# 3d90b770 09-Dec-2019 Nikita Popov

Fix bug #78887: Add upgrading note about get_declared_classes() order

[ci skip]


# 9533a815 04-Dec-2019 Nikita Popov

Add ReflectionMethod::getClosure() change to UPGRADING

Fixes bug #78897.

[ci skip]


# 00df73c3 20-Nov-2019 Adam Harvey

Make the UPGRADING note about ArrayObject more explicit.

We noticed the BC break when testing `curl_setopt()`, and hadn't interpreted
this note as affecting internal functions in general

Make the UPGRADING note about ArrayObject more explicit.

We noticed the BC break when testing `curl_setopt()`, and hadn't interpreted
this note as affecting internal functions in general, so this adds a sub-bullet
to note that.

This overlaps a bit with the previous bullet, but since I don't know exactly
which operations were in mind at the time, I've elected to preserve them both.
Bits are cheap.

show more ...


Revision tags: php-7.4.0RC6
# d3d85cbc 07-Nov-2019 Nikita Popov

Add UPGRADING note about default object from empty value

Fixes bug #75921.

[ci skip]


Revision tags: php-7.3.12RC1, php-7.2.25RC1
# c76dbefe 30-Oct-2019 Nikita Popov

Add UPGRADING note for stream_read() change

Ref bug #78575.

[ci skip]


Revision tags: php-7.4.0RC5
# 3fb42a38 25-Oct-2019 Simonov Denis

Add support for Interbase 1 dialect


Revision tags: php-7.1.33, php-7.2.24, php-7.3.11
# 38f388fb 19-Oct-2019 Tyson Andre

Fix miscellaneous typos in docs


Revision tags: php-7.4.0RC4
# aa10e208 11-Oct-2019 Nikita Popov

Add upgrading note for round(-0.0) change

As cmb pointed out, the new behavior is compliant with POSIX:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/round.html.


Revision tags: php-7.3.11RC1, php-7.2.24RC1
# 5eebd553 07-Oct-2019 Tyson Andre

Fix grammar nits on php 7.4 UPGRADING


# 07f48304 07-Oct-2019 Nikita Popov

Fix typo in UPGRADING

[ci skip]


# 6623e7ac 02-Oct-2019 Nikita Popov

Add support for mbstring.regex_retry_limit

This is very similar to the existing mbstring.regex_stack_limit,
but for backtracking. The default value matches pcre.backtrack_limit.
Only

Add support for mbstring.regex_retry_limit

This is very similar to the existing mbstring.regex_stack_limit,
but for backtracking. The default value matches pcre.backtrack_limit.
Only used on libonig >= 2.8.0.

show more ...


Revision tags: php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3, php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1, php-7.3.7RC1, php-7.2.20RC1, php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16, php-7.3.3RC1, php-7.2.16RC1, php-7.2.15, php-7.3.2, php-7.2.15RC1, php-7.3.2RC1
# e98e1f92 14-Jan-2019 Nikita Popov

Allow SA_RESTART for SIGALRM

If no explicit restart_syscalls is passed, default to
restart_syscalls=0 for SIGALRM only, to reduce BC impact.


# 59ac81f8 01-Oct-2019 Christoph M. Becker

Update regarding changed OpenSSL default config path


# e546d721 28-Aug-2019 Sergei Turchanov

Fix #78413: php-fpm request_terminate_timeout does not take effect after fastcgi_finish_request

To retain legacy behavior I decided to add an option to control request
termination logic.

Fix #78413: php-fpm request_terminate_timeout does not take effect after fastcgi_finish_request

To retain legacy behavior I decided to add an option to control request
termination logic. If request_terminate_timeout_track_finished is set,
then request will be tracked for time limits even after
fastcgi_finish_request was called.

This patch depends on the fix provided in BUG 78469 (otherwise php-fpm
workers listening on named pipes on Windows will be erroneously terminated)
(PR #4636)

show more ...


# 1806ce9c 24-Sep-2019 Nikita Popov

Add max_depth option to unserialize()

Add a max_depth option to unserialize and an unserialize_max_depth
ini setting, which can be used to control the depth limit. The
default value

Add max_depth option to unserialize()

Add a max_depth option to unserialize and an unserialize_max_depth
ini setting, which can be used to control the depth limit. The
default value is 4096.

This option is intended to prevent stack overflows during the
unserialization of deeply nested structures.

This fixes bug #78549 and addresses oss-fuzz #17581, #17589, #17664,
and #17788.

show more ...


# 148ee16f 06-Sep-2019 Nikita Popov

Remove support for umich_ldap

Doesn't seem to exist anymore, and their website now redirects to
openldap.


# 025ff3b5 30-Aug-2019 Nikita Popov

Remove nsldap support

The newest version we're checking (libssldap50) seems to be about
15 years out of date. We could add support for libssldap60 (also
unmainted, but more recent),

Remove nsldap support

The newest version we're checking (libssldap50) seems to be about
15 years out of date. We could add support for libssldap60 (also
unmainted, but more recent), but given how nobody has expressed any
interest in this, I'm going ahead and dropping this code.

show more ...


# 61dcae50 03-Sep-2019 Christoph M. Becker

Document opcache.preload_user directive


12345678910>>...39