History log of /PHP-8.3/UPGRADING (Results 1 – 25 of 1602)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cd6bac7f 25-Aug-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Fix mistake in UPGRADING


# 7bb5a2ee 07-Aug-2024 Christoph M. Becker

[ci skip] `yield /*comment*/ from` is no longer a parse error

Closes GH-15276.


# 33967aef 04-Mar-2024 David Carlier

ext/gettext: dcgettext/dcngettext fix for stable branches.

close GH-13594


# 9999a0cb 28-Feb-2024 David Carlier

ext/gettext: dcgettext/dcngettext sigabrt on macOs.

the man page states `the locale facet is determined by the category argument, which should be
one of the LC_xxx constants defined

ext/gettext: dcgettext/dcngettext sigabrt on macOs.

the man page states `the locale facet is determined by the category argument, which should be
one of the LC_xxx constants defined in the <locale.h> header, excluding LC_ALL`,
since the 0.22.5 release, sanity checks had been strenghtened leading to
an abort with the Zend/tests/arginfo_zpp_mismatch.phpt test setting the
category to 0 which is LC_ALL on macOs.

close GH-13555

show more ...


# 04e8e55f 04-Mar-2024 Saki Takamachi

Added validation of `\n` in $additional_headers of mail()

When $additional_headers of mail() is an array, the same validation as
`\r\n` is now applied to `\n` alone too.


# 1e66e6ae 20-Nov-2023 Jakub Zelenka

Revert incomplete PG pipeline addition

Closes GH-12735


# 3b68df24 12-Nov-2023 Jakub Zelenka

Add note to UPGRADING about proc_open changes for invalid command

Closes GH-12589


# 63898008 10-Nov-2023 Dmitriy Degtyaryov

Fix GH-9344: pgsql pipeline mode proposal.

Adding pg_send_flush_request.
Fix freeze after next execute pg_send_* on PQgetResult in _php_pgsql_link_has_results.
Set nonblocking for pi

Fix GH-9344: pgsql pipeline mode proposal.

Adding pg_send_flush_request.
Fix freeze after next execute pg_send_* on PQgetResult in _php_pgsql_link_has_results.
Set nonblocking for pipelining mode.
No flush client buffer in pg_send_* for pipelining mode.

Close GH-12644

show more ...


# ee5fe483 02-Nov-2023 David Carlier

[ci skip] fix typo in UPGRADING


# d4183c2c 01-Nov-2023 David Carlier

[ci skip] Intl extension UPGRADING note


# ce6e58cf 22-Sep-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Move things to the right section in UPGRADING


# 4ad5388b 06-Sep-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] UPGRADING


# 0b9702c9 10-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Implement GH-11934: Allow to pass CData into struct and/or union fields

Co-authored-by: KapitanOczywisty <44417092+KapitanOczywisty@users.noreply.github.com>

Closes GH-11935.


# 1754794f 28-Aug-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Fix typos in UPGRADING


# 766cac07 28-Aug-2023 Jakub Zelenka

Fix bug #76857: Can read "non-existant" files

This change makes checked and opened file consistent in a way that it is
using real path for stat operation in the same way like it is used

Fix bug #76857: Can read "non-existant" files

This change makes checked and opened file consistent in a way that it is
using real path for stat operation in the same way like it is used for
open.

Closes GH-12067

show more ...


# ba9650d6 27-Aug-2023 Jakub Zelenka

Fix bug #52335 (fseek() on memory stream behavior different then file)

This changes memory stream to allow seeking past end which makes it the
same as seeking on files. It means the posi

Fix bug #52335 (fseek() on memory stream behavior different then file)

This changes memory stream to allow seeking past end which makes it the
same as seeking on files. It means the position is allowed to be higher
than the string length. The size only increases if data is appended to
the past position. The space between the previous string and position
is filled with zero bytes.

Fixes GH-9441
Closes GH-12058

show more ...


# 10e16347 28-Aug-2023 Jakub Zelenka

Format UPGRADING


# aff46d75 25-Aug-2023 Jakub Zelenka

Fix GH-11982: str_getcsv returns null byte for unterminated quoted string

Closes GH-12047


# d7eb4cfd 24-Aug-2023 Marcus Bointon

[ci skip] Add note about ReflectionProperty::setValue() signature deprecation to upgrade guide (#12036)


# f25474f7 11-Jun-2023 HypeMC

Add before_needle argument to strrchr()

Closes GH-11430


# 9eb032bd 24-Aug-2023 David CARLIER

[ci skip] Adding missing SO_ATTACH_REUSEPORT_CBPF tangential constants (#12042)


# 462792ee 22-Aug-2023 Máté Kocsis

Expose PDO_ODBC_TYPE to userland


# 1887f02b 21-Aug-2023 Ayesh Karunaratne

Add class constant types to Phar extension (#11826)


# 543eedf9 16-Aug-2023 Ayesh Karunaratne

[skip-ci] minor typo fixes in UPGRADING and CONTRIBUTING.md (#11976)


# d46dc569 23-Jul-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix various namespace prefix conflict resolution bugs and namespace shift bugs

There are two linked issues:

- Conflicts couldn't be resolved by changing the prefix name.
- Lacki

Fix various namespace prefix conflict resolution bugs and namespace shift bugs

There are two linked issues:

- Conflicts couldn't be resolved by changing the prefix name.
- Lacking a prefix would shift the namespace as the default namespace,
causing elements to suddenly become part of the namespace instead of
the attributes.

The output could still be improved by removing redundant namespace
declarations, but that's another issue. At least the output is
correct now.

Closes GH-11777.

show more ...


12345678910>>...65