On Tuesday 14 January 2003 19:16, gamin wrote: > I have PHP 4.0.6 installed from rpm as part of RH 7.2. phpinfo() shows the > configure command having --without-mysql. But my php scripts seeem to be > able to run mysql commands happily. > > Could anybody point out why ? Doin rpm -aq | grep php shows me that > php-mysql-4.0.6-7 is installed, maybe something to do with this.
Yes, the last part is the imortant ;-) The PHP-MySQL-Extension was compile as shared extension. It is included in your php.ini file with a command sth. like extension=php_mysql.so johannes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php