php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2680 Stops at 'datetime.c' function
Submitted: 1999-11-07 20:25 UTC Modified: 2000-02-23 12:54 UTC
From: OblivionO at aol dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (07/11/1999) OS: Linux Slackware (kern 2.0.37)
Private report: No CVE-ID: None
 [1999-11-07 20:25 UTC] OblivionO at aol dot com
 configure --with-mysql --with-apache=../
apache_1.3.9 --enable-track-vars        

Getting severe derefrencing errors that look like this:

functions/datetime.c: In function `_php3_mktime':
functions/datetime.c:102: storage size of `ta' isn't known

Then about a hundred of these:

functions/datetime.c:317: dereferencing pointer to incomplete type
functions/datetime.c:320: dereferencing pointer to incomplete type
functions/datetime.c:324: dereferencing pointer to incomplete type           

I believe thats where its pointing back too.. Not sure how to fix this, my problem? or code problem?

Line that seems to be causing error:
       struct tm ta, *tn; 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-23 12:54 UTC] sas at cvs dot php dot net
Do you have all system (libc/kernel) header files installed? This kind of errors are usually caused by a broken installation.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 01:01:31 2024 UTC