diff options
| author | Zeev Suraski <zeev@php.net> | 2000-07-29 10:48:57 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-07-29 10:48:57 +0000 |
| commit | d8a4278ab498ae49f342f246b6a1634d4809143b (patch) | |
| tree | 7b22ed3595e28b6c39fcbd937857f480cca18aae /main/main.c | |
| parent | 735a0d148ea2a0154b000895bcdf97ddd5a4b8ef (diff) | |
| download | php-git-d8a4278ab498ae49f342f246b6a1634d4809143b.tar.gz | |
- Update .dsp's
- Make non ZTS Win32 build again
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index 27787c6cd3..927fd77200 100644 --- a/main/main.c +++ b/main/main.c @@ -1184,7 +1184,7 @@ PHPAPI int php_lint_script(zend_file_handle *file CLS_DC ELS_DC PLS_DC) } #ifdef PHP_WIN32 - UpdateIniFromRegistry(primary_file->filename); + UpdateIniFromRegistry(file->filename); #endif EG(main_op_array) = zend_compile_files(ZEND_REQUIRE CLS_CC, 1, file); |
