From:             [EMAIL PROTECTED]
Operating system: IRIX 6.5.27
PHP version:      5CVS-2005-06-16 (dev)
PHP Bug Type:     PDO related
Bug description:  pdo_odbc.so was compilied in an not as a shared extension

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

-- 
Edit bug report at http://bugs.php.net/?id=33369&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33369&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33369&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33369&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33369&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33369&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33369&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33369&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33369&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33369&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33369&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33369&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33369&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33369&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33369&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33369&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33369&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33369&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33369&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33369&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33369&r=mysqlcfg

Reply via email to