]> granicus.if.org Git - php/commitdiff
* MySQL fix (thanks Stig)
authorZeev Suraski <zeev@php.net>
Fri, 23 Apr 1999 12:38:45 +0000 (12:38 +0000)
committerZeev Suraski <zeev@php.net>
Fri, 23 Apr 1999 12:38:45 +0000 (12:38 +0000)
* Remove reundant includes from bcmath

ext/bcmath/bcmath.c
ext/mysql/mysql.c

index d343d5b82b0aa22c1e235456ee2dc3be00363868..d6e42715eedd0abc3b78e53602d3b9fc06d1100c 100644 (file)
    +----------------------------------------------------------------------+
  */
 
-#ifndef MSVC5
-#include "config.h"
-#include "build-defs.h"
-#endif
-
 #include "php.h"
 
-
 #if WITH_BCMATH
 
 #include "number.h"
index 7a20ec746e430a1212ddb76baaa8c2828fcb9368..46991bb0ba96a9b46537eebc00b288e190f37b61 100644 (file)
@@ -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"