Fixed compile warning.

This commit is contained in:
Ilia Alshanetsky 2003-01-24 16:39:49 +00:00
parent f163a4d16b
commit d2162b32b1

View file

@ -2733,8 +2733,7 @@ PHP_FUNCTION(hw_new_document_from_file)
convert_to_string_ex(arg1);
convert_to_string_ex(arg2);
stream = php_stream_open_wrapper(Z_STRVAL_PP(arg2), "r", use_include_path|ENFORCE_SAFE_MODE|REPORT_ERRORS,
NULL TSRMLS_CC);
stream = php_stream_open_wrapper(Z_STRVAL_PP(arg2), "r", use_include_path|ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL);
if (stream == NULL) {
RETURN_FALSE;