From 2eeb7d1255f2356c96c783653fc07704a4dbef36 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 7 Sep 2005 15:59:16 +0000 Subject: [PATCH 1/1] - typo --- php_http_std_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_http_std_defs.h b/php_http_std_defs.h index abe8777..4aa0aa4 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -273,7 +273,7 @@ typedef int STATUS; #endif #define HE_THROW E_THROW #ifdef ZEND_ENGINE_2 -# define HE_THROE E_THROW +# define HE_THROW E_THROW # define HE_NOTICE (HTTP_G(only_exceptions) ? E_THROW : E_NOTICE) # define HE_WARNING (HTTP_G(only_exceptions) ? E_THROW : E_WARNING) # define HE_ERROR (HTTP_G(only_exceptions) ? E_THROW : E_ERROR) -- 2.30.2