History log of /PHP-7.3/NEWS (Results 1 – 25 of 11258)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7d921531 16-Nov-2021 Christoph M. Becker

7.3.34 might be next


# d14a9139 16-Nov-2021 Christoph M. Becker

[ci skip] Fix news entry for bug #79971


# 7967875d 15-Nov-2021 Stanislav Malyshev

[ci skip] Update NEWS


# 5f4e034e 26-Oct-2021 Christoph M. Becker

[ci skip] Fix typo (Okt → Oct)


# f47798e6 02-Oct-2021 Jakub Zelenka

Fix bug #81026 (PHP-FPM oob R/W in root process leading to priv escalation)

The main change is to store scoreboard procs directly to the variable sized
array rather than indirectly throu

Fix bug #81026 (PHP-FPM oob R/W in root process leading to priv escalation)

The main change is to store scoreboard procs directly to the variable sized
array rather than indirectly through the pointer.

Signed-off-by: Stanislav Malyshev <stas@php.net>
(cherry picked from commit cb2021e5f69da5e2868130a05bb53db0f9f89e4b)

Closes GH-7614.

show more ...


# f2f40b1c 21-Sep-2021 Christoph M. Becker

7.3.32 is next


# 96a5b4e4 21-Sep-2021 Christoph M. Becker

[ci skip] Add missing CVE to NEWS


# bb847223 21-Sep-2021 Christoph M. Becker

[ci skip] Add missing NEWS entry


# 521bd7ce 24-Aug-2021 Christoph M. Becker

7.3.31 is next


# b2008ab9 24-Aug-2021 Stanislav Malyshev

Update NEWS


# 53ea910d 29-Jun-2021 Christoph M. Becker

7.3.30 is next


# f5cba2d4 29-Jun-2021 Christoph M. Becker

[ci skip] Fix NEWS format


# c68a6875 21-Jun-2021 Stanislav Malyshev

Update NEWS


# 98c8ad92 27-Apr-2021 Christoph M. Becker

7.3.29 is next


# 096f148c 27-Apr-2021 Christoph M. Becker

Fix ./makedist wrt. to GH move

We can no longer export from git.php.net, and apparently exporting from
Github is not supported. We apply a quick fix to export from the local
clone b

Fix ./makedist wrt. to GH move

We can no longer export from git.php.net, and apparently exporting from
Github is not supported. We apply a quick fix to export from the local
clone by default, still leaving an option to export from some other
repo. This is, unfortunately, a minor BC break in a security release.

Co-authored-by: Remi Collet <remi@php.net>

Closes GH-6919.

show more ...


# 60a68a45 27-Apr-2021 Christoph M. Becker

Add missing NEWS entry for #80710


# 039ca4e2 02-Feb-2021 Christoph M. Becker

7.3.28 is next


# 3c939e3f 01-Feb-2021 Stanislav Malyshev

Fix bug #80672 - Null Dereference in SoapClient


# 65d7ade6 04-Jan-2021 Stanislav Malyshev

[ci skip] Fix order


# 8967e665 04-Jan-2021 Stanislav Malyshev

[ci skip] Unpdate NEWS


# 40d9e3ab 15-Dec-2020 Christoph M. Becker

7.3.27 is next


# d6fcaf5d 02-Dec-2020 Nikita Popov

Fixed bug #80457

On x32 sizeof(size_t) != sizeof(zend_long), so we need to be
careful with sign extension here.

Patch by bruno dot premont at restena dot lu.


# b5ce6df0 10-Nov-2020 Christoph M. Becker

7.3.26 is next


# 8eaaabdd 03-Nov-2020 Alexander M. Turek

Fixed bug #80310: Support for icu4c 68.1.

On stable versions, bring back the TRUE/FALSE defines by defining
_U_DEFINE_TRUE_AND_FALSE.

Closes GH-6397.


# 2cab085b 04-Nov-2020 Christoph M. Becker

Fix #80266: parse_url silently drops port number 0

As of commit 81b2f3e[1], `parse_url()` accepts URLs with a zero port,
but does not report that port, what is wrong in hindsight.

Fix #80266: parse_url silently drops port number 0

As of commit 81b2f3e[1], `parse_url()` accepts URLs with a zero port,
but does not report that port, what is wrong in hindsight.

Since the port number is stored as `unsigned short` there is no way to
distinguish between port zero and no port. For BC reasons, we thus
introduce `parse_url_ex2()` which accepts an output parameter that
allows that distinction, and use the new function to fix the behavior.

The introduction of `parse_url_ex2()` has been suggested by Nikita.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=81b2f3e5d9fcdffd87a4fcd12bd8c708a97091e1>

Closes GH-6399.

show more ...


12345678910>>...451