PHP5.3 Nearly Upon Us 
June 13th, 2009, 11:04 PM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,862
| |
Looking forward to anonymous functions, not very interested in namespaces (that's a lie, I'm not interested in the declaring of namespaces).
Going to see about compiling the release candidate now :D
Also, PHPGTK2 is awesome!
| 
June 14th, 2009, 03:28 PM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,862
| | | re: PHP5.3 Nearly Upon Us
Damn it. Cannot compile GTK2 with PHP5.3 :(
| 
June 17th, 2009, 12:46 PM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,862
| | | re: PHP5.3 Nearly Upon Us
I guess this thread shouldn't be in Misc Questions. Nowhere else seems appropriate, though.
| 
June 22nd, 2009, 04:23 PM
|  | Moderator | | Join Date: Nov 2006 Location: Iceland
Posts: 3,701
| | | re: PHP5.3 Nearly Upon Us
What?!
There is a release candidate out?
Why was I not informed! :P
But yea, I'm looking forward to the namespaces. I'm going to have a lot of fun organizing my code with that! :D
The anonymous functions to. Kind of a JavaScript vibe going on there.
Also, the new MySQL native driver sounds like a nice addition.
| 
June 22nd, 2009, 05:00 PM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,862
| | | re: PHP5.3 Nearly Upon Us Quote:
Originally Posted by Atli What?!
There is a release candidate out?
Why was I not informed! :P
But yea, I'm looking forward to the namespaces. I'm going to have a lot of fun organizing my code with that! :D
The anonymous functions to. Kind of a JavaScript vibe going on there.
Also, the new MySQL native driver sounds like a nice addition. | Yeah, it all looks pretty sweet. I'm not sure what PHP6 will bring that 5.3 won't? I don't see any differences.
Anyway, having a native driver (for mysql) makes sense - it's the most commonly used database tool in PHP.
| 
June 30th, 2009, 05:49 PM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,862
| | | re: PHP5.3 Nearly Upon Us
Officially released today! :D
| 
June 30th, 2009, 09:54 PM
|  | Moderator | | Join Date: Nov 2006 Location: Iceland
Posts: 3,701
| | | re: PHP5.3 Nearly Upon Us
Whoot, Nice!
I'm going to have fun installing that on my test server tonight :-D
Don't think there are many Linux binaries available so soon tho. Probably going to have to build it from source. (Which I such at :-P)
| 
July 1st, 2009, 12:52 AM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,862
| | | re: PHP5.3 Nearly Upon Us Quote:
Originally Posted by Atli Whoot, Nice!
I'm going to have fun installing that on my test server tonight :-D
Don't think there are many Linux binaries available so soon tho. Probably going to have to build it from source. (Which I such at :-P) | It's simple! -
cd php-source
-
./configure
-
make
-
sudo make install
-
:D
| 
July 1st, 2009, 06:50 AM
|  | Moderator | | Join Date: Aug 2008 Location: Leipzig, Germany
Posts: 3,487
| | | re: PHP5.3 Nearly Upon Us Quote:
Originally Posted by Markus | I hope the ISPs don't wait too long with updating PHP on their servers.
| 
July 1st, 2009, 11:32 AM
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,862
| | | re: PHP5.3 Nearly Upon Us Quote:
Originally Posted by Dormilich I hope the ISPs don't wait too long with updating PHP on their servers. | Well, people are still using PHP4 ... I think that says it all :P
|  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,689 network members.
|