History log of /php-src/NEWS (Results 2126 – 2150 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 125f305b 19-Sep-2021 Anatol Belski

NEWS: Add note for bug #78987

Signed-off-by: Anatol Belski <ab@php.net>

# 49c9fbbf 19-Sep-2021 Anatol Belski

NEWS: Add note for bug #78987

Signed-off-by: Anatol Belski <ab@php.net>

# cc5ec597 16-Sep-2021 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix #70962: XML_OPTION_SKIP_WHITE strips embedded whitespace


# f55d78e8 16-Sep-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix #70962: XML_OPTION_SKIP_WHITE strips embedded whitespace


# a9661a52 15-Sep-2021 Aliaksandr Bystry

Fix #70962: XML_OPTION_SKIP_WHITE strips embedded whitespace

We must never strip embedded whitespace; we only need to skip values
when that option is set, and make sure that we keep BC r

Fix #70962: XML_OPTION_SKIP_WHITE strips embedded whitespace

We must never strip embedded whitespace; we only need to skip values
when that option is set, and make sure that we keep BC regarding the
different behavior for "cdata" and "complete" elements (for the former,
the whole element is skipped; for the latter only the "value" key).

We also fix erroneous `int` types which should actually be `size_t`.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-7493.

show more ...

# 46c09a34 15-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined)


# 594cba7f 15-Sep-2021 Dmitry Stogov

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined)


# 0badc7de 15-Sep-2021 Dmitry Stogov

Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined)

# cba708bb 14-Sep-2021 Patrick Allaert

Configuring for 8.1.0RC3

# 12b0f1b7 13-Sep-2021 Bob Weinand

Fix #81435 Observer current_observed_frame may point to an old (overwritten) frame

Ensure current_observed_frame always points to an actually observed frame.
This solution has a caveat o

Fix #81435 Observer current_observed_frame may point to an old (overwritten) frame

Ensure current_observed_frame always points to an actually observed frame.
This solution has a caveat of being O(stack size), with the worst case occurring if there are a lot of frames between the current and previous observed frames.
An O(1) solution would require keeping track of the previous observed frame, which would require some additional frame attached metadata, which is best not attempted in an already released version.

show more ...

# 311b1de6 13-Sep-2021 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix #81424: PCRE2 10.35 JIT performance regression


# 12e79dda 13-Sep-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix #81424: PCRE2 10.35 JIT performance regression


# a2471383 10-Sep-2021 Christoph M. Becker

Fix #81424: PCRE2 10.35 JIT performance regression

We backport the respective upstream fix[1] to our bundled pcre2lib.

[1] <https://github.com/PhilipHazel/pcre2/commit/dc5f966635975

Fix #81424: PCRE2 10.35 JIT performance regression

We backport the respective upstream fix[1] to our bundled pcre2lib.

[1] <https://github.com/PhilipHazel/pcre2/commit/dc5f96663597572f694147aeec3525003c351123>

Closes GH-7484.

show more ...

# 9ffa3f9b 13-Sep-2021 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix #81433: DOMElement::setIdAttribute() called twice may remove ID


# 6fbdf696 13-Sep-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix #81433: DOMElement::setIdAttribute() called twice may remove ID


# 424c2654 10-Sep-2021 Viktor

Fix #81433: DOMElement::setIdAttribute() called twice may remove ID

We must only remove the attribute id, if the user requested that.

Closes GH-7482.

# 95a943e2 07-Sep-2021 Derick Rethans

The PHP 7.4 branch is for PHP 7.4.25 now

# 5e1e4a89 07-Sep-2021 Sara Golemon

Prep for 8.0.12

# 404bed1a 02-Sep-2021 Christoph M. Becker

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Fix #81407: shmop_open won't attach and causes php to crash


# 58ad403c 02-Sep-2021 Christoph M. Becker

Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
Fix #81407: shmop_open won't attach and causes php to crash


# f3d24af7 02-Sep-2021 Christoph M. Becker

Fix #81407: shmop_open won't attach and causes php to crash

We need to allocate buffers for the file mapping names which are large
enough for all potential keys (`key_t` is defined as `i

Fix #81407: shmop_open won't attach and causes php to crash

We need to allocate buffers for the file mapping names which are large
enough for all potential keys (`key_t` is defined as `int` on Windows).

Regarding the test: it's probably never a good idea to use hard-coded
keys (should always use `ftok()` instead), but to reliably reproduce
this Windows specific issue we need to, and it shouldn't be an issue on
that OS.

Closes GH-7448.

show more ...

# cbc925e5 02-Sep-2021 Dmitry Stogov

Fixed bug #81409 (Incorrect JIT code for ADD with a reference to array)

# e9228a6a 01-Sep-2021 Remi Collet

NEWS

# fde24e4d 01-Sep-2021 Remi Collet

NEWS + bump zip version

# 27901e0f 01-Sep-2021 Nikita Popov

Restore dev version

1...<<81828384858687888990>>...619