mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove a function that has no usage. The zval cache was disabled/removed
in 5.3.0-RC3.
This commit is contained in:
parent
16c90b0a2d
commit
f9ad56eab9
5 changed files with 0 additions and 80 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue