From bce60f0fe64985568e7d6151ee34ba11a44b8023 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 23 Apr 1999 12:38:45 +0000 Subject: * MySQL fix (thanks Stig) * Remove reundant includes from bcmath --- ext/mysql/mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/mysql.c') diff --git a/ext/mysql/mysql.c b/ext/mysql/mysql.c index 7a20ec746e..46991bb0ba 100644 --- a/ext/mysql/mysql.c +++ b/ext/mysql/mysql.c @@ -63,7 +63,7 @@ /* True globals, no need for thread safety */ -int le_result,le_link,le_plink; +static int le_result,le_link,le_plink; #include "php_ini.h" -- cgit v1.2.1