php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3114 can't compile with adabas
Submitted: 2000-01-06 03:53 UTC Modified: 2000-01-16 05:35 UTC
From: stepper at esc-net dot de Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0 Beta 3 OS: Linux 2.2.13 i686 unknown
Private report: No CVE-ID: None
 [2000-01-06 03:53 UTC] stepper at esc-net dot de
./configure \
        --prefix=/home/stepper/www \
        --with-apache=/home/stepper/apache \
        --with-gd=no \
        --with-adabas=/opt/adabas \
        --with-config-file-path=/home/stepper/www/conf \
        --enable-debug=no \
        --enable-track-vars=yes


Making all in odbc
make[3]: Entering directory `/home/stepper/php-4.0b3/ext/odbc'
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/home/stepper/apache/src/include -I/home/stepper/apache/src/os/unix    -I/opt/adabas/incl     -g -O2  -O2 -c -o php_odbc.lo php_odbc.c
php_odbc.c: In function `php3_odbc_execute':
php_odbc.c:692: `SQLSMALLINT' undeclared (first use this function)
php_odbc.c:692: (Each undeclared identifier is reported only once
php_odbc.c:692: for each function it appears in.)
php_odbc.c:692: parse error before `nullable'
php_odbc.c:746: `nullable' undeclared (first use this function)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-16 05:35 UTC] kara at cvs dot php dot net
Fixed in CVS. Some functions were using ODBC 3 declarations
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC