summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2005-05-13 13:56:04 +0000
committerGeorg Richter <georg@php.net>2005-05-13 13:56:04 +0000
commitd72cd1d1303a7a61b280fd92565ba94f28f362d5 (patch)
tree9a3d130695041063bb24b065afc67e7d65880268
parentd8f91dc44c6d258be8fe38e76530dbf4509c30a2 (diff)
downloadphp-git-d72cd1d1303a7a61b280fd92565ba94f28f362d5.tar.gz
charsets_dir is no longer needed
-rw-r--r--ext/mysqli/mysqli_nonapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c
index 02eda47278..e5f3cda793 100644
--- a/ext/mysqli/mysqli_nonapi.c
+++ b/ext/mysqli/mysqli_nonapi.c
@@ -29,8 +29,6 @@
#include "ext/standard/info.h"
#include "php_mysqli.h"
-extern const char *charsets_dir;
-
/* {{{ proto object mysqli_connect([string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]])
Open a connection to a mysql server */
PHP_FUNCTION(mysqli_connect)