On Tuesday 14 January 2003 19:54, gamin wrote: > Thx Johannes for pointing this out. In the php.ini file i have
Your welcome ;-) > extension=mysql.so Now i have another webserver running PHP where the > configure command has --with-mysql=shared. I guess this means the same > thing. Please could you second that and remove all doubts. There is a small difference, if configured using --with-mysql=shared when running make it makes a php binary AND the mysql.so. If congigured --without-mysql and then run make it makes only the php binary then you need to make the mysql.so yourself (cd ext/mysql; phpize; configure; make). But finally you'll get the same result. johannes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php