iNET Interactive - Online Advertising Agency
          
   Home    Authors    About    Login    Contact Us
   Search:   
Advanced Search     
  Articles

  ASP (26)
  ASP.NET (19)
  C and C++ (4)
  CFML (2)
  CGI and Perl (16)
  Flash (2)
  Java (7)
  JavaScript (28)
  PHP (92)
  MySQL (13)
  MSSQL (3)
  HTML (34)
  SEO (9)
  Visual Basic (12)
  CSS (13)
  SSI (5)
  XML (12)
  C# (14)

  Developer News

May 16, 2008
Who Are Your Top Friends on Facebook?
About
 
May 15, 2008
Reader Question - Would you host your client's work on your website?
About
 
May 15, 2008
How to Create an Ajax Autocomplete Text Field: Part 6
WebReference.com
 
May 14, 2008
Poll: Are the browser safe colors still needed?
About
 
May 14, 2008
Google Doctype launched
About
 
May 14, 2008
Web Editor Reviews - 6 New Reviews
About
 
Courtesy of moreover.com
 
Want to receive new articles via e-mail? Click here!
/Home /PHP

PHP5 Beta Released [10 Dec 2004] 

  Views:    2050
  Votes:    2
by Thomas Hampson 12/13/04 Rating: 

Synopsis:

The long awaited PHP5 has arrived and offers all new features, enhanced support for XML, a Standard PHP Library and much more. Released just two days after version 4.3.10 of PHP, the all new PHP5 proves to be something to look out for in the near future.
Pages: 
The Article

Whats News in PHP5?

There are many new and enhanced features in PHP5, such as the introduction of exception handling, a Standard PHP Library, better support for XML and enhancements to the object features. Also on offer with the new version is a large list of new functions.

Enhanced Support for XML

The new PHP5 installs XML support by default and offers SimpleXML which standardises functions and is fully compliant with the well known World Wide Web Consortium's standards. SimpleXML is claimed to be possibly the greatest addition to PHP in recent versions, allowing you to write out the entire XML document with just a few lines of code.

Enhanced Database Support (that isn't so enhanced)

PHP5 offers SQLite, a faster and easier method to creating those mySQL databases and tables from within PHP.
Whilst the SQLite is perfect for developers who are new to PHP and mySQL, it fails on popular sites and experienced developers should stay away from SQLite. The new SQLite database which is embedded with PHP5 has no ALTER TABLE feature and is known to have problems when there are over five connections to the database. This causes major problems for even the most simple database operations; the failure to handle larger number of connections limits the amount of users that can be using the database at any one time to only five and the exclusion of the ALTER TABLE function wipes out all opportunities to include the ability to add/remove/modify fields in a table, commonly used in administration areas such as in Content Management Systems.

PHP5 Overall
The new PHP5 offers many advances of the previous PHP4 version, and whilst most of the advances are aimed towards the more experienced developer, PHP have been sure to make it easier for new developers to get into PHP and mySQL through simpleXML and SQLite. You can find more information about PHP5 from the PHP website, at
www.php.net.

PHP5 Beta Downloads
Use the links below to download the beta of PHP 5.0.0b1, available in three compressed formats.

PHP 5.0.01b.zip
PHP 5.0.01b.tar.bz2
PHP 5.0.01b.tar.gz
Pages: 

Similar/related articles:


 
  Sponsors