PHP5 is just released!
Collapse
X
-
-
always great to get the geeks to upgrade straight away, I normaly give it a couple of month until the bug fixes come out.Comment
-
-
-
I've been running PHP/5.0.0RC2 ever since it's been relieased. i'm loving it. but i agree, it should be tested thoroughly before migrating to large production environments.Originally posted by Jonathan Quarkschowski
always great to get the geeks to upgrade straight away, I normaly give it a couple of month until the bug fixes come out.
some old code will not work correctly with the new release.
Comment
-
Cool... I still write my code so it can work on V3.
Can it be compiled yet?Comment
-
Yup... I personally like the SQL and XML features of V.5 and the OOP is nice of course."Only the dead have seen the end of war." - Plato
"In the abscence of orders, go find something and kill it." - Erwin Rommel
"A man's worth is no greater then the worth of his ambitions." - Marcus AureliusComment
-
-
Geeks built and run the net, be proud. We all need something.Comment
-
any big changesComment
-
New Zend scripting engine (second version).Originally posted by johnbosh
any big changes
A lot of new OOP features, it's very similar to java in that aspect now.
New extensions and libraries.
PHP also now comes with sqlite by default. Very efficient small-scale, file based database, that doesnt require any database application demon to run like mysql.
Some major changes are listed here: http://www.php.net/zend-engine-2.php
Comment
-
and if they weren't so fucking slow....Originally posted by thekebie
It needs to turn into pure OOP, i hate making big projects in PHP. I would be happy to make everything with J2EE and JSP if the fucking development inviroments wheren't such a pain in the ass to set up.Comment



Comment