I have tried searching, but so far have not found an answer.

With the recent DST change I have some old PHP4 apps that work fine when run 
under php4/linux. The same scripts have incorrect time when run under 
php4/windows. I ran a simple test under Windows and Linux:

<?php
print date('I');
?>

Under windows it returns 0 (i.e. not running in DST). Under Linux it returns 
1. Is PHP4/Windows broken regarding the recent DST changes?

Thanks,
James
-- 
James Crow

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to