国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

php - Win10 composer installation problem
黃舟
黃舟 2017-05-16 13:04:27
0
1
556

System win10, PHP version 5.6.25, download Composer-Setup.exe to install, the prompt is as follows. PHP has enabled OpenSSL, PDO, mbstring, tokenizer, xml, how to solve this situation?

黃舟
黃舟

人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!

reply all(1)
Peter_Zhu

extension_dir is not configured correctly, just change it
extension_dir is a configuration item in php.ini, just change it to the absolute path of your ext directory

-----------------------------An easier way------------- ------------------

composer.phar is actually a Php script, you can actually download it yourself

  1. php added to environment variables

  2. Download composer.phar(Address: https://getcomposer.org/composer.phar),將文件放進(jìn)PHP目錄下,并且新建文本文件 composer.cmd,內(nèi)容:@php "%~dp0composer.phar" %*.

  3. composer --version Check the composer version to confirm whether the command can be executed. If so, it’s ok

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template