Php 7 released?

I am looking forward to the new release especially because it is compiled rather than interpreted.

I am also curious to know if performance increases on old scripts or is drastic optisation required for noticeable benefits.

Has anyone installed the Linux version and can recommend an installation script?

1 Like

Hereā€™s a good little Zend piece on PHP 7 - http://www.zend.com/en/resources/php-7

They indicate that you will indeed see significant speed improvements from upgrading without even altering code.

The November 12 RC was supposed to be the last one before release, so hopefully weā€™ll be seeing the release soon.

1 Like

Well. It is about time!

Honestly, I have been following PHP closely for quite a while now. It is growing [up] from where it was a decade or so ago. :thumbsup:

1 Like

Yes I fully agree.

Php and web development seemed a retrograde step after learning numerous compiled languages.

Will there be a make file or an automatic compile of the separate pages?

Where are you getting information about compilation? That doesnā€™t follow with what Iā€™ve read.

Where are you getting information about compilation? That doesnā€™t follow with what Iā€™ve read.

I have just re-read a few articles and believe this version is unfortunately not compiled :frowning:

The prior versions were compiled so this one should be as well.

The question should be whether the page is compiled immediately before running it (as prior versions are) or whether it is compiled in advance.

1 Like

If it is now officially released and not just another RC, then Iā€™d give it about 30 days before we start to see the odd thread where someoneā€™s site has stopped working due to them using the old mysql_* extension.

btw: @swader it might be worth bumping the ā€œmigrate from the mysql_* extension to PDOā€ article to the front/top of the PHP articles list with a link to the PHP forum added for any problems

1 Like

Seems to just be a RC - http://php.net/archive/2015.php

The article says ā€œaims to release PHP 7 in October 2015ā€ so Iā€™m thinking itā€™s not as up-to-date as it might be. :slight_smile:

Thereā€™s not much to be up to date about, itā€™s just giving generalities. They were shooting for October right up until then I thinkā€¦ then they said November 12, but that became the last RC dateā€¦ now theyā€™re going to miss November altogether if they donā€™t get on the ball :smiley:

Wikipedia links to that as the evidence to support an official release date of tomorrow even though that page doesnā€™t give a release date. The Wikipedia page is the only place where I have been able to find 26th November listed as the official release date though. There are a few other sites that specify December as the intended release date without being any more specific.

It canā€™t be very far off now though as there are lots of indications that RC7 is the last before the official release.

Re: release. Thereā€™s a critical issue holding things back.

@spacephoenix good thinking, cheers.

Edit: official statement for Dec 3rd release

And I thought I liked to watch the world burn, this made me lol too

On the PHP compile or not compile, this is a good video about what PHP does, when it interprets and runs your PHP code.

Scott

But the last version of php 5 is not finished:

http://php.net/archive/2015.php#id2015-10-29-2

I remember the book

http://www.wrox.com/WileyCDA/WroxTitle/Professional-PHP6.productCd-0470395095.html

What happened to php6 ? https://wiki.php.net/ideas/php6

Opcache has been bundled with 5.5.0. A real integration did not happen yet while stabilizing it was the highest priority.

OPCache is preferred for efficient drupal 8 performance.

Personally I will concentrate on php 5.+ until ā€¦

Site admins or moderators

My profile information is wrong:

Joined Aug 29, '14

search for

xml kgun site:sitepoint.com

and you will find post long before that date, I think I joined your forumun in 2005 or 2006.

That is the date of the move to Discourse from vBulletin platform. Everyone who was a member before the move has the same join date.

Iā€™d give it about 5 hours, and more than ā€˜the odd threadā€™.

RC8 has now been released so we have to wait at least another two weeks for the official version.

PHP 7 has been tagged on github, and release will be imminent.