Description of problem: strtotime should provide a timestamp given a date string. In a 64bit OS this timestamp should not be limited to the value of a 32bit interger. Version-Release number of selected component (if applicable): 5.1.6 How reproducible: Always. Steps to Reproduce: 1. Provide a date before to 1900 to strtotime() Actual results: Fails and returns FALSE. Expected results: Provides a negative timestamp not limited by a 32bit interger. Additional info: Working on Slackware64 13.1
*** This bug has been marked as a duplicate of bug 607453 ***