eAccelerator 5.14 on Windows 2003 Server
Submitted by gcomstock on June 22, 2006 - 06:14
I just added eAccelerator and I get this error as soon as I restart IIS and try to access our Wikimedia wiki:
MySQL functions missing, have you compiled PHP with the --with-mysql option?

Delicious
Digg
Reddit
Google
Technorati
Hi gcomstock, From 2 reports
Hi gcomstock,
From 2 reports eAccelerator cvs213 is running ok on 5.14.
This issue does not seem related to eAccelerator.
My first impression is that you might be missing the MySQL extensions from your php.ini.
Since PHP5 Mysql support is not standard. You need to uncomment the appropriate extension from your php.ini.
1)
;extension=php_msql.dll
PHP >= 5.0.0, requires libmysql.dll (bundled)
OR
2)
;extension=php_mysql.dll
PHP >= 5.0.0, requires libmysql.dll (libmysqli.dll in PHP <= 5.0.2) (bundled)
This is for MySQL 4.1 and above.
Hope that helps,
C