summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2019-06-21 16:52:29 +0100
committerDerick Rethans <github@derickrethans.nl>2019-06-21 16:52:29 +0100
commit5bc7e4e6f4f9a45f78a613c90f34b7cf86b35d51 (patch)
tree869b9e8324cb49b994843b3464048c71e721d76b /ext/mysqli/mysqli.c
parentd82b270fa45a66321a683dd54476f0a633f4d919 (diff)
parentd3112adf7f22a6eede0c90218ffd1badcaaad1a0 (diff)
downloadphp-git-5bc7e4e6f4f9a45f78a613c90f34b7cf86b35d51.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/mysqli/mysqli.c')
-rw-r--r--ext/mysqli/mysqli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c
index 9d065917cb..61a06e88f5 100644
--- a/ext/mysqli/mysqli.c
+++ b/ext/mysqli/mysqli.c
@@ -605,7 +605,6 @@ PHP_MINIT_FUNCTION(mysqli)
zend_declare_property_null(ce, "insert_id", sizeof("insert_id") - 1, ZEND_ACC_PUBLIC);
zend_declare_property_null(ce, "server_info", sizeof("server_info") - 1, ZEND_ACC_PUBLIC);
zend_declare_property_null(ce, "server_version", sizeof("server_version") - 1, ZEND_ACC_PUBLIC);
- zend_declare_property_null(ce, "stat", sizeof("stat") - 1, ZEND_ACC_PUBLIC);
zend_declare_property_null(ce, "sqlstate", sizeof("sqlstate") - 1, ZEND_ACC_PUBLIC);
zend_declare_property_null(ce, "protocol_version", sizeof("protocol_version") - 1, ZEND_ACC_PUBLIC);
zend_declare_property_null(ce, "thread_id", sizeof("thread_id") - 1, ZEND_ACC_PUBLIC);