php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33369 pdo_odbc.so was compilied in an not as a shared extension
Submitted: 2005-06-16 22:03 UTC Modified: 2005-06-26 01:00 UTC
From: joerg@php.net Assigned:
Status: No Feedback Package: PDO related
PHP Version: 5CVS-2005-06-16 (dev) OS: IRIX 6.5.27
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-06-16 22:03 UTC] joerg@php.net
Description:
------------
The ./configure --help describes that when using --with-pdo-odbc=flavour,dir that this extension will always build as a shared one.

...
This extension will always be created as a shared extension named pdo_odbc.so.
..

Compiled on IRIX with latest mips cc 7.4.3 compiler the *.so file is not created. Instead it it compiled into the php cli.

[o2k]:/usr2/MIPS/php-src $ sapi/cli/php -v
PHP 5.1.0-dev (cli) (built: Jun 16 2005 20:57:39)

[o2k]:/usr2/MIPS/php-src $ sapi/cli/php -m | grep ODBC
PDO_ODBC

Reproduce code:
---------------
./configure --disable-all --disable-cgi --with-unixODBC=shared,/usr/nekoware --with-pdo-odbc=unixODBC,/usr/nekoware

gmake && gmake install

Expected result:
----------------
A shared extension named pdo_odbc.so

Actual result:
--------------
Compiled into the cli

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-16 22:12 UTC] wez@php.net
--with-pdo-odbc=shared,unixODBC,/usr/nekoware

should work with HEAD
 [2005-06-18 15:11 UTC] joerg@php.net
Thx Wez,

yes '--with-pdo-odbc=shared,unixODBC,/usr/nekoware' works. Someone please correct the configure help befor closing this bug :)


 [2005-06-26 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC