Page 1 of 1

How to install dbase extension ?

PostPosted: 06. September 2012 14:50
by felipern
I need to install dbase extension.
I uncomment in php.ini "extension=php_dbase.dll".
and i put into "ext" folder php_dbase.dll..

How can i solve it ?

Re: How to install dbase extension ?

PostPosted: 06. September 2012 15:10
by JonB
Well - you don't tell us what is in phpinfo(), or if you are getting any errors -- how can we tell you anything?

what is in the Apache error log?

:?:

Re: How to install dbase extension ?

PostPosted: 06. September 2012 15:38
by felipern
Well..
I got this message:
"Fatal error: Call to undefined function dbase_open() in C:\xampp\htdocs\testedbf\index.php on line 4"

Re: How to install dbase extension ?

PostPosted: 06. September 2012 16:50
by JonB
What 'that' Fatal error probably means is that the extension did not load.

Is the php_dbase.dll you copied in a VC9 compiled dll for PHP 5.4.x???

what is in the Apache error log?

What does it say in phpinfo()?

:)



ytsfa

Re: How to install dbase extension ?

PostPosted: 22. September 2012 10:10
by GerhardB
A good source for PHP extension is
http://downloads.php.net/pierre/
Download, unzip and copy in your extension folder (as defined in your php.ini)

Re: How to install dbase extension ?

PostPosted: 22. September 2012 17:12
by Altrea
There is no dbase version for PHP 5.4 availabled on http://downloads.php.net/pierre/ so that is not a solution for XAMPP 1.8.X

Re: How to install dbase extension ?

PostPosted: 22. September 2012 23:08
by GerhardB
Altrea, you are right, sorry.
Instead, go to:
http://hrazdil.info/blog/414-php-dbase-extension-for-php-5-4-windows-nts-ts-vc9
I just tested it with xampp 1.8: Positive