projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f4b831c
)
- typo
author
Michael Wallner
<mike@php.net>
Wed, 7 Sep 2005 15:59:16 +0000
(15:59 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 7 Sep 2005 15:59:16 +0000
(15:59 +0000)
php_http_std_defs.h
patch
|
blob
|
history
diff --git
a/php_http_std_defs.h
b/php_http_std_defs.h
index abe8777a47a3a573e41ebb91c7974fcdc4a665c7..4aa0aa43d213330011df953090c0c7e0ca7225b2 100644
(file)
--- 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_THRO
E
E_THROW
+# define HE_THRO
W
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)