When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

PHP 5 Release Candidate 3 Released

At long last PHP 5 Release Candidate 3 has been released. With any luck this will the final release till we get PHP 5!

This mostly bug fix release improves PHP 5's stability and irons out some of the remaining issues before PHP 5 can be deemed release quality. Everyone is now encouraged to start playing with it!

  • Moved the PDFLib extension to PECL. (Wez)

  • Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg)

  • Added support for dumping private/protected properties to var_dump(). (Andrey)

  • Added count() support for COM arrays. (Wez)

  • Added Firebird/InterBase UDF source that allows PHP functions to be called from SQL (Ard)

  • Changed user error handler mechanism to relay to built-in error handler if it returns false. (Andrei)

  • Changed class type hints for function parameters to not allow the passing of NULL values. (Andi)

  • Changed tidy_node to tidyNode and removed tidy_exception. (John)

  • Fixed ip2long() to return FALSE if an IP address passed to this function is not valid. (Derick)

  • Fixed memory leak in memory manager. (Andi)
View: ChangeLog

Download: PHP 5 Release Candidate 3

News source: PHP.net

Report a problem with article
Next Article

Mozilla Firefox 0.9 RC1

Previous Article

Microsoft Trademark Battle-How Would Resellers Vote?

Join the conversation!

Login or Sign Up to read and post a comment.

-1 Comments - Add comment