php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14027 missing parameter
Submitted: 2001-11-12 06:44 UTC Modified: 2002-03-03 02:57 UTC
From: aboh24 at gmx dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Irix 5.3
Private report: No CVE-ID: None
 [2001-11-12 06:44 UTC] aboh24 at gmx dot de
in main/main.c line 560

on IRIX 5.3 the function  asctime_r takes 3 parameter:
char *asctime_r (const struct tm *tm, char *buf, int buflen);

Irix 6.5 is o.k. with 2 parameters.

after adding the third paramter the system compiled fine and works well!


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-03 02:57 UTC] kalowsky@php.net
This bug has already been fixed in the latest released version of
PHP, which you can download at http://www.php.net/downloads.php


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 23:01:27 2025 UTC