php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2933 SQLCHAR undeclared
Submitted: 1999-12-07 16:51 UTC Modified: 2000-01-08 06:42 UTC
From: bleyton at cpe-usalco dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (07/12/1999) OS: AIX 4.2.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 + 49 = ?
Subscribe to this entry?

 
 [1999-12-07 16:51 UTC] bleyton at cpe-usalco dot com
I'm using the following configure line:

./configure --with-mysql=/usr/local/lib/mysql \
--with-ldap \
--with-openlink=/usr/openlink \
--enable-trackvars \
--with-apache=/usr/local/lib/apache_1.3.9 

Here's the error message when I 'make'

Making all in odbc
        /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I
. -I../.. -I../../libzend -I../.. -I../../libzend -I/usr/local/lib/apache_1.3.9/
src/include -I/usr/local/lib/apache_1.3.9/src/os/unix   -I/usr/local/include -I/
usr/local/lib/mysql/include  -I/usr/openlink/odbcsdk/include   -D_POSIX_PTHREAD_
SEMANTICS -D_REENTRANT  -O2 -g -O2 -c php_odbc.c
php_odbc.c: In function `odbc_do_connect':
php_odbc.c:1772: `SQLCHAR' undeclared (first use in this function)
php_odbc.c:1772: (Each undeclared identifier is reported only once
php_odbc.c:1772: for each function it appears in.)
php_odbc.c:1772: parse error before `d_name'
php_odbc.c:1777: `d_name' undeclared (first use in this function)

It looks like this was introduced by "lurcher" on 11/30/99 in version 1.13 of php_odbc.c.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-08 06:42 UTC] sas at cvs dot php dot net
Fixed in CVS. Thanks for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC