Date: 10/05/99
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2430 Updated: memory leaks in zend"
- Previous message: danny.heijl <email protected>: "[PHP-DEV] PHP 4.0 Bug #2443: can no longer make static build"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Anders.Gytri <email protected>
Operating system: FreeBSD 3.2-RELEASE
PHP version: 3.0.12
PHP Bug Type: Misbehaving function
Bug description: gmmktime(0,0,0,1,1,1970) gives incorrect result.
gmmktime(0,0,0,1,1,1970) gives the result -3600
This can be demonstrated by the following code:
<html>
<body>
<?php
echo gmmktime(0,0,0,1,1,1970);
?>
</body>
</html>
./configure --with-mysql --with-apache=../apache_1.3.9 --enable-track-vars
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2430 Updated: memory leaks in zend"
- Previous message: danny.heijl <email protected>: "[PHP-DEV] PHP 4.0 Bug #2443: can no longer make static build"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

