|
@@ -747,6 +747,10 @@ static int _php_v8js_create_ext_strarr(const char ***retval, int count, HashTabl
|
|
static void php_v8js_fatal_error_handler(const char *location, const char *message) /* {{{ */
|
|
static void php_v8js_fatal_error_handler(const char *location, const char *message) /* {{{ */
|
|
zend_error(E_ERROR, "%s %s", location, message);
|
|
zend_error(E_ERROR, "%s %s", location, message);
|