phpstudy2016专题

phpStudy2016安装php7.4.6

下载PHP 7.4 (7.4.6) 浏览器打开网址:https://windows.php.net/download#php-7.4VC15 x86 Non Thread Safe (2020-May-12 15:28:32),下载地址为 https://windows.php.net/downloads/releases/php-7.4.6-nts-Win32-vc15-x86.zip

phpStudy2016开启xDebug调式

修改php.ini [XDebug] xdebug.profiler_output_dir="C:\phpStudy\tmp\xdebug" xdebug.trace_output_dir="C:\phpStudy\tmp\xdebug" zend_extension="C:\phpStudy\php\php-7.0.12-nts\ext\php_xdebug.dll" 修改为下面的

windows phpstudy2016 php7.2-nts-x86 安装mongodb

1.下载对应版本的php_mongodb.dll 文件,参考phpinfo()中的x86, v15, nts https://windows.php.net/downloads/pecl/releases/mongodb/ 2.注意:要下载mongodb-1.7版本的,试过1.8, 1.9版本的结果无法成功