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
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: be at shonline dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 14:01:32 2024 UTC