mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Disable a flag
This commit is contained in:
parent
85bbc8fa9d
commit
a047ece2e0
4
NEWS
4
NEWS
@ -7,6 +7,10 @@ PHP NEWS
|
||||
. Implemented internal operator overloading
|
||||
(RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
|
||||
|
||||
- mysqlnd:
|
||||
. Disabled flag for SP OUT variables for 5.5+ servers as they are not natively
|
||||
supported by the overlying APIs. (Andrey)
|
||||
|
||||
- OPcache:
|
||||
. Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL.
|
||||
(Laruence, Dmitry)
|
||||
|
@ -104,7 +104,7 @@
|
||||
|
||||
#define MYSQLND_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | CLIENT_TRANSACTIONS | \
|
||||
CLIENT_PROTOCOL_41 | CLIENT_SECURE_CONNECTION | \
|
||||
CLIENT_MULTI_RESULTS | CLIENT_PS_MULTI_RESULTS | CLIENT_LOCAL_FILES | CLIENT_PLUGIN_AUTH)
|
||||
CLIENT_MULTI_RESULTS | CLIENT_LOCAL_FILES | CLIENT_PLUGIN_AUTH)
|
||||
|
||||
#define MYSQLND_NET_FLAG_USE_COMPRESSION 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user