diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-30 18:29:25 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-30 18:29:25 +0000 |
commit | 5c5c577359e28a3a11afc1f8bc643a661b49102b (patch) | |
tree | a5a281901fcb852aa9061680e28211718bd82ef4 /sapi | |
parent | 15675d6f49ee8c56b0c9326ca98107fc8104534a (diff) | |
download | php-git-5c5c577359e28a3a11afc1f8bc643a661b49102b.tar.gz |
MFH
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/roxen/roxen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index d86bb0917c..e6d9356cd7 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -473,7 +473,7 @@ static zend_module_entry php_roxen_module = { static int php_roxen_startup(sapi_module_struct *sapi_module) { - if(php_module_startup(sapi_module, &php_roxen_module) == FAILURE) { + if(php_module_startup(sapi_module, &php_roxen_module, 1) == FAILURE) { return FAILURE; } else { return SUCCESS; |