Browse Source

*cough*

experimental/new_apache_hooks
Wez Furlong 24 years ago
parent
commit
62b7b412e2
  1. 2
      ext/zlib/zlib_fopen_wrapper.c

2
ext/zlib/zlib_fopen_wrapper.c

@ -119,7 +119,7 @@ php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mod
gzclose(self->gz_file);
}
if (options & REPORT_ERRORS)
php_errordocref(NULL TSRMLS_CC, E_WARNING, "gzopen failed");
php_error_docref(NULL TSRMLS_CC, E_WARNING, "gzopen failed");
}
}
if (stream)

Loading…
Cancel
Save