History log of /php-src/UPGRADING (Results 526 – 550 of 1776)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 80fda5ff 07-Jun-2022 George Peter Banyard

[skip ci] Update UPGRADING in regards to iterable compile time alias

# 6fe7ff95 03-Jun-2022 David Carlier

Implements ancillary data on NetBSD.

With the couple LOCAL_CREDS/SCM_CREDS, in this system we get all the
infos needed (included the process id).
Closes GH-8700.

# f813520b 02-Jun-2022 David CARLIER

Implements socket ancillary data on FreeBSD. (#7708)

using LOCAL_CREDS_PERSISTENT/SCM_CREDS2 instead so we also get the send process id.

# 2d1a320b 30-May-2022 Kamil Tekiela

UPGRADING for libmysql change

# 1d168a44 28-May-2022 Máté Kocsis

Add upgrading entry for DatePeriod property changes

[skip ci]

# 2920a266 22-Apr-2022 Calvin Buckley

Quote when adding to connection string in (PDO_)ODBC

Because the UID= and PWD= values are appended to the SQLDriverConnect
case when credentials are passed, we have to append them to the

Quote when adding to connection string in (PDO_)ODBC

Because the UID= and PWD= values are appended to the SQLDriverConnect
case when credentials are passed, we have to append them to the string
in case users are relying on this behaviour. However, they must be
quoted, or the arguments will be invalid (or possibly more injected).
This means users had to quote arguments or append credentials to the raw
connection string themselves.

It seems that ODBC quoting rules are consistent enough (and that
Microsoft trusts them enough to encode into the .NET BCL) that we can
actually check if the string is already quoted (in case a user is
already quoting because of this not being fixed), and if not, apply the
appropriate ODBC quoting rules.

This is because the code exists in main/, and are shared between
both ODBC extensions, so it doesn't make sense for it to only exist
in one or the other. There may be a better spot for it.

Closes GH-8307.

show more ...

# 059474a8 27-May-2022 Arnaud Le Blanc

[ci skip] NEWS, UPGRADING

# df77fee2 26-May-2022 Máté Kocsis

Add upgrading entry for ext/tidy property changes

[skip ci]

# 54de945b 23-May-2022 Máté Kocsis

Added a few missing punctuation marks in UPGRADING

# 7ec2950d 23-May-2022 Máté Kocsis

Add upgrading entry for readonly classes

# 016ac7c1 21-May-2022 David CARLIER

[skip ci] UPGRADING note update, follow-up #8411 (#8598)

# 33fc9e5a 13-May-2022 Christoph M. Becker

Build ext/zip as shared library by default on Windows

This allows users to use PECL/zip, which is well maintained and often
brings new features which are not yet available in ext/zip, as

Build ext/zip as shared library by default on Windows

This allows users to use PECL/zip, which is well maintained and often
brings new features which are not yet available in ext/zip, as drop-in
replacement for the official Windows php-src builds.

Closes GH-8549.

show more ...

# 1f4830f2 15-May-2022 David Carlier

Add TCP_NOTSENT_LOWAT socket option

Can be used to limit the amount of unsent data per socket.

Closes GH-8559.

# 10921525 15-May-2022 David Carlier

Add CURLOPT_MAXFILESIZE_LARGE option

Like other *LARGE options, it takes a 64 bit value.

Closes GH-8557.

# 8b991b4a 13-May-2022 Máté Kocsis

Add static return type for DateTime*::createFrom*() when possible

Fix GH-8544

# f590782b 04-May-2022 Ollie Read

Add ReflectionMethod::hasPrototype method

Closes GH-8487.

# be11bcb0 05-May-2022 Nicolas Grekas

Add ReflectionFunction::isAnonymous()

Closes GH-8499.

# 4556f9db 05-May-2022 Ilija Tovilo

[skip ci] Fix alternative string interpolation suggestion in UPGRADING

# 9a90bd70 12-Mar-2022 Ilija Tovilo

Deprecate ${} string interpolation

https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

# 7a45dcfe 24-Dec-2021 David Carlier

Introduce CURLOPT_XFERINFOFUNCTION

`CURLOPT_XFERINFOFUNCTION` is available as of cURL 7.32.0, and
supersedes `CURLOPT_PROGRESSFUNCTION` which is still supported by
latest cURL, thoug

Introduce CURLOPT_XFERINFOFUNCTION

`CURLOPT_XFERINFOFUNCTION` is available as of cURL 7.32.0, and
supersedes `CURLOPT_PROGRESSFUNCTION` which is still supported by
latest cURL, though.

Closes GH-7823.

show more ...

# 7061c40f 20-Apr-2022 George Peter Banyard

[skip-ci] update UPGRADING

# 2973b9f0 14-Mar-2022 bohwaz

Allow user to change SQLITE_DEFENSIVE if needed

Closes GH-8200.

# 3931d726 08-Apr-2022 George Peter Banyard

Add missing ZPP checks in SPL Directory (#8325)

Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>

# cdf7240f 08-Apr-2022 Ilija Tovilo

[skip ci] Remove superfluous backslash in UPGRADING

# 90851977 21-Dec-2021 Tim Düsterhus

Implement the "Redacting parameters in back traces" RFC

https://wiki.php.net/rfc/redact_parameters_in_back_traces

1...<<21222324252627282930>>...72