diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 12:38:45 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 12:38:45 +0000 |
commit | bce60f0fe64985568e7d6151ee34ba11a44b8023 (patch) | |
tree | 6af862fe7239b3fb1f8b98fbac59650292fbf525 /ext/mysql/mysql.c | |
parent | 94cde3345990b621754831fbc720ea635c362480 (diff) | |
download | php-git-bce60f0fe64985568e7d6151ee34ba11a44b8023.tar.gz |
* MySQL fix (thanks Stig)
* Remove reundant includes from bcmath
Diffstat (limited to 'ext/mysql/mysql.c')
-rw-r--r-- | ext/mysql/mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |