I am trying to build 5.2.5 on a RHEL system with the RHEL Mysql4 rpms. It will work with --with-mysqli=/usr/bin/mysql_config but not with --with-mysql (It can't find libmysqlclient - I am posting another thread about that.)
Anyway, I am trying to get MediaWiki to work - the PHP I build with --with-mysqli doesn't seem to work, MediaWiki complains about not having a Mysql-capable PHP, so apparently there is a difference.
Is a PHP built with mysqli supposed to be backward compatible with an application looking for mysql?
Thanks,
--w