bestupload12
New Member
Need to be able to use dates beyond the 32-bit timestamp limit so upgraded our server to Windows Server 2003 64-bit version. And running php 5.2.5 64-bit. However still can't use dates beyond the 32-bit limit. echo strtotime("11-11-2050");returns nothing. Running php on IIS 6.0 using C:\WINDOWS\system32\inetsrv\fcgiext.dllLet me know if I'm missing something. Found Adodb Date Library that will do what I need but i would prefer to use native php functions so I don't have to modify existing code if possible. Anyone know if it's possible to get this to work on Windows Server 2003 64-bit? thanks