diff options
author | David Hedbor <neotron@php.net> | 1999-12-22 20:11:48 +0000 |
---|---|---|
committer | David Hedbor <neotron@php.net> | 1999-12-22 20:11:48 +0000 |
commit | 41392f549717948e79790acc0d373fe4e85cf4fd (patch) | |
tree | 4950092ebba83a53c167cf4e568df7f3a2f5183b | |
parent | 11967c94fcf26c55e72e3cb29b4edc493ded490a (diff) | |
download | php-git-41392f549717948e79790acc0d373fe4e85cf4fd.tar.gz |
unlock the serializing lock a tad bit later
-rw-r--r-- | sapi/roxen/roxen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c index 564c9010cd..aa48d38b06 100644 --- a/sapi/roxen/roxen.c +++ b/sapi/roxen/roxen.c @@ -693,13 +693,12 @@ void f_php_roxen_request_handler(INT32 args) status = php_roxen_module_main(SLS_C); current_thread = -1; - PHP_UNLOCK(THIS); apply_svalue(done_callback, 0); pop_stack(); pop_n_elems(args); push_int(status); - + PHP_UNLOCK(THIS); } |