summaryrefslogtreecommitdiff
path: root/NEWS
blob: 1cf313ffa7de09880f1e3891e1739091c18c69c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)

- SPL:
  . Fixed bug #74977 (Appending AppendIterator leads to segfault). 
    (Andrew Nester)

<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>