1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

[ci skip] NEWS

This commit is contained in:
David Carlier
2023-02-13 19:43:29 +00:00
parent ab3f871846
commit 10c26ce790
+1
View File
@@ -81,6 +81,7 @@ PHP NEWS
. Added posix_sysconf. (David Carlier)
. Added posix_pathconf. (David Carlier)
. Added posix_fpathconf. (David Carlier)
. Fixed zend_parse_arg_long's bool pointer argument assignment. (Cristian Rodriguez)
- Random:
. Added Randomizer::getBytesFromString(). (Joshua Rüsweg)