Remove a function that has no usage. The zval cache was disabled/removed

in 5.3.0-RC3.
This commit is contained in:
Andrey Hristov 2010-05-26 13:30:19 +00:00
parent 16c90b0a2d
commit f9ad56eab9
5 changed files with 0 additions and 80 deletions

View file

@ -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);