php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3214 Adabase and Sybase won't compile together
Submitted: 2000-01-14 09:33 UTC Modified: 2002-10-01 14:13 UTC
From: hofmann at isl dot org Assigned:
Status: Wont fix Package: Installation problem
PHP Version: 3.0.12 OS: Linux (Suse 6.3)
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
31 - 15 = ?
Subscribe to this entry?

 
 [2000-01-14 09:33 UTC] hofmann at isl dot org
When trying to compile php 3.0.12 with adabas and sybase
support I got type conflicts:

In file included from functions/php3_unified_odbc.h:102,
                 from internal_functions.c:90:
/opt/adabas/incl/WINDOWS.H:111: warning: `FALSE' redefined
/opt/sybase/include/sybfront.h:95: warning: this is the location of the previous definition


/opt/adabas/incl/WINDOWS.H:112: warning: `TRUE' redefined
/opt/sybase/include/sybfront.h:103: warning: this is the location of the previous definition




In file included from functions/php3_unified_odbc.h:102,
                 from internal_functions.c:90:
/opt/adabas/incl/WINDOWS.H:110: conflicting types for `BOOL'
/opt/sybase/include/sybfront.h:183: previous declaration of `BOOL'


/opt/adabas/incl/WINDOWS.H:114: redefinition of `CS_BYTE'
/opt/sybase/include/cstypes.h:439: `CS_BYTE' previously declared here


In file included from functions/php3_unified_odbc.h:103,
                 from internal_functions.c:90:
/opt/adabas/incl/sql.h:227: conflicting types for `RETCODE'
/opt/sybase/include/sybfront.h:76: previous declaration of `RETCODE'


Any hints to avoid this?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:13 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.

there is no special adabas extension in php 4 anymore,
adabas support has been merged with the other odbc-lookalike c apis
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC