Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP.net:
PHP 5.5.0 released
Jun 20, 2013 @ 19:13:20

The long awaited release of PHP 5.5 has finally happened - 5.5.0 has been made available via the PHP.net site (and mirrors).

The PHP development team is proud to announce the immediate availability of PHP 5.5.0. This release includes a large number of new features and bug fixes. [...] For users upgrading from PHP 5.4 there is a migration guide available here, detailing the changes between PHP 5.4 and PHP 5.5.0. For a full list of changes in PHP 5.5.0, see the ChangeLog.

There's a long list of new features that comes with this release as well including generators, "finally", class resolution via "class" keyword, support for list in foreach and the enabling of the Zend Opcode caching by default. You can download this release now from PHP.net.

tagged: language version release v550 bugfixes new features

Link: http://php.net/archive/2013.php#id2013-06-20-1

Wez Furlong's Blog:
More PDO PECL Releases
May 02, 2006 @ 11:55:56

Wez Furlong has posted some information today on his blog hot on the heels of the PHP 5.1.3 release about the inclusion of the latest PDO/PDO drivers in the release.

PHP 5.1.3 was just released, including the latest PDO and PDO drivers. If you're still running older releases of PHP you should probably upgrade. If you don't want to upgrade the PHP core then you'll be pleased to know that I've also released the PHP 5.1.3 versions of PDO, PDO::MYSQL, PDO::PGSQL, PDO::SQLITE and PDO::ODBC to PECL--these are the versions that I've had time to personally test.

These are identical to the code in PHP 5.1.3, with the exception of PDO::ODBC, which includes two additional bug fixes that didn't make it in time.

He also shares a note for those out there trying to build PDO drivers off of the older PECL drivers to work in PHP 5.1.2. Unfortunately, they were also filing bug reports when things broke - a thing that "doesn't make sense" when the bundled PDO should work just fine.

tagged: pdo pecl release latest version 5.1.3 bugfixes pdo pecl release latest version 5.1.3 bugfixes

Link:

Wez Furlong's Blog:
More PDO PECL Releases
May 02, 2006 @ 11:55:56

Wez Furlong has posted some information today on his blog hot on the heels of the PHP 5.1.3 release about the inclusion of the latest PDO/PDO drivers in the release.

PHP 5.1.3 was just released, including the latest PDO and PDO drivers. If you're still running older releases of PHP you should probably upgrade. If you don't want to upgrade the PHP core then you'll be pleased to know that I've also released the PHP 5.1.3 versions of PDO, PDO::MYSQL, PDO::PGSQL, PDO::SQLITE and PDO::ODBC to PECL--these are the versions that I've had time to personally test.

These are identical to the code in PHP 5.1.3, with the exception of PDO::ODBC, which includes two additional bug fixes that didn't make it in time.

He also shares a note for those out there trying to build PDO drivers off of the older PECL drivers to work in PHP 5.1.2. Unfortunately, they were also filing bug reports when things broke - a thing that "doesn't make sense" when the bundled PDO should work just fine.

tagged: pdo pecl release latest version 5.1.3 bugfixes pdo pecl release latest version 5.1.3 bugfixes

Link:

Community News:
PHP 5.1.3 Released
May 02, 2006 @ 11:51:40

The latest version of the PHP programming language in the 5.1.x series has been released today - version 5.1.3.

From PHP.net:

The PHP development team is proud to announce the release of PHP 5.1.3. This release combines small number of feature enhancements with a significant amount of bug fixes and resolves a number of security issues. All PHP users are encouraged to upgrade to this release as soon as possible.

There have been several updates and bugfixes in this release, including:

  • Fixed a buffer overflow inside the wordwrap() function.
  • Fixed cross-site scripting inside the phpinfo() function
  • Fixed a heap corruption inside the session extension
  • Fixed a number of crashes in the DOM, SOAP and PDO extensions
  • Multitude of improvements to the SPL, SimpleXML, GD, CURL and Reflection extensions

The PHP team suggests you update your installation right away - you can grab this latest edition from the main PHP site or your favorite local mirror. For more information, you can check out the release announcement and the Changelog.

tagged: release version 5.1.3 bugfixes features release version 5.1.3 bugfixes features

Link:

Community News:
PHP 5.1.3 Released
May 02, 2006 @ 11:51:40

The latest version of the PHP programming language in the 5.1.x series has been released today - version 5.1.3.

From PHP.net:

The PHP development team is proud to announce the release of PHP 5.1.3. This release combines small number of feature enhancements with a significant amount of bug fixes and resolves a number of security issues. All PHP users are encouraged to upgrade to this release as soon as possible.

There have been several updates and bugfixes in this release, including:

  • Fixed a buffer overflow inside the wordwrap() function.
  • Fixed cross-site scripting inside the phpinfo() function
  • Fixed a heap corruption inside the session extension
  • Fixed a number of crashes in the DOM, SOAP and PDO extensions
  • Multitude of improvements to the SPL, SimpleXML, GD, CURL and Reflection extensions

The PHP team suggests you update your installation right away - you can grab this latest edition from the main PHP site or your favorite local mirror. For more information, you can check out the release announcement and the Changelog.

tagged: release version 5.1.3 bugfixes features release version 5.1.3 bugfixes features

Link:


Trending Topics: