1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
  [skip ci] Add github reference to bug fix in NEWS
This commit is contained in:
Ilija Tovilo
2023-02-24 20:45:31 +01:00

4
NEWS
View File

@@ -15,8 +15,8 @@ PHP NEWS
. Fixed language scanner generation build. (Daniel Black)
. Fixed zend_update_static_property() calling zend_update_static_property_ex()
misleadingly with the wrong return type. (nielsdos)
. Fixed unknown string hash on property fetch with integer constant name.
(nielsdos)
. Fix bug GH-10570 (Fixed unknown string hash on property fetch with integer
constant name). (nielsdos)
- Curl:
. Fixed deprecation warning at compile time. (Max Kellermann)