Historically, mysql has been both an external extension, and a built-in part of
the source, depending on the version of PHP.
Your current experience would indicate that it's only external in 5.2.8, but I
cannot confirm nor deny that.
How is MySQL installed?
If it's rpm, do you have mysq
Thing is, I have MySQL 5.0.67 installed, and I've never had MySQL 4 on
this box (Xserve G5, Mac OS X Server 10.4.11). Here's my configure
command:
./configure --prefix=/usr/local/php5 --mandir=/usr/share/man --
infodir=/usr/share/info --with-apxs --with-ldap=/usr --with-kerberos=/
usr --ena
PHP had a built-in MySQL for awhile as I recall.
You had to explicitly use --with-mysql=/usr/local (or wherever you put your
mysql headers/libs) to make it choose the one you wanted.
Even if it's not using built-in, it may have found an "old" install of your
MySQL rather than your shiny ne
After following some instructions on compiling PHP 5.2.8 from source ( http://osx.topicdesk.com/content/view/48/62/
), I notice now that phpinfo() reports that I am running the MySQL
client API version 4.1.22 (instead of 5.0.45). Is this something to
do with how you compile PHP, or does it d
4 matches
Mail list logo