georg Fri May 13 09:56:04 2005 EDT
Modified files:
/php-src/ext/mysqli mysqli_nonapi.c
Log:
charsets_dir is no longer needed
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.44&r2=1.45&ty=u
Index: php-src/ext/mysqli/mysqli_nonapi.c
diff -u php-src/ext/mysqli/mysqli_nonapi.c:1.44
php-src/ext/mysqli/mysqli_nonapi.c:1.45
--- php-src/ext/mysqli/mysqli_nonapi.c:1.44 Fri May 13 09:11:40 2005
+++ php-src/ext/mysqli/mysqli_nonapi.c Fri May 13 09:56:04 2005
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli_nonapi.c,v 1.44 2005/05/13 13:11:40 georg Exp $
+ $Id: mysqli_nonapi.c,v 1.45 2005/05/13 13:56:04 georg Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php