php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2936 ODBC module won't link w/ Solid libraries
Submitted: 1999-12-08 11:40 UTC Modified: 1999-12-12 04:44 UTC
From: bbauman at wgate dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0 Beta 3 OS: FreeBSD 3.3 (ELF)
Private report: No CVE-ID: None
 [1999-12-08 11:40 UTC] bbauman at wgate dot com
PHP4 won't link (undefined symbols) because the following functions are unimplemented in the current version of the Solid Embedded Engine, and are referneced from the PHP ODBC module:

SQLColumnPrivileges
SQLForeignKeys
SQLProcedureColumns
SQLProcedures
SQLTablePrivileges

These were not referenced in PHP3, which works fine.

The fix could be as simple as putting #ifdef wrappers around the corresponding PHP functions. Before we do this, we'd like to check with the developers first.

We are using a not-yet-released version of Solid (FreeBSD 3, ELF format), but this isn't relevant - the same problem exists with FreeBSD 2.2.8, and the released version of Solid for FreeBSD.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-12 04:44 UTC] kara at cvs dot php dot net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 07:01:27 2024 UTC