|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
3 | | -?? ??? 201?, PHP 5.6.0 |
4 | | - |
5 | | -- Core: |
6 | | - . Improved IS_VAR operands fetching. (Laruence, Dmitry) |
7 | | - . Implemented internal operator overloading |
8 | | - (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita) |
9 | | - . Made calls from incompatible context issue an E_DEPRECATED warning instead |
10 | | - of E_STRICT (phase 1 of RFC: https://wiki.php.net/rfc/incompat_ctx). |
11 | | - (Gustavo) |
12 | | - |
13 | | -- cURL: |
14 | | - . Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir |
15 | | - or safe_mode). (Adam) |
16 | | - |
17 | | -- GMP: |
18 | | - . Moved GMP to use object as the underlying structure and implemented various |
19 | | - improvements based on this. |
20 | | - (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita) |
21 | | - |
22 | | -- mysqlnd: |
23 | | - . Disabled flag for SP OUT variables for 5.5+ servers as they are not natively |
24 | | - supported by the overlying APIs. (Andrey) |
25 | | - |
26 | | -- OPcache: |
27 | | - . Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL. |
28 | | - (Laruence, Dmitry) |
29 | | - . Added an optimization pass to merged identical constants (and related |
30 | | - cache_slots) in op_array->literals table. (Laruence, Dmitry) |
31 | | - . Added script level constant replacement optimization pass. (Dmitry) |
32 | | - |
33 | | -- PDO_pgsql: |
34 | | - . Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support). (Matteo) |
35 | | - . Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3 |
36 | | - syntax). (Matteo) |
37 | | - |
38 | | -- Session: |
39 | | - . Fixed Bug #65315 (session.hash_function silently fallback to default md5) |
40 | | - (Yasuo) |
41 | | - . Implemented Request #54649 (Create session_serializer_name()). (Yasuo) |
42 | | - . Implemented Request #17860 (Session write short circuit). (Yasuo) |
43 | | - . Implemented Request #20421 (session_abort() and session_reset() function). |
44 | | - (Yasuo) |
45 | | - . Implemented Request #11100 (session_gc() function). (Yasuo) |
46 | | - |
47 | | -- Standard: |
48 | | - . Implemented FR #65634 (HTTP wrapper is very slow with protocol_version |
49 | | - 1.1). (Adam) |
| 3 | +?? ??? 20??, PHP 5.7.0 |
50 | 4 |
|
51 | 5 | <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> |
0 commit comments