You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ionCube Loader to version 12.0.2;
Update ImageMagick to version 7.1.0-52;
Update PHP mongodb extension to version 1.14.2;
Update PHP xdebug extension to version 3.1.6;
Update PHP phalcon extension to version 5.1.1;
Bump version 20221115
Signed-off-by: Teddysun <[email protected]>
if_in_array "${phalcon_filename}""${php_modules_install}"&& _error "${phalcon_filename} is not support ${php}, please remove php extension: phalcon"
214
-
if_in_array "${ionCube_filename}""${php_modules_install}"&& _error "${ionCube_filename} is not support ${php} now, please remove php extension: ioncube"
215
213
if_in_array "${php_memcached_filename}""${php_modules_install}"&& _error "${php_memcached_filename} is not support ${php} now, please remove php extension: memcached"
216
214
fi
215
+
if [[ "${php}"=~ ^php-8.0.+$ ]];then
216
+
if_in_array "${ionCube_filename}""${php_modules_install}"&& _error "${ionCube_filename} is not support ${php} now, please remove php extension: ioncube"
217
+
fi
217
218
if [[ "${php}"=~ ^php-8.1.+$ ]];then
218
-
if_in_array "${php_libsodium_filename}""${php_modules_install}"&& _error "${php_libsodium_filename} is not support ${php}, please remove php extension: libsodium"
219
+
if_in_array "${phalcon_filename}""${php_modules_install}"&& _error "${phalcon_filename} is not support ${php} now, please remove php extension: phalcon"
220
+
if_in_array "${php_libsodium_filename}""${php_modules_install}"&& _error "${php_libsodium_filename} is not support ${php} now, please remove php extension: libsodium"
0 commit comments