1

Topic: php_dbase.dll missing

It was just brought to my attention that the BRC test warehouse was showing a configuration warning. This went on to say that the php_dbase.dll extension was missing. I feel as if I have been through this before so this time I will document it.

The extension used to be bundled with PHP 5.2 but now we are using PHP 5.3 which does not include it. I have downloaded it from http://windows.php.net/downloads/pecl/r … se/5.1.0/. We use Windows servers with IIS so the nts version was the one that I needed.

I put the file in the server PHP/ext folder, enabled it in the php.ini file and ensured the web server knew about it. The configuration checks are now passing.

Jim Bacon.