News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Is Your PHP Application Affected by the Y2K38 Bug?
August 24, 2010 @ 10:12:23

On the SitePoint PHP blog today they pose a question to all PHP developers out there - is your application affected by the Y2K38 bug?

I don't want to be too alarmist, but try running the [given] PHP code on your system. [...] With luck, you'll see "Wednesday 1 February 2040 00:00" displayed in your browser. If you're seeing a date in the late 60's or early 70's, your PHP application may be at risk from the Y2K38 bug!

The bug, caused by a 32-bit operating system, can be helped by running the application on a 64-bit platform (it's due to the limitation of integer size), but there is another option - the DateTime class that handles dates and times differently than the just using the local time settings.

1 comment voice your opinion now!
y2k38 bug datetime integer 32bit 64bit


blog comments powered by Disqus

Similar Posts

PHP.net: PHP 5.1.2 Released

Pierre-Alain Joye's Blog: htscanner 0.6.1

Community News: Windows Software Tools for PHP Wants Beta Testers

PHPClasses.org: Another Serious Security Bug on PHP 5.3.9

Martin Psinas' Blog: Switching to PDO


Community Events









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


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

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