php - Installing dBase extension in XAMPP -


I have a problem installing the debugge extension in XAMPP with PHP 5.5.11. I added the php_dbase.dll to the php / ext folder and added the following line to the php.ini file:

  extension = php_dbase. Dll   

But when I see this code in my script:

  dbase_open ('file.dbf');   

I found an error message:

Call dbase_open () for the undefined function '

installed properly How to do dBase extensions?

Try this link:

In my case I have: XAMPP 1.8 .3 [PHP: 5.5.15]

And I use it: php_dbase-5.1.0-5.5-ts-vc11-x86.zip

Access your PHP windows environment Download the correct version for

Regards,

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -