diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-28 11:52:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-28 11:52:49 +0200 |
commit | 4a510a44ed6ac32ba1f571ad46fbc790144f7ac7 (patch) | |
tree | 70c0b04b9a0b25d2b1d61ebbbb5af34f67ee51ca /PHPINFO | |
parent | 6695f4307ff4353ed469d2aaec190059cf57d85b (diff) |
add patch for [-Werror=format-security] from https://github.com/datastax/php-driver/pull/126
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ + +cassandra + +Cassandra support => enabled +C/C++ driver version => 2.8.0 +Persistent Clusters => 0 +Persistent Sessions => 0 + +Directive => Local Value => Master Value +cassandra.log => cassandra.log => cassandra.log +cassandra.log_level => ERROR => ERROR |