forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
24 lines (18 loc) · 803 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.3.0alpha1
- Core:
. Redesigned the old ext_skel program written in PHP, run:
'php ext_skel.php' for all options. This means there is no dependencies
thrus making it work on Windows out of the box. (Kalle)
- LDAP:
. Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
(Come)
- Mbstring:
. Fixed bug #73528 (Crash in zif_mb_send_mail). (Nikita)
- ODBC:
. Removed support for Birdstep. (Kalle)
- Session:
. Fixed bug #74941 (session fails to start after having headers sent).
(morozov)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>