From: Zeev Suraski Date: Fri, 23 Apr 1999 12:38:45 +0000 (+0000) Subject: * MySQL fix (thanks Stig) X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bce60f0fe64985568e7d6151ee34ba11a44b8023;p=php * MySQL fix (thanks Stig) * Remove reundant includes from bcmath --- diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index d343d5b82b..d6e42715ee 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -27,14 +27,8 @@ +----------------------------------------------------------------------+ */ -#ifndef MSVC5 -#include "config.h" -#include "build-defs.h" -#endif - #include "php.h" - #if WITH_BCMATH #include "number.h" 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"