From:             [EMAIL PROTECTED]
Operating system: Irix 5.3
PHP version:      4.0.4pl1
PHP Bug Type:     Compile Failure
Bug description:  asctime_r has wrong number of arguments

To correct this error:

> main.c: In function `php_message_handler_for_zend':
> main.c:582: too few arguments to function `asctime_r'

change line 582:

/* DBR 20010321 correct for nonstandard 3-arg IRIX 
asctime_r */
datetime_str = php_asctime_r(ta, asctimebuf, 
sizeof(asctimebuf)-1);

Patch courtesy of david robins <[EMAIL PROTECTED]>.

Config: gcc 2.95.1, irix 5.3 ... configure options were 
--with-mysql and --with-imap

Paul


-- 
Edit Bug report at: http://bugs.php.net/?id=9946&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to