PHP5.3 Nearly Upon Us  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| |
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!
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| | | re: PHP5.3 Nearly Upon Us
Damn it. Cannot compile GTK2 with PHP5.3 :(
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| | | re: PHP5.3 Nearly Upon Us
I guess this thread shouldn't be in Misc Questions. Nowhere else seems appropriate, though.
|  | Moderator | | Join Date: Nov 2006 Location: Iceland
Posts: 3,736
| | | 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.
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| | | 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.
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| | | re: PHP5.3 Nearly Upon Us
Officially released today! :D
|  | Moderator | | Join Date: Nov 2006 Location: Iceland
Posts: 3,736
| | | 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)
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| | | 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
|  | Moderator | | Join Date: Aug 2008 Location: Leipzig, Germany
Posts: 3,629
| | | re: PHP5.3 Nearly Upon Us Quote:
Originally Posted by Markus Officially released today! :D I hope the ISPs don't wait too long with updating PHP on their servers.
|  | Moderator | | Join Date: Jun 2007 Location: York, England, with wolves.
Posts: 4,936
| | | 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 226,223 network members.
|