You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Fixed bug GH-10112 (LDAP\Connection::__construct() refers to ldap_create()).
22
22
(cmb)
23
23
24
+
- MBString:
25
+
. Fixed: mb_strlen (and a couple of other mbstring functions) would wrongly treat 0x80, 0xFD, 0xFE, 0xFF, and certain other byte values as the first byte of a 2-byte SJIS character. (Alex Dowad)
26
+
24
27
- Opcache:
25
28
. Fix inverted bailout value in zend_runtime_jit() (Max Kellermann).
26
29
. Fix access to uninitialized variable in accel_preload(). (nielsdos)
0 commit comments