diff options
| author | Stanislav Malyshev <stas@php.net> | 2004-03-24 13:33:26 +0000 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2004-03-24 13:33:26 +0000 |
| commit | 550da4ae7c3139470c0d9e6b91252c5202ae6588 (patch) | |
| tree | 12aa3c0eaa1d1ad838eb64a8615cdad367d8c7d5 /main/main.c | |
| parent | b514ab2ee98638d9f834780a42359a7ef6950bb9 (diff) | |
| download | php-git-550da4ae7c3139470c0d9e6b91252c5202ae6588.tar.gz | |
and set module startup flag on startup
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index eded6ad6e9..87235a5a00 100644 --- a/main/main.c +++ b/main/main.c @@ -1315,6 +1315,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod #endif module_shutdown = 0; + module_startup = 1; sapi_initialize_empty_request(TSRMLS_C); sapi_activate(TSRMLS_C); |
