如果你运行的是windows,XAMPP运行的是32位版本的php,不管安装程序的架构如何。
'private_key_bits' => 666, 'private_key_type' => OPENSSL_KEYTYPE_RSA, 'encrypt_key' => false, ); $dn = array( "countryName" => "IE", "stateOrProvinceName" => "cork", "localityName" => "cork", "organizationName" => "org", ...
1)将下载并解压的PHP新版本放置在与之前PHP同一个目录之下 例如: 我之前的PHP路径 E:\xampp\php 新的PHP路径 E:\xampp\php7.3.3 2)修改Apache配置文件httpd.conf # XAMPP settings php5.6Include"conf/extra/httpd-xampp.conf"#XAMPP settings php7.3.3#Include"conf/extra/httpd-xampp.conf.7.3.3" 注意点...
a) If I am correct, XAMPP’s control panel is a 32-bits application. Is it necessary to upgrade MariaDB only with 32-bits versions (mariadb-10.x.xx-win32.zip) or can I use 64-bits zip packages (mariadb-10.x.xx-winx64.zip)? b) Is it possible to check the correct ver...
; http://php.net/extension-dir ; extension_dir = "./" ; On windows: extension_dir="F:\xampp\php\ext" ; Directory where the temporary files should be placed. ; Defaults to the system default (see sys_get_temp_dir) ; sys_temp_dir = "/tmp" ; Whether or not to enable the dl(...