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!
Help compiling
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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:
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
Code: Select all
extension = php_dbase.dllMac