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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC