|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-08-05 23:03 UTC] php-bugs at martin-jansen dot de
By using the following script, the PHP 4.0.1 scripting engine in CGI-Version under Windows 98 crashes: <?php echo mktime(1,0,0,1,1,1970,1); ?> The same script works properly with PHP 3.0.15 in CGI-Version under Win32. Seemingly the seventh optional parameter is_dst is the problem: Without this parameter the scripting engine does not crash. My System is Windows 98 (first version) and the precompiled CGI-Version of PHP 4.0.1 Best Regards, Martin PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
negative timestamp (before 1970 that is) seem to crash windows time functions ... see also #4096