gpt4 book ai didi

php - 此 php 配置中是否启用了 mysqli 扩展?

转载 作者:可可西里 更新时间:2023-10-31 23:51:48 26 4
gpt4 key购买 nike

我有一个用 php 设计的网站,带有 mysqli(mysql - 改进)扩展。 phpinfo() 页面显示如下:

./configure --disable-fileinfo --disable-phar --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --enable-libxml --enable-magic-quotes --enable-mbstring --enable-pdo=shared --enable-soap --enable-sockets --enable-wddx --enable-zend-multibyte --enable-zip --prefix=/usr --with-bz2 --with-curl=/opt/curlssl/ --with-curlwrappers --with-freetype-dir=/usr --with-gd --with-imap=/opt/php_with_imap_client/ --with-imap-ssl=/usr --with-jpeg-dir=/usr --with-kerberos --with-libdir=lib64 --with-libexpat-dir=/usr --with-libxml-dir=/opt/xml2 --with-libxml-dir=/opt/xml2/ --with-mcrypt=/opt/libmcrypt/ --with-mysql=/usr --with-mysql-sock=/var/lib/mysql/mysql.sock --with-mysqli=/usr/bin/mysql_config --with-openssl=/usr --with-openssl-dir=/usr --with-pcre-regex=/opt/pcre --with-pdo-mysql=shared --with-pdo-sqlite=shared --with-pic --with-png-dir=/usr --with-pspell --with-sqlite=shared --with-tidy=/opt/tidy/ --with-xmlrpc --with-xpm-dir=/usr --with-xsl=/opt/xslt/ --with-zlib --with-zlib-dir=/usr

这是否意味着在此配置中启用了 mysqli 扩展?

最佳答案

如果 mysqli 扩展被启用,那么在同一个 phpinfo 页面上应该出现一个“MysqlI Support | enabled”表头。寻找那个:

enter image description here


如果你想在脚本中查找,寻找一个特定于 mysqli 的函数,如 mysqli_connect()然后检查它是否存在:

var_dump(function_exists('mysqli_connect'));

如果这输出 FALSE,那么它不存在,很可能你不能使用该模块。

关于php - 此 php 配置中是否启用了 mysqli 扩展?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6285141/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com