This repository was archived by the owner on Dec 20, 2017. It is now read-only.
支持 PHP 项目的部署和本地调试#147
Merged
jysperm merged 1 commit intoleancloud:masterfrom May 16, 2016
jysperm:php-runtime
Merged
Conversation
Closed
Member
|
👍
|
Contributor
Author
|
Member
|
好的,我没有问题了。php 终于要出来了 😄 |
Contributor
|
👍 |
Contributor
意味着 -P 参数不能用了?先这样吧,后面有空重构下,尽量支持。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PHP builtin server 因为某种不得而知的原因不会将含有点(
.)的 Url(而我们的/1.1/functions里面就有点)转发到 index.php,因此自己添加了一个router.php实现路由逻辑。硬编码了一个 3000,因为参数不是很好传,不过感觉关系应该不大。