Compiling PHP with --enable-embedded-mysqli and --with-mysqli
问题 Is there some difference between the two? I compiled my PHP 5.5.8 with the following: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pdo-mysql --with-gd --enable-embedded-mysqli --enable-zip --enable-mysqlnd --enable-cgi ... and later, in the installed PHP; I was receiving: call to undefined function mysqli_connect On looking at the PHP docs; I notice that the command is actually --with-mysqli But I was presented with the --enable-embedded-mysqli option on tab completion by bash