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

Community News: PHP 5.1.4 Released in Response to Bug

Maggie Nelson's Blog: PDO_OCI does not support CLOBs

PHP.net: PHP 5.3.5 and 5.2.17 Released!

Matthew Turland's Blog: A Few Kinks in FilterIterator

Johannes Schluter's Blog: Easter - Don't just look for eggs but also for bugs


Community Events









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


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

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