From 57c39d214d6e426d68cc90efd1f72a17641f5a39 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 6 Jan 2006 20:43:19 +0000 Subject: [PATCH] - WS --- ext/phar/phar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 66ad6773f4..e7d06b387c 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -452,7 +452,7 @@ static int phar_open_compiled_file(char *alias, int alias_len, zend_bool compres MAKE_STD_ZVAL(halt_constant); if (0 == zend_get_constant("__COMPILER_HALT_OFFSET__", 24, halt_constant TSRMLS_CC)) { - FREE_ZVAL(halt_constant); + FREE_ZVAL(halt_constant); php_error_docref(NULL TSRMLS_CC, E_ERROR, "__HALT_COMPILER(); must be declared in a phar"); return FAILURE; } -- 2.50.1