Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP support #2590

Closed
29 of 34 tasks
kaloyan-raev opened this issue Sep 26, 2016 · 9 comments
Closed
29 of 34 tasks

PHP support #2590

kaloyan-raev opened this issue Sep 26, 2016 · 9 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.

Comments

@kaloyan-raev
Copy link
Contributor

kaloyan-raev commented Sep 26, 2016

This issue collects all items to be done in order to provide additional PHP support within Che.

General bugs affecting the PHP support too:

@kaloyan-raev
Copy link
Contributor Author

@TylerJewell I started collecting the list of items related to the PHP support. I hope you and the team find it useful.

@TylerJewell TylerJewell added the kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. label Sep 26, 2016
@TylerJewell
Copy link

There are some other marketing and documentation issues that will be needed. I added them to the list for consideration.

slemeur pushed a commit that referenced this issue Oct 5, 2016
### What does this PR do?

Adds a stack with [Zend Server](http://www.zend.com/en/products/zend_server), based on the [official docker image](https://hub.docker.com/r/_/php-zendserver/). Zend Server is a professional and certified PHP distribution. The docker image includes a free trial Developer license.

Also adds a project sample of the [Astro Splash](https://github.com/kaloyan-raev/AstroSplash) application, which is a demo app based on the [Zend Expressive](https://zendframework.github.io/zend-expressive/) framework.

After creating a workspace with these stack and template the user must:

1. Execute the `configure` command.
2. Execute the `restart zend server` command.
3. Click on the preview link generated by the `restart zend server` command.

### What issues does this PR fix or reference?

- PHP support #2590

### New behavior

- New stack with Zend Server.
- New project sample: Astro Splash demo app, based on Zend Expressive.
@TylerJewell
Copy link

@kaloyan-raev - if we plan to make a 5.0 announcement release for CheConf, can we think about which issues are likely to be ready and which ones are not likely to be ready in time for the event? It will affect how we message PHP support in the keynote that I give. Also, it would be nice for us to launch a PHP solution page - similar to what we did for SAP web IDE or Codenvy on eclipse.org/che. If you can create the HTML page + content, we'll get our marketing team to get it integrated into the site.

@kaloyan-raev
Copy link
Contributor Author

@TylerJewell All "checked" items are complete - merged in master.

@bartlomiej-laczkowski is working on the Zend Debugger integration. We already have breakpoints working, stepping and showing variables state. I hope we can have the PR in a week.

@mniewrzal is helping with felixfbecker/php-language-server. There is also a great community effort there. The language server improves rapidly. I believe we can have it as a replacement of the Crane server within a week.

These are the two major improvements for the moment. When is the deadline for new major PRs for the 5.0 release?

I'll take a look at the existing documentation. Perhaps, I will open another issue to discuss the changes.

@TylerJewell
Copy link

You probably need to have a PR open by 10/31 for it to have a chance to be merged for the milestone build that we'll use for promotion purposes at CheConf. We'll try to issue that release, whether it's M7 or M8 by November 8th. We are not sure if that will be the GA build or not, but M5 is pretty stable and M6 is focused on exclusively customer issues, so things are rapidly moving in that direction.

@kaloyan-raev
Copy link
Contributor Author

OK. 10/31 sounds good to me.

@bmicklea bmicklea added the kind/enhancement A feature request - must adhere to the feature request template. label Nov 3, 2016
JPinkney pushed a commit to JPinkney/che that referenced this issue Aug 17, 2017
### What does this PR do?

Adds a stack with [Zend Server](http://www.zend.com/en/products/zend_server), based on the [official docker image](https://hub.docker.com/r/_/php-zendserver/). Zend Server is a professional and certified PHP distribution. The docker image includes a free trial Developer license.

Also adds a project sample of the [Astro Splash](https://github.com/kaloyan-raev/AstroSplash) application, which is a demo app based on the [Zend Expressive](https://zendframework.github.io/zend-expressive/) framework.

After creating a workspace with these stack and template the user must:

1. Execute the `configure` command.
2. Execute the `restart zend server` command.
3. Click on the preview link generated by the `restart zend server` command.

### What issues does this PR fix or reference?

- PHP support eclipse-che#2590

### New behavior

- New stack with Zend Server.
- New project sample: Astro Splash demo app, based on Zend Expressive.
@slemeur
Copy link
Contributor

slemeur commented Sep 6, 2017

@kaloyan-raev Are you agree to close this epic as most of the items have been covered? Maybe another epic should be opened to highlight potential advanced capabilities that you would like to introduce.

@kaloyan-raev
Copy link
Contributor Author

@slemeur Yes. Let's close it.

@madalinignisca
Copy link

Will Xdebug be ever supported?

Zend Debugger won't run with PHP 7.2 and it's not nice to have to wait for Zend to work it out on each new PHP release to update their closed source extension. From their history it can be many months...

By the way, is there any reasons not to make Xdebug a priority and default as it's 100% open source and support the closed source Zend Debugger extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
Projects
None yet
Development

No branches or pull requests

5 participants