fix segtv with 5_3
authorMichael Wallner <mike@php.net>
Thu, 3 Apr 2008 13:24:33 +0000 (13:24 +0000)
committerMichael Wallner <mike@php.net>
Thu, 3 Apr 2008 13:24:33 +0000 (13:24 +0000)
http_requestpool_object.c

index 4a4293ba29549eed553b30540971e918bd8f42e6..5edc073c0e0be75aafd88e5cbb48227f7bf70a43 100644 (file)
@@ -173,8 +173,8 @@ PHP_METHOD(HttpRequestPool, __construct)
                }
        }
        efree(argv);
                }
        }
        efree(argv);
-       SET_EH_NORMAL();
        http_final(HTTP_EX_CE(request_pool));
        http_final(HTTP_EX_CE(request_pool));
+       SET_EH_NORMAL();
 }
 /* }}} */
 
 }
 /* }}} */