diff options
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" | 
