[PHP-DEV] Bug #2680: Stops at 'datetime.c' function From: OblivionO <email protected>
Date: 11/07/99

From: OblivionO <email protected>
Operating system: Linux Slackware (kern 2.0.37)
PHP version: 3.0 Latest CVS (07/11/1999)
PHP Bug Type: Compile Failure
Bug description: Stops at 'datetime.c' function

 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;

-- 
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>