diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-05-06 13:44:35 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-05-06 13:44:35 +0000 |
commit | a31a2083af31f7db1a58f580a43afe737f021f99 (patch) | |
tree | 39101c365d5511031f5e89a1ace292e2b64ffda7 /ext/json/json.c | |
parent | 277f271a839d3aa4a1c2f0bfea5687af0a0cf4fc (diff) | |
download | php-git-a31a2083af31f7db1a58f580a43afe737f021f99.tar.gz |
Well we do need zend_throw_exception_ex ;-)
Diffstat (limited to 'ext/json/json.c')
-rw-r--r-- | ext/json/json.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/json.c b/ext/json/json.c index 8979847c9d..f40d15d1a1 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -29,6 +29,7 @@ #include "utf8_to_utf16.h" #include "JSON_parser.h" #include "php_json.h" +#include <zend_exceptions.h> static PHP_MINFO_FUNCTION(json); static PHP_FUNCTION(json_encode); |