Content deleted Content added
m →Support: Fixed typo |
Meizawotmeiz (talk | contribs) m PDO is a database interface and does not implement support for OOP. |
||
Line 28:
=== PHP 5 ===
On [[July 13]] [[2004]], PHP 5 was released, powered by the new Zend Engine II. PHP 5 included new features such as:<ref>http://www.onlamp.com/pub/a/php/2004/07/15/UpgradePHP5.html</ref>
* Robust support for [[Object-Oriented Programming
* The [[PHP Data Objects]] extension, which defines a lightweight and consistent interfaces for accessing databases
* Performance enhancements taking advantage of the new engine
* Better support for [[MySQL]] through a completely rewritten extension
* Embedded support for [[SQLite]]▼
▲* Embedded support for SQLite
* Integrated [[SOAP]] support
* Data iterators
* Error handling through
The latest version as of November 2006 is PHP 5.2.0.
|