forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
18 lines (14 loc) · 732 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 201?, PHP 5.6.0
- Core:
. Improved IS_VAR operands fetching. (Laruence, Dmitry)
- OPcache:
. Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL.
(Laruence, Dmitry)
. Added an optimization pass to merged identical constants (and related
cache_slots) in op_array->literals table. (Laruence, Dmitry)
. Added script level constant replacement optimization pass. (Dmitry)
- PDO_pgsql
. Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support). (Matteo)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>