Skip to content

Commit

Permalink
Well we do need zend_throw_exception_ex ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed May 6, 2010
1 parent 277f271 commit a31a208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/json/json.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a31a208

Please sign in to comment.