summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-05-26 13:30:19 +0000
committerAndrey Hristov <andrey@php.net>2010-05-26 13:30:19 +0000
commitf9ad56eab9e0010231643d51a0e0038f99f2f94b (patch)
tree9e68c3b6e8d9e9137af57f085d3ca6d5c4229cbc /ext/mysqli/php_mysqli_structs.h
parent16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd (diff)
downloadphp-git-f9ad56eab9e0010231643d51a0e0038f99f2f94b.tar.gz
Remove a function that has no usage. The zval cache was disabled/removed
in 5.3.0-RC3.
Diffstat (limited to 'ext/mysqli/php_mysqli_structs.h')
-rw-r--r--ext/mysqli/php_mysqli_structs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h
index 737641eace..9c2433ec1b 100644
--- a/ext/mysqli/php_mysqli_structs.h
+++ b/ext/mysqli/php_mysqli_structs.h
@@ -391,7 +391,6 @@ ZEND_BEGIN_MODULE_GLOBALS(mysqli)
long num_inactive_persistent;
long max_persistent;
long allow_persistent;
- long cache_size;
unsigned long default_port;
char *default_host;
char *default_user;
@@ -456,7 +455,6 @@ PHP_FUNCTION(mysqli_field_count);
PHP_FUNCTION(mysqli_field_seek);
PHP_FUNCTION(mysqli_field_tell);
PHP_FUNCTION(mysqli_free_result);
-PHP_FUNCTION(mysqli_get_cache_stats);
PHP_FUNCTION(mysqli_get_client_stats);
PHP_FUNCTION(mysqli_get_connection_stats);
PHP_FUNCTION(mysqli_get_charset);