php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2063 error compiling odbc.c
Submitted: 1999-08-15 16:31 UTC Modified: 2000-01-07 01:33 UTC
From: chrisvik at tapir dot no Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Latest CVS (15/08/1999) OS: Redhat 6
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: chrisvik at tapir dot no
New email:
PHP Version: OS:

 

 [1999-08-15 16:31 UTC] chrisvik at tapir dot no
compiling --with-solid  (solid 2.3)

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM -I/usr/src/php4/../apache_1.3.6/src/include -I/usr/src/php4/../apache_1.3.6/src/os/unix -I/usr/include  -I../solid/include  -I../.. -I../../libzend -g -O2 -O2 -c odbc.c
odbc.c: In function `php3_odbc_fetch_into':
odbc.c:1023: incompatible types in assignment
odbc.c:1024: invalid type argument of `->'
odbc.c:1025: invalid type argument of `->'
odbc.c:1026: invalid type argument of `->'
odbc.c:1034: invalid type argument of `->'
odbc.c:1041: invalid type argument of `->'
odbc.c:1055: invalid type argument of `->'
odbc.c:1057: invalid type argument of `->'
odbc.c:1060: invalid type argument of `->'
odbc.c:1062: invalid type argument of `->'
odbc.c:1062: invalid type argument of `->'
odbc.c:1067: invalid type argument of `->'
odbc.c:1070: invalid type argument of `->'
odbc.c:1071: invalid type argument of `->'
odbc.c:1071: invalid type argument of `->'
make[2]: *** [odbc.o] Error 1
make[2]: Leaving directory `/usr/src/php4/ext/odbc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php4/ext'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-16 23:26 UTC] evan at cvs dot php dot net
Please try latest PHP4 CVS and report back.
 [2000-01-07 01:33 UTC] evan at cvs dot php dot net
No response.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 20:01:34 2024 UTC