eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

PHP support #2590

Closed kaloyan-raev closed 7 years ago

kaloyan-raev commented 8 years ago

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 commented 8 years ago

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

TylerJewell commented 8 years ago

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

TylerJewell commented 8 years ago

@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 commented 8 years ago

@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 commented 8 years ago

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 commented 8 years ago

OK. 10/31 sounds good to me.

slemeur commented 7 years ago

@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 commented 7 years ago

@slemeur Yes. Let's close it.

madalinignisca commented 6 years ago

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?