Page 1 of 1

DBA problem

PostPosted: 01. June 2006 12:11
by qwk
HI all!

I installed everything succesful. But I want to use DBA functions, and in the folder c:\Program Files\xampp\php\ I opened php5.ini . After that I removed the ";" in front of
extension=php_db.dll
extension=php_dba.dll
and restarted xampp. But I still get the error message:
Fatal error: Call to undefined function db_open() in C:\Program Files\xampp\htdocs\pelda\gyak2.php on line 19

I saw the phpinfo(), but those two estensions weren't loaded.

How can I solve this problem ???

PostPosted: 01. June 2006 12:13
by Wiedmann
I saw the phpinfo(),

Really? Then you know the correct "php.ini" ;-)

PostPosted: 01. June 2006 18:06
by Rhodesia
Try editing the apache php.ini in the bin folder, I think that is the actual php.ini file used

You will need to restart apache service after editing this file too.