Page 1 of 1

Help compiling

Posted: Thu Feb 05, 2004 4:47 am
by F_wizard
Hi,
I want to use dbase function in php on windows. I looked in the php manual and it states that i have to compile php with --enable-dbase option.
But they don't say how to do this. Neither in install on windows chapter in the manual.
Anyone knows, please!
Thanks!

Posted: Thu Feb 05, 2004 5:18 am
by twigletmac
For Windows you don't need to compile but you do need to enable the extension, in your php.ini, uncomment (remove the semi-colon) from the front of this line:

Code: Select all

extension = php_dbase.dll
if you've not enabled any extensions before there may be a bit more to it in setting the path to the extensions folder, post back if you're having a problem.

Mac