i want to working with dbase Database but dont know how to enable dbase support on php, i'd already try to uncomment the php5_dbase.dll module in php.ini but still not work,
any help will appreciate
how to enable Dbase Support ?
As per http://www.php.net/dbase, have you compiled PHP with the [FONT="Courier New"]--enable-dbase[/FONT] option?
how to recompile it? since i never compiled my php from the first time
i think --enable-dbase option is equal to uncomment the extension php5_dbase.dll module in php.ini, just same with what i'm doing to enabled mysql support (uncomment ext php5_mysql.dll in php.ini) but thats not working for dbase support, i wonder if i missed something
how to recompile it? since i never compiled my php from the first time
i think --enable-dbase option is equal to uncomment the extension php5_dbase.dll module in php.ini, just same with what i'm doing to enabled mysql support (uncomment ext php5_mysql.dll in php.ini) but thats not working for dbase support, i wonder if i missed something
Did you edit the correct php.ini file? (I'm not being condescending, I did that once and tore my hair out for awhile until I realized what I'd done. You can do a phpinfo(INFO_GENERAL); to find out which file your configuration is using.) Is the DBase DLL file actually where php.ini says it is? Did you restart the web serer after making the change? (Again, just making sure you haven't made the same mistakes we've all made at some time or another.)
NogDog wrote:Did you edit the correct php.ini file? (I'm not being condescending, I did that once and tore my hair out for awhile until I realized what I'd done. You can do a phpinfo(INFO_GENERAL); to find out which file your configuration is using.) Is the DBase DLL file actually where php.ini says it is? Did you restart the web serer after making the change? (Again, just making sure you haven't made the same mistakes we've all made at some time or another.)
i' sure i'm edited the correct php.ini and i'm always restart my webserver each time i made some change to configuration file, it seems that was not the problem
anyway thanks for the help