diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bcmath/bcmath.c | 6 | ||||
-rw-r--r-- | ext/mysql/mysql.c | 2 |
2 files changed, 1 insertions, 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" |