Home arrow PHP arrow PHP 5: A Sign that PHP Could Soon be Owned by Sun

PHP 5: A Sign that PHP Could Soon be Owned by Sun

PHP 5’s official release occurred on July 13th with a complete re-haul of object-oriented programming features and improved MySQL functions. These are sure to be great additions to the package for PHP developers. However, many of the changes to PHP are hinting to something that may not necessarily be something PHP developers will like down the road.

TABLE OF CONTENTS:
  1. PHP 5: A Sign that PHP Could Soon be Owned by Sun
  2. How PHP5 is Similar to Java
  3. New Features in PHP5
  4. MySQL Functions in PHP5
  5. Questions About the Future Direction of PHP
By: Ian Felton
Rating: starstarstarstarstar / 180
August 04, 2004

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

At first glance, the obvious changes to PHP are a result of the success of the Java platform and the weaknesses of PHP revealed when making a comparison. With the release of PHP 5, it's apparent that the developers of PHP and the Zend Engine (which are essentially one and the same) felt compelled to make PHP much more like Java with respect to object-oriented programming. With its new interoperability with Java, as it states on Zend’s web site, “full integration with Java will be closer than ever before.” Hmmm, full integration with Java, huh?

On November 4th, 2003, Zend, the Israeli company backing the development of PHP announced a strategic partnership with Sun. This deal also included advisors from Borland, Macromedia, MySQL and others. The purported purpose of this deal was to make PHP part of Sun’s web server and bring it to the corporate world of development that previously had been dominated by ASP and ColdFusion. Now with the release of PHP 5, it’s far more apparent which path PHP is taking.



 
 
>>> More PHP Articles          >>> More By Ian Felton
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 6 - Follow our Sitemap

Dev Shed Tutorial Topics: