 |
 | PHP 5.3 and new syntax |  |
Joined: 15 Aug 2006 |
Posts: 21 |
|
|
 |
Posted: Mon Aug 18, 2008 1:23 pm |
|
 |
 |
 |
 |
PHP 5.3 is nearly here, stable release is planned in "few days", between mid September and mid October. I would like to ask when will be PhpEd familiar with new extended syntax - namespaces, closures, NOWDOC, ternary short cut "?:" and new constant syntax.
Namespaces affect code-insight in many ways:
namespace Nette::Forms;
use Nette::Component;
/**
* @return ::Component // means ::Component, not Nette::Forms::Component or Nette::Component
*/
function test(Component $c) // means Nette::Component
{
...
}
|
|
|
 |
 | |  |
 |
 | |  |
Site Admin
Joined: 13 Jul 2003 |
Posts: 8363 |
|
|
 |
Posted: Wed Jan 14, 2009 8:47 pm |
|
 |
 |
 |
 |
Quote: | the namespaces feature has been set in stone |
Everything related to the namespaces in php, including syntax, prefixes, keywords, rules, and so forth, can be changed MULTIPLE times before the release. And even after.
Next portion of debates will obviously start after the first beta or next alpha of php-5.3.
Will see then.
|
_________________ The PHP IDE team
|
 |
 | |  |
 |
 | |  |
 |
 | |  |
 |
 | |  |
 |
 | |  |
Joined: 14 Jun 2009 |
Posts: 13 |
|
|
 |
Posted: Sat Jun 13, 2009 11:20 am |
|
 |
 |
 |
 |
Hello, the argument that web hosts aren't going to support PHP 5.3 is only half of the question in my opinion.
#1, there are folks such as myself, and many others that run their own dedicated servers or vps servers and can install php 5.3 at any time. Of course there will be vulnerabilities, but that shouldn't be the concern of NuSphere should it? It's the concern of the person running the server to update their software as fast and as early as possible when using bleeding edge tech.
#2, Many folks will be developing php software that is only going to be run locally, where the security of php is not a concern at all. These projects may take months, or even a year or longer to be completed. After completion, they would be uploaded to a remote server. The chief argument against implementing PHP 5.3 syntax in NuSphere seemed to be remote web host support, or lack thereof, but that completely shuts out folks who are doing developmental work on php software.
I personally have a project that I expect will not be publicly available until mid 2010, if not late 2010, and I'd love to have an IDE that supports the new PHP syntax now. I am using another IDE at the moment, and am looking for to purchase a license for a different IDE, one that meets more of my needs than my current IDE. One of the biggest needs I see going forward is support for PHP 5.3 style syntax, and that will be a major factor in my decision of which IDE I want to put money into.
I will be watching and waiting to see when NuSphere adds PHP 5.3 support very eagerly!
|
|
 |
 | |  |
 |
 | |  |
Veteran
Joined: 06 Mar 2007 |
Posts: 158 |
Location: Poland |
|
 |
Posted: Mon Jun 15, 2009 2:22 am |
|
 |
 |
 |
 |
There is always a reason to buy new PhpED
But in other hand there is no reason to implement new syntax until final and stable version is released. Please understand ppls that debates about new php are published and please look at it a quite deeper.
If You start writing Your application with namespaces and with new syntax etc. etc. and something will be changed - Your time and work are wasted. The same implementing this in PhpED now is only waste of time for NuSphere's developers. There are a lot of other things to do first (such as JS support).
I believe and I am sure that new syntax will be implemented, but after final and stable release of PHP. Maby not day or week after that, but soon after that (if not, many PhpED's customers will use other IDE).
|
_________________ ML
|
 |
 | |  |
Joined: 27 Apr 2007 |
Posts: 72 |
|
|
 |
Posted: Mon Jun 15, 2009 3:31 am |
|
 |
 |
 |
 |
intro wrote: | There is always a reason to buy new PhpED
But in other hand there is no reason to implement new syntax until final and stable version is released. Please understand ppls that debates about new php are published and please look at it a quite deeper.
If You start writing Your application with namespaces and with new syntax etc. etc. and something will be changed - Your time and work are wasted. The same implementing this in PhpED now is only waste of time for NuSphere's developers. There are a lot of other things to do first (such as JS support).
I believe and I am sure that new syntax will be implemented, but after final and stable release of PHP. Maby not day or week after that, but soon after that (if not, many PhpED's customers will use other IDE). |
Support for PHP 5.3 is highly needed, it is in heavy use right now. Release candidate 3 is out and lot's of project are using 5.3 already. As namespaces is huge step forward and this feature is quite stable,
NuSphere should really think hard to implement it as one of first on the market, and be on TOP.
For me, not supporting 5.3 is reason to change IDE.
|
|
 |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT - 5 Hours
Page 1 of 2
|
|
|
|  |