php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1374 Parse error in function php3_fgetcsv
Submitted: 1999-05-03 16:12 UTC Modified: 1999-05-03 16:22 UTC
From: bleyton at cpe-corp dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS (03/05/1999) OS: AIX 4.2.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bleyton at cpe-corp dot com
New email:
PHP Version: OS:

 

 [1999-05-03 16:12 UTC] bleyton at cpe-corp dot com
When compiling the latest CVS version, I'm getting the following error message:

        gcc -O2 -O2   -I. -I.   -I/usr/local/lib/apache_1.3.3/src/include -I/usr
/local/lib/apache_1.3.3/src/os/unix      -I/usr/local/lib/mysql/include    -I/us
r/openlink/odbcsdk/include                      -c functions/file.c -o functions
/file.o
functions/file.c: In function `php3_fgetcsv':
functions/file.c:1563: parse error before `isspace'
make: The error code from the last command is 1.


Stop.

Here's the do-conf that I'm using:

# more do-conf
rm config.cache
./configure --with-mysql=/usr/local/lib/mysql --with-openlink=/usr/openlink --enable-trackvars --with-apache=/usr/local/lib/apache_1.3.3 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-03 16:22 UTC] sas at cvs dot php dot net
Please update your CVS, I've just committed a small change which should fix the problem.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 09:01:34 2025 UTC