News Feed
Jobs Feed
Sections




News Archive
Phil Sturgeon's Blog:
CodeIgniter on PHP 5.3
December 11, 2009 @ 10:16:49

Those using CodeIgniter on a PHP 5.3 installation might have noticed some error messages related to the datetime handling when you use related functions. Phil Sturgeon has a solution for you to get rid of those pesky messages.

Last night I set up Zend Community Server with PHP 5.3 and gave PyroCMS (running CodeIgniter 1.7.2) a spin. Out of the box v0.9.7.3 and v0.9.8-dev seemed to work fine, except for a single Warning at the top of each page. [...] To fix this, you only need to edit the main index.php for your CodeIgniter application.

He includes the code for a new section that sets the default timezone for the application and, if you want to help suppress errors like this in the future, he also shows how to change the error_reporting level. You can slo change these settings in the php.ini file, but this is a good per-application way to update those settings.

0 comments voice your opinion now!
codeigniter datetime error


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: Useful in-browser development tools for PHP

Mindloop Blog: Htmlpurifier and the CodeIgniter framework

Phil Sturgeon's Blog: My Thoughts on CICONF 2012 UK

CodeIgniter: CodeIgniter 1.6.1 Released

DevShed: Web Application Security Overview


Community Events











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


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

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