Top Tags
article
book
conference
mysql
mysqli
news
onphp5
oop
pdo
php5
poll
prado
security
solar
symfony
unicode
zend
zend core
zend framework
zend platform
More tags »
Not logged in
Login |
Register
|
Most Important Feature of PHP 5?
By dennisp
on Wednesday, 24 January 2007, 07:40
Published under:
oop
php5
poll
sqlite
Views: 2220, comments: 0
The International PHP Magazine was conducting a poll to name the most important feature of PHP5. The winner was better OOP support
The poll which was conducted over the last week, included the following questions:
- Better error handling
- Better MySQL performance
- Newer useful functions
- SQLite Database support
- Best OOP support period
The winner was the last option, "Best OOP support period", with 58.8% of votes. The runner up was "Newer useful functions" with 10.3%, then "Better error handling", "Better MySQL performance" and "SQLite Database support" with 4.4, 2.9 and 1.5%, respectively.
So, we can state, that better OOP is the main feature that will drive the adoption of PHP5. However, it would be interesting if the poll included the performance-related questions (as Zend Engine 2, used in PHP5, is better performing than Zend Engine 1, used in PHP4).
Also PHP5 programmers tend to use exceptions as the preferred error handling mechanism, since they placed the "Better error handling" on the 3rd place, just after the "Newer useful functions", which can be explained that performance and convenience of common operations is also very important for them.
Sadly enough, SQLite support (which was a promising feature) didn't find enough supporters. All we can do is attribute this to the fact that SQLite databases are pretty incompatible with different versions of this library, and that the support for SQLite 3 in PHP5 is achievable only through PDO (and possibly recompiling PHP to support the latest SQLite 3 version), which is not an option for many.
Related articles
Exceptions in __autoload()
Learning PHP Data Objects
SimpleXML, DOM and Encodings
Advocating Namespaces
Poll: Do you run PHP4-based code on PHP5?
Poll: Does your mom have an email account?
Poll Results: Do you run PHP4-based code on PHP5?
PHP Version 5.2.5 Released
PHP Version 5.2.4 (RC1) Released for Testing
PHP Version 5.2.1 Released
PHP5 More Secure than PHP4
i18n with PHP5: Pitfalls
PHP Version 5.2.2 (RC1) Released for Testing
PHP Version 5.2.3 Released
PHP Version 5.2.2 Released
PHP Version 5.2.4 Released
Note: Comments to this article are premoderated. They won't be immediately published.
Only comments that are related to this article will be published.
|