]> granicus.if.org Git - php/commitdiff
*cough*
authorWez Furlong <wez@php.net>
Thu, 20 Feb 2003 21:48:46 +0000 (21:48 +0000)
committerWez Furlong <wez@php.net>
Thu, 20 Feb 2003 21:48:46 +0000 (21:48 +0000)
Fix another stupid mistake.

Zend/zend_stream.c

index 110c9e18fe6f0d1d4f4f765cf13146ede35da37d..f13b0359e6a0efb13ab1fa13362876428030d6c8 100644 (file)
@@ -37,7 +37,7 @@ static void zend_stream_stdio_closer(void *handle TSRMLS_DC)
 
 int zend_stream_open(const char *filename, zend_file_handle *handle TSRMLS_DC)
 {
-       if (zend_stream_open) {
+       if (zend_stream_open_function) {
                return zend_stream_open_function(filename, handle TSRMLS_CC);
        }
        handle->type = ZEND_HANDLE_FP;