1
systmのバージョンはWPNXM-0.8.6-Standard-Setup-php56-w64です。私はphp7.0.10_ntsをintallingと私はPHPのバージョンを変更したときにエラーに問題があるWPN-XM php7のエラー
表示された後?
systmのバージョンはWPNXM-0.8.6-Standard-Setup-php56-w64です。私はphp7.0.10_ntsをintallingと私はPHPのバージョンを変更したときにエラーに問題があるWPN-XM php7のエラー
表示された後?
あなたのphp 7フォルダ(C:\サーバー\ビン\ phpの)に行けば:
あなたは名前php.iniのでそれらの 1をコピーする場合。これで解決するはずです。
編集:
あなたも同じようパスを変更する必要があります。
extension_dir = "ext"y
error_log = C:\server\logs\php_error.log
include_path = ".;C:\server\bin\php\pear"
upload_tmp_dir = C:\server\temp
;sendmail_path = "C:\server\bin\sendmail\sendmail.exe -t -i"
session.save_path = C:\server\temp
curl.cainfo =C:\server\bin\openssl\ca-bundle.crt
[Xdebug]
; activate remote debugging
xdebug.remote_enable = on
xdebug.remote_handler = dbgp
xdebug.remote_host = localhost
xdebug.remote_port = 9000
; profiler
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "C:\server\logs"
xdebug.profiler_output_name = cachegrind.out.%t.%p
[Zend]
zend_extension=C:\server\bin\php\ext\php_opcache.dll
zend_extension=C:\server\bin\php\ext\php_xdebug.dll