News Feed
Jobs Feed
Sections




News Archive
Terry Chay's Blog:
How much does a date() cost?
May 07, 2009 @ 11:18:28

In a new post to his blog Terry Chay looks at the real cost of a (call to) date() - the PHP function that can parse either the current or an inputted timestamp out into the date format you specify.

One of the fringe benefits of open sources an existing code base is that you have an opportunity to setting error_reporting on E_ALL | E_STRICT or perhaps rather just to 2147483647. When you do that you find small problems with your code base you missed the first time you sloppily wrote it. In my case, I noticed that date() was throwing strict errors.

Due to his resulting request to test the error (after submitting a ticket to fix the server's php.ini settings), he went about trying to test and see what the real impact of working with the date function was by developing his own simple benchmarking script. It runs through five different tests some with a default timezone set and some not. His results found that doing it in the script versus on the server's config didn't make much of a difference so he corrected the issue with a quick ini_set (or a date_default_timezone_set).

0 comments voice your opinion now!
date timezone default benchmark iniset datedefaulttimezoneset


blog comments powered by Disqus

Similar Posts

Harrie Verveer's Blog: Benchmarking Xdebug

Dries Buytaert\'s Blog: Drupal webserver configurations compared

Larry Garfield's Blog: readfile() not considered harmful

Terry Chay's Blog: How much does a date() cost?

Community News: PHP Benchmarks Compared to Several Languages


Community Events











Don't see your event here?
Let us know!


podcast development community framework testing functional language unittest api code composer zendframework2 introduction example tool opinion series release conference interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework