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
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-usalco dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 09 14:01:33 2025 UTC