From bce60f0fe64985568e7d6151ee34ba11a44b8023 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 23 Apr 1999 12:38:45 +0000 Subject: [PATCH] * MySQL fix (thanks Stig) * Remove reundant includes from bcmath --- ext/bcmath/bcmath.c | 6 ------ ext/mysql/mysql.c | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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" -- 2.50.1