ID:               41898
 User updated by:  ben at popator dot com
 Reported By:      ben at popator dot com
-Status:           Feedback
+Status:           Closed
 Bug Type:         MySQLi related
 Operating System: CentOS 4.5 x86_64
 PHP Version:      5.2.3
 New Comment:

Bogus bug. User error.


Previous Comments:
------------------------------------------------------------------------

[2007-07-05 13:54:57] [EMAIL PROTECTED]

Cannot reproduce.
Try to remove all the configure options and leave only --with-mysqli
and then add options one by one to see which one causes the problem.

------------------------------------------------------------------------

[2007-07-05 01:09:04] ben at popator dot com

Description:
------------
PHP 5.2.3 fails to implement mysqli functions in conjunction with
mysql.

phpinfo() reports MySQL and MySQLi as being available.

Attempted workarounds as detailed at
http://www.kofler.cc/forum/forumthread.php?rootID=3571 without any
success.

MySQL Version: 4.1.21

Configure:
'./configure' '--enable-pic' '--with-libdir=lib64'
'--prefix=/usr/local' '--with-xml' '--enable-bcmath' '--enable-calendar'
'--with-curl' '--with-dom' '--with-dom-xslt' '--with-dom-exslt'
'--enable-exif' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext'
'--with-iconv' '--with-imap=/usr/local/imap-2004g' '--enable-mbstring'
'--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mcrypt'
'--with-mhash' '--enable-magic-quotes' '--with-mysql=/usr'
'--with-mysqli=/usr/bin/mysql_config' '--with-snmp'
'--enable-ucd-snmp-hack' '--with-openssl' '--with-pear' '--with-pspell'
'--enable-sockets' '--enable-track-vars' '--with-ttf'
'--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--enable-wddx'
'--with-xmlrpc' '--with-zip' '--with-zlib' '--prefix=/usr/local/php5'
'--exec-prefix=/usr/local/php5' '--program-suffix=5'
'--enable-force-cgi-redirect' '--disable-discard-path'
'--with-pdo-mysql'

Reproduce code:
---------------
<?php
$foo = function_exists('mysqli_connect');
if ($foo) {
  echo "Mysqli available";
} else {
  echo "Mysqli not available";
}

Expected result:
----------------
Mysqli available

Actual result:
--------------
Mysqli not available


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41898&edit=1

Reply via email to