File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2014, PHP 5.6.2
4
4
5
- -Fileinfo:
6
- . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
7
-
8
5
- Core:
9
6
. Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
10
7
as 6.2 (instead of 6.3)). (Christian Wenz)
@@ -18,12 +15,18 @@ PHP NEWS
18
15
array notation) (Florian)
19
16
. Implemented 64-bit format codes for pack() and unpack(). (Leigh)
20
17
18
+ -Fileinfo:
19
+ . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
20
+
21
21
- FPM:
22
22
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
23
23
when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
24
24
. Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
25
25
addresses). (Robin Gloster)
26
26
27
+ - GMP:
28
+ . Implemented gmp_random_range() and gmp_random_bits(). (Leigh)
29
+
27
30
- Reflection:
28
31
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
29
32
Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ PHP 5.6 UPGRADE NOTES
270
270
Added gmp_root($a, $nth) and gmp_rootrem($a, $nth) for calculating nth roots.
271
271
Added gmp_import($data, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1.
272
272
Added gmp_export($gmpnumber, $word_size = 1, $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN) in PHP 5.6.1.
273
+ Added gmp_random_range() and gmp_random_bits() in PHP 5.6.3.
273
274
274
275
- Hash
275
276
Added hash_equals($known_string, $user_string)
You can’t perform that action at this time.
0 commit comments