php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26 Compilation fails with odbc support
Submitted: 1998-02-01 12:44 UTC Modified: 1998-02-01 17:01 UTC
From: be at shonline dot de Assigned:
Status: Closed Package: ODBC related
PHP Version: 3.0 Latest CVS OS: Solaris 2.5.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:
36 - 16 = ?
Subscribe to this entry?

 
 [1998-02-01 12:44 UTC] be at shonline dot de
compiling as cgi with only iODBC and unified ODBC enabled
(iodbc -> myodbc 2.50.5) causes make to:

functions/odbc.c:672: macro `emalloc' used with too many (2) args
functions/odbc.c:673: macro `emalloc' used with too many (2) args
functions/odbc.c:674: macro `emalloc' used with too many (2) args
functions/odbc.c:675: macro `emalloc' used with too many (2) args
functions/odbc.c:676: macro `emalloc' used with too many (2) args
functions/odbc.c:785: macro `emalloc' used with too many (2) args
functions/odbc.c:786: macro `emalloc' used with too many (2) args
functions/odbc.c:787: macro `emalloc' used with too many (2) args
functions/odbc.c:788: macro `emalloc' used with too many (2) args
functions/odbc.c:789: macro `emalloc' used with too many (2) args
*** Error code 1
make: Fatal error: Command failed for target `functions/odbc.o'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-01 17:01 UTC] ssb
Fix appears in 3.0b4.  The old ODBC module has been
deprecated, compiling with iodbc should now enable
unified odbc automatically.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC