Explorar el Código

Add files via upload

Capitan Cloud hace 1 año
padre
commit
e1b62e1d4f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Private/config/const.php.inc

+ 3 - 0
Private/config/const.php.inc

@@ -65,3 +65,6 @@ if (!defined("PHP_TILDE")) {
 if (!defined("PHP_UNDERSCORE")) {
   define('PHP_UNDERSCORE', "_");
 }
+if (!defined("PHP_EXE_NAME")) {
+  define('PHP_EXE_NAME',"php-8.2");
+}