问题标签 [easyphp-webserver]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
362 浏览

easyphp - 如何向 EasyPHP DevServer 添加额外的 PHP 版本

我在我的 Windows 10 机器上启动并运行了 EasyPHP DevServer 17。我目前在我的C:\EasyPHP目录中安装了我的 EasyPHP 环境。我可以从服务器设置中看到我有两个选项来选择我的 PHP 版本:

5.6.30 x867.1.3 x86

如何在列表中添加第三个选项?对于 PHP 7.3 x86

  • 我是否必须重新安装一个全新的 EasyPHP DevServer 实例才能做到这一点?
  • 我可以简单地在线下载一个线程安全的 PHP7.X 包并将其粘贴在 eds-binaries 目录中的某个位置并重新启动吗?

我进行了几次尝试,但都以失败告终。最好的技术步骤是什么?

谢谢!

0 投票
1 回答
28 浏览

windows - Use a batch file to automatically start 5 separate cmd prompts, where each cmd prompt points to a different directory and starting the php web server

I hope you can help me out with this issue, which I thought would be quite trivial but is turning out to be quite a bugger. As mentioned in the subject line this is what I want to accomplish:

  • Automatically run 5 command prompts, each new command prompt needs to do the following
  • Change directories to a specific location
  • start the built in php web server

This is the code I currently have for my .bat file:

Update (here are the working commands after some tweaking)

Thanks very much. Cheers, Tim K