History log of /PHP-8.3/UPGRADING (Results 726 – 750 of 1602)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 14357e5b 14-Feb-2019 Gabriel Caruso

Add UPGRADING entry for ad75511c8e


# 6347f0b9 24-Sep-2018 Nikita Popov

Implement ReflectionReference

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


# 34122ede 13-Feb-2019 Anatol Belski

Update NEWS and UPGRADING [ci skip]


# d77ad274 09-Feb-2019 legale

Implement mb_str_split()

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


# c4b77e03 15-Jan-2019 kasper Franz

Correct section number in UPGRADING

This make the top list follow the bottom numbering

[ci skip]


# 4e87e56e 07-Feb-2019 David Carlier

Adding bunch of FreeBSD socket options flags specifics.

SO_USER_COOKIE primarly to be traced via dtrace instrumentation.
If SO_USER_COOKIE is available, the rest is so the former is

Adding bunch of FreeBSD socket options flags specifics.

SO_USER_COOKIE primarly to be traced via dtrace instrumentation.
If SO_USER_COOKIE is available, the rest is so the former is
two years old while the rest is from around 2008.

show more ...


# 6ac8b0a7 11-Feb-2019 Christoph M. Becker

Deprecate ext/wddx

Cf. <https://wiki.php.net/rfc/deprecate-and-remove-ext-wddx>.


# 61ef088f 11-Feb-2019 Nikita Popov

Add missing braces in UPGRADING example

[ci skip]


# a302d116 26-Nov-2018 Nikita Popov

Don't silence fatal errors with @


# a6c535e6 11-Feb-2019 Nikita Popov

Add UPGRADING notes for oniguruma unbundling


# e93d6d97 01-Feb-2019 Nikita Popov

Disable PEAR by default

Installation of PEAR can be enabled using --with-pear, but will
through a deprecation warning during ./configure.


# fdb85a82 11-Feb-2019 Nikita Popov

Return empty str from quotemeta() on empty str


# ab48b45f 11-Feb-2019 Nikita Popov

Improve UPGRADING note

[ci skip]


# 5ca12f6c 10-Feb-2019 Peter Kokot

[ci skip] Update changelog


# 35db1ccd 07-Feb-2019 Gabriel Caruso

Fix variadic arginfos for Reflection functions

Fix arginfos of required arguments for some Reflection methods


# 67320282 29-Jan-2019 Pedro Magalhães

Implement the negative_array_index RFC


# 780bdcd8 26-Nov-2018 Levi Morrison

Fix SplHeap::compare arginfo and tests


# 2b4495bf 07-Feb-2019 Peter Kokot

[ci skip] Move OPcache configure option changes


# 2f1f3495 30-Jan-2019 Nikita Popov

Remove $errcontext argument to error handlers

I'm removing the argument entirely here, but we might want to change
this to passing null or and empty array instead, if the impact of
d

Remove $errcontext argument to error handlers

I'm removing the argument entirely here, but we might want to change
this to passing null or and empty array instead, if the impact of
dropping it entirely turns out to be too large.

This was deprecated as part of https://wiki.php.net/rfc/deprecations_php_7_2
as a doc-only deprecation.

show more ...


# f0ddc93f 04-Feb-2019 Côme Chilliet

Removed ldap_sort and LDAP_DEPRECATED build flag

ldap_sort was deprecated in PHP7, it is now removed.
This allows removing the LDAP_DEPRECATED flag when building against
openldap.


# d93ce179 04-Feb-2019 Côme Chilliet

Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated

These functions have serious limitations and may confuse users.
Same operations can be done using the

Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated

These functions have serious limitations and may confuse users.
Same operations can be done using the new ldap control system in search
operations.

show more ...


# c0228f74 03-Feb-2019 Christoph M. Becker

[ci skip] Add missing notes regarding gc_status()


# 06ed6b89 01-Feb-2019 Nikita Popov

Make mb_ereg_replace() pattern argument a string


# e366ceeb 01-Feb-2019 Nikita Popov

Deprecate mb_ereg_replace with non-string pattern

I'm counting this towards the non-string needle deprecation from
https://wiki.php.net/rfc/deprecations_php_7_3. I wasn't aware that

Deprecate mb_ereg_replace with non-string pattern

I'm counting this towards the non-string needle deprecation from
https://wiki.php.net/rfc/deprecations_php_7_3. I wasn't aware that
mb_ereg_replace() is also affected by this issue. It's even more
ridiculous than usual here, because the integer is interpreted as
an ASCII codepoint, even though these are supposed to be multibyte
functions :(

show more ...


# aad39879 31-Jan-2019 Nikita Popov

Remove bareword fallback for constants

Access to undefined constants will now always result in an Error
exception being thrown.

This required quite a few test changes, because t

Remove bareword fallback for constants

Access to undefined constants will now always result in an Error
exception being thrown.

This required quite a few test changes, because there were many
buggy tests that unintentionally used bareword fallback in combination
with error suppression.

show more ...


1...<<21222324252627282930>>...65