We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52895f5 commit 910f7b5Copy full SHA for 910f7b5
Makefile
@@ -50,7 +50,7 @@ INSTALL_LIB = ${INSTALL_PREFIX}/lib
50
#
51
52
SONAME = 2.4
53
-VERSION = 2.4.6
+VERSION = 2.4.7
54
55
56
zend/file.cpp
@@ -67,7 +67,7 @@ bool File::compile()
67
#if PHP_VERSION_ID < 80100
68
69
// open the file
70
- if (zend_stream_open(ZSTR_VAL(_path), &fileHandle) == FAILURE) return false;
+ if (zend_stream_open(ZSTR_VAL(_path), &filehandle) == FAILURE) return false;
71
72
#else
73
0 commit comments