Help compiling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
F_wizard
Forum Newbie
Posts: 1
Joined: Thu Feb 05, 2004 4:47 am

Help compiling

Post 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!
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply