History log of /php-src/NEWS (Results 1476 – 1500 of 15454)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 52f4ed16 20-Sep-2022 wxue1

Indirect call reduction for Jit code

Changing indirect call to direct call for Jit code
benefits the branch prediction, which gets 1% performance
gain in our workload.
Similarly,

Indirect call reduction for Jit code

Changing indirect call to direct call for Jit code
benefits the branch prediction, which gets 1% performance
gain in our workload.
Similarly, we change indirect jump to direct jump.

Signed-off-by: Su, Tao <tao.su@intel.com>
Signed-off-by: Wang, Xue <xue1.wang@intel.com>

show more ...


# 3071d85a 20-Sep-2022 Ilija Tovilo

PS(mod_user_class_name) must not leak into next request

Fixes GH-9584


# eba3be4d 18-Sep-2022 Anatol Belski

NEWS: Add entry for GH-8805

[ci skip]

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


# 54701ea3 18-Sep-2022 Anatol Belski

NEWS: Add entry for GH-8805

[ci skip]

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


# 6622c54c 15-Sep-2022 Ilija Tovilo

Fix class link observer with file_cache_only=1

Previously, notify would only get called on classes with CE_CACHE.
However, during compilation class names are non-permanent which won't

Fix class link observer with file_cache_only=1

Previously, notify would only get called on classes with CE_CACHE.
However, during compilation class names are non-permanent which won't
get a CE_CACHE and thus wouldn't not get notified.

Closes GH-9550

show more ...


# 0f935166 14-Sep-2022 Derick Rethans

Update NEWS


# e5b4624b 14-Sep-2022 Derick Rethans

Fixed #9165: strtotime translates a date-time with DST/non-DST hour differently based on default timezone


# 9f7e27a8 13-Sep-2022 Bruce Dou

Fix: sockets constants

Closes GH-9533.


# 450d28d3 13-Sep-2022 Sergey Panteleev

[ci skip] Update NEWS for PHP 8.2.0RC3


# 47500f33 30-Aug-2022 George Peter Banyard

Fix GH-9421 Incorrect argument number for ValueError in NumberFormatter

Closes GH-9489


# 293e6917 06-Sep-2022 George Peter Banyard

Fix GH-9308 GMP throws the wrong error when a GMP object is passed to gmp_init()

Closes GH-9490


# 3675041d 13-Sep-2022 George Peter Banyard

Update NEWS with DNF type check bug fix


# f126769a 11-Sep-2022 Jakub Zelenka

Fix bug GH-9517: Compilation error in openssl extension


# 08b75395 08-Sep-2022 Ilija Tovilo

Fix syntax error when dnf type in parens after readonly

Fixes GH-9500
Closes GH-9512


# 76dccd82 10-Sep-2022 Christoph M. Becker

Fix GH-9518: Disabling IPv6 support disables unrelated constants

We need to properly terminate the "conditional compilation" in stub
files.

Closes GH-9520.


# a289bb3d 09-Sep-2022 Arnaud Le Blanc

[ci skip] NEWS


# ec6893e0 08-Sep-2022 Ilija Tovilo

[skip ci] Add missing NEWS entry for GH-9476


# 4842edea 26-Aug-2022 Ilija Tovilo

Improve magic __get and property type inconsistency error message

Fixes GH-9388
Closes GH-9436


# d5373eac 02-Sep-2022 Ilija Tovilo

Fix lsp error in eval'd code referring to incorrect class for static type

Fixes GH-9407
Closes GH-9471


# 1435fc62 02-Sep-2022 Ilija Tovilo

Private method incorrectly marked as "overwrites" in reflection

Fix GH-9409
Closes GH-9469


# 9bea5f44 02-Sep-2022 Mikhail Galanin

Add "Start time", "Last restart time" and "Last force restart time" to phpinfo()
for opcache.

Closes GH-9475.


# 6ac3f7c8 05-Sep-2022 Yurun

Fix GH-9411: PgSQL large object resource is incorrectly closed

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

Closes GH-9411.


# 6d5770c2 04-Sep-2022 David Carlier

[ci skip] NEWS UPGRADING


# f098193d 03-Sep-2022 David Bohman

GH-9464: Fix build on older macOs releases.

A simple check for CommonCrypto/CommonRandom.h does not work on earlier macOS.
Must also pull in sys/types.h for size_t, Availability.h for __

GH-9464: Fix build on older macOs releases.

A simple check for CommonCrypto/CommonRandom.h does not work on earlier macOS.
Must also pull in sys/types.h for size_t, Availability.h for __OSX_AVAILABLE_STARTING,
and CommonCrypto/CommonCryptoError.h for CCCryptorStatus.

Closes GH-9479.

show more ...


# 349fdc90 03-Sep-2022 Arnaud Le Blanc

[ci skip] NEWS


1...<<51525354555657585960>>...619