diff options
author | Jérôme Loyet <fat@php.net> | 2010-11-11 17:24:27 +0000 |
---|---|---|
committer | Jérôme Loyet <fat@php.net> | 2010-11-11 17:24:27 +0000 |
commit | e1b87cce1f9ca39dc9191f5335da2d49db0db083 (patch) | |
tree | cd8cdda20f7f7597685384acc7831b4100804953 /main/SAPI.h | |
parent | b896c87bb52282243251bde25b2523a9e4a8bc34 (diff) | |
download | php-git-e1b87cce1f9ca39dc9191f5335da2d49db0db083.tar.gz |
- Fixed #52045 (FPM tries to open php.ini from the current dir)
- Add php_ini_ignore_cwd to _sapi_module_struct
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 9513a45bfb..1f2e361a6e 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -251,6 +251,7 @@ struct _sapi_module_struct { char *executable_location; int php_ini_ignore; + int php_ini_ignore_cwd; /* don't look for php.ini in the current directory */ int (*get_fd)(int *fd TSRMLS_DC); |