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

Lorna Mitchell:
PHP 5.6 Benchmarks
May 19, 2014 @ 14:32:18

Lorna Mitchell has put together a set of benchmarks for PHP 5.6 comparing them to the three previous minor versions, PHP 5.5, 5.4 and 5.3 based around the same setup as her previous benchmarks of PHP 5.4.

A while ago I did some benchmarks on how different versions of PHP perform in comparison to one another. This isn't a performance measure in absolute terms, this was just benchmarking them all on the same laptop while it wasn't doing anything else, and averaging the time it took to run the benchmark script. Recently I ran it again for versions PHP 5.3 through PHP 5.6 and I thought I'd share my results.

There's a steady drop in execution time over the series of versions, with PHP 5.6 coming in the shortest. She also includes the actual numbers of the results in case you'd like to chart them out yourself.

tagged: php56 benchmark previous version execution time

Link: http://www.lornajane.net/posts/2014/php-5-6-benchmarks

WebReferece.com:
Building a Weblog: Part 2
Feb 19, 2007 @ 17:34:00

WebReference.com is back today with part two of their "Building a Weblog" series picking up where the previous part left off.

They start with adding a comments summary to the page, giving the user a view of the previous comment submitted by other users. They include a brief look at anchor tags before moving into the code to display some of the previous blog entries. Next up is all about getting more specific - creating the code to view each of the specific blog entries.

Of course, what is an entry without its comments, so they include the code to integrate that into the page as well. Finally, they give the user a way to talk back about the content they're reading by adding a simple comments form to each of the posts' pages.

tagged: build weblog tutorial comment previous entry build weblog tutorial comment previous entry

Link:

WebReferece.com:
Building a Weblog: Part 2
Feb 19, 2007 @ 17:34:00

WebReference.com is back today with part two of their "Building a Weblog" series picking up where the previous part left off.

They start with adding a comments summary to the page, giving the user a view of the previous comment submitted by other users. They include a brief look at anchor tags before moving into the code to display some of the previous blog entries. Next up is all about getting more specific - creating the code to view each of the specific blog entries.

Of course, what is an entry without its comments, so they include the code to integrate that into the page as well. Finally, they give the user a way to talk back about the content they're reading by adding a simple comments form to each of the posts' pages.

tagged: build weblog tutorial comment previous entry build weblog tutorial comment previous entry

Link:

John Mertic's Blog:
Windows Installer for PHP 5.2.0RC3
Sep 07, 2006 @ 11:58:37

John Mertic has a quick note on his blog about the latest release candidate for the Windows PHP installer (PHP5.2.0RC3) and some issues they've been having.

Rebuilt the installer for 5.2.0RC3. Edin was having problems building it so I'm going to do it and upload it; hopefully we can resolve the issue.

It's also noted that if you see issues with using the installer, try removing the previous PHP installation before running it again.

tagged: windows installer release candidate problems previous install windows installer release candidate problems previous install

Link:

John Mertic's Blog:
Windows Installer for PHP 5.2.0RC3
Sep 07, 2006 @ 11:58:37

John Mertic has a quick note on his blog about the latest release candidate for the Windows PHP installer (PHP5.2.0RC3) and some issues they've been having.

Rebuilt the installer for 5.2.0RC3. Edin was having problems building it so I'm going to do it and upload it; hopefully we can resolve the issue.

It's also noted that if you see issues with using the installer, try removing the previous PHP installation before running it again.

tagged: windows installer release candidate problems previous install windows installer release candidate problems previous install

Link:


Trending Topics: