Installing dBase extension in XAMPP

我与影子孤独终老i 提交于 2019-12-01 07:34:58

Try with this link: http://pecl.php.net/package/dbase/5.1.0/windows

In my case i have: XAMPP 1.8.3 [PHP: 5.5.15]

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

Download the correct version for your PHP windows environmet.

Regards,

Avinash Babu

You need to check in PHP directory is file php_gmp.dll enable and if it does, then in php.ini add this string in extensions section:

extension=php_gmp.dll

For more info go here.

You need to to check the php_dbase.dll is compatiable with your php version.

here i am using php 5.3.27 ThreadSafe version with vc9 and i downloaded the php_dbase-5.3-svn-20101022-vc9-x86.zip file from http://downloads.php.net/pierre/ and i did same all above you mentioned.

everything is working for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!