diff --git a/Makefile b/Makefile index 4845793e..2b9b4809 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ INSTALL_LIB = ${INSTALL_PREFIX}/lib # SONAME = 2.4 -VERSION = 2.4.6 +VERSION = 2.4.7 # diff --git a/zend/file.cpp b/zend/file.cpp index 35e086e0..3d7d181a 100644 --- a/zend/file.cpp +++ b/zend/file.cpp @@ -67,7 +67,7 @@ bool File::compile() #if PHP_VERSION_ID < 80100 // open the file - if (zend_stream_open(ZSTR_VAL(_path), &fileHandle) == FAILURE) return false; + if (zend_stream_open(ZSTR_VAL(_path), &filehandle) == FAILURE) return false; #else