We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c256f commit 0194b38Copy full SHA for 0194b38
1 file changed
NEWS
@@ -6,7 +6,7 @@ PHP NEWS
6
. Added first-class callable cache to share instances for the duration of the
7
request. (ilutov)
8
. It is now possible to use reference assign on WeakMap without the key
9
- needing to be present beforehand. (nielsdos)
+ needing to be present beforehand. (ndossche)
10
11
- Hash:
12
. Upgrade xxHash to 0.8.2. (timwolla)
@@ -25,9 +25,9 @@ PHP NEWS
25
preloading). (Arnaud, welcomycozyhom)
26
27
- Phar:
28
- . Support reference values in Phar::mungServer(). (nielsdos)
+ . Support reference values in Phar::mungServer(). (ndossche)
29
. Invalid values now throw in Phar::mungServer() instead of being silently
30
- ignored. (nielsdos)
+ ignored. (ndossche)
31
32
- Reflection:
33
. Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true
0 commit comments