PDA

View Full Version : PHP 5 Released


Lincoln
22 Jul 2004, 4:29am
PHP 5 (final) was released on July 13. Better late to the story than never...

Download it here (http://www.php.net/downloads.php#v5)

New features include:

- The Zend Engine II with a new object model and dozens of new features.
- XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
- A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
- A brand new built-in SOAP extension for interoperability with Web Services.
Looks like another gold star for Zend Technologies.

Source: PHP.net (http://www.php.net)

BLuKnight
22 Jul 2004, 5:33pm
I've been looking forward to the new release of PHP. Finally, I get to use try/catch/throw blocks. Woohoo!

Shorty
22 Jul 2004, 6:06pm
Sadly :(

There are no "throw" blocks :bawling:

Does have try/catch though .. and things like implement, abstract and proper destructors :D

MediaMan
22 Jul 2004, 6:22pm
Quick...let's switch platforms now that the sites humming along nicely! I haven't heard a "bork" or a "spoink" in a long time.

Shorty
22 Jul 2004, 6:35pm
Quick...let's switch platforms now that the sites humming along nicely! I haven't heard a "bork" or a "spoink" in a long time.
Me and the main man -tk have already had that conversation this week ;)

Patience young jedi.. it will come :cool:

Enverex
22 Jul 2004, 6:35pm
Just a quick question, would something made in PHP4 still work in PHP5 or have they broken lots of the backwards compatability?

Shorty
22 Jul 2004, 7:09pm
Just a quick question, would something made in PHP4 still work in PHP5 or have they broken lots of the backwards compatability?
Unless you are using really old superglobals (http_get_vars, http_post_vars) or use register globals=on .. 99% of all scripts will work :)

Jengo
23 Jul 2004, 2:49am
hmm

*is very confused*

*runs away crying like a school girl*