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

PHP.net:
PHP 7.0.0 Alpha 1 Released
Jun 12, 2015 @ 17:50:11

The first release on the path to PHP7 has officially been released according to this new post on the main PHP.net website - PHP 7.0.0 Alpha 1.

The PHP development team announces the immediate availability of PHP 7.0.0 Alpha 1. This release marks the beginning of the PHP 7 major series. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system. PHP 7.0.0 Alpha 1 comes with new version of the Zend Engine with features. [...] For more information on the new features and other changes, you can read the NEWS file or the or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.

As with other alpha PHP releases, you can download this preview version from the downloads page or windows.php.net/qa website for the binaries.

tagged: php7 alpha1 release version download preview news upgrading

Link: http://php.net/archive/2015.php#id2015-06-11-3

Robert Ames' Blog:
Upgrading from PHP4 to PHP5
Jun 11, 2006 @ 18:34:24

For those out there wanting to make the move from PHP4 up to PHP5, Robert Ames has posted a few things to watch out for.

So, I've spent some time upgrading the darwingames.com codebase to be PHP5 compatible. For those considering the transition (and language designers who are considering an incompatible source version upgrade), I offer the following observations.

He breaks it down into to categories - the good and the bad. Some of the items on either list include:

  • static methods (good)
  • E_STRICT (bad)
  • random passing by reference gone (good)
  • replacing is_a() with instanceof (bad)

He also offers some of his personal suggestions for guidelines for future language updates.

tagged: php4 php5 upgrading good bad recommendations php4 php5 upgrading good bad recommendations

Link:

Robert Ames' Blog:
Upgrading from PHP4 to PHP5
Jun 11, 2006 @ 18:34:24

For those out there wanting to make the move from PHP4 up to PHP5, Robert Ames has posted a few things to watch out for.

So, I've spent some time upgrading the darwingames.com codebase to be PHP5 compatible. For those considering the transition (and language designers who are considering an incompatible source version upgrade), I offer the following observations.

He breaks it down into to categories - the good and the bad. Some of the items on either list include:

  • static methods (good)
  • E_STRICT (bad)
  • random passing by reference gone (good)
  • replacing is_a() with instanceof (bad)

He also offers some of his personal suggestions for guidelines for future language updates.

tagged: php4 php5 upgrading good bad recommendations php4 php5 upgrading good bad recommendations

Link:

Laura Thomson's Blog:
Slides from MySQL Users Conference
Apr 26, 2006 @ 21:25:47

Laura Thomson has posted her slides from the two presentations she's given at the MySQL User Conference this year - "Upgrading to PHP5" and "Secure Your MySQL and PHP Web Apps".

The Upgrading to PHP5 talk and Secure Your MySQL and PHP Web Apps" talk slides can be grabbed directly from her site.

She also notes an extensive recap that Mike Hillyer did on his site of the "Securing" talk.

tagged: phptek conference slides laura thomson upgrading securing mysql phptek conference slides laura thomson upgrading securing mysql

Link:

Laura Thomson's Blog:
Slides from MySQL Users Conference
Apr 26, 2006 @ 21:25:47

Laura Thomson has posted her slides from the two presentations she's given at the MySQL User Conference this year - "Upgrading to PHP5" and "Secure Your MySQL and PHP Web Apps".

The Upgrading to PHP5 talk and Secure Your MySQL and PHP Web Apps" talk slides can be grabbed directly from her site.

She also notes an extensive recap that Mike Hillyer did on his site of the "Securing" talk.

tagged: phptek conference slides laura thomson upgrading securing mysql phptek conference slides laura thomson upgrading securing mysql

Link:


Trending Topics: