[PHP] Using dBase.
Hey All... I seem to be having a problem with the "dbase_get_header_info" command. It doesn't seem to exist. On all three systems I have tried it on (all of which have --enable-dbase as a compile option) it just says "Call to undefined function: base_get_header_info()" Anyonegot any ideas (other than using a proper DB, which is not an option here). Thanks, Barry Stokes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Using dBase.
I have the brackets etc. It should also have a parameter. I just left them out for clarity. PHP version " 4.3.6RC2" It's just not playing. On Tuesday 20 Apr 2004 19:12, Curt Zirzow wrote: > * Thus wrote Barry Stokes ([EMAIL PROTECTED]): > > Hey All... > > > > I seem to be having a problem with the "dbase_get_header_info" command. > > It doesn't seem to exist. On all three systems I have tried it on (all of > > which have --enable-dbase as a compile option) it just says "Call to > > undefined function: base_get_header_info()" > > that should be dbase_get_header_info()? > > base_get_header_info() was not added to php till php4.3.4 > > > Curt > -- > "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Using dBase.
Oops... Misread what you meant. Yes.. in the example I copied/pasted I'd misspelled it. It still doesn't work when I do spell it correctly... On Tuesday 20 Apr 2004 19:15, Barry Stokes wrote: > I have the brackets etc. It should also have a parameter. I just left them > out for clarity. > > PHP version " 4.3.6RC2" > > It's just not playing. > > On Tuesday 20 Apr 2004 19:12, Curt Zirzow wrote: > > * Thus wrote Barry Stokes ([EMAIL PROTECTED]): > > > Hey All... > > > > > > I seem to be having a problem with the "dbase_get_header_info" command. > > > It doesn't seem to exist. On all three systems I have tried it on (all > > > of which have --enable-dbase as a compile option) it just says "Call to > > > undefined function: base_get_header_info()" > > > > that should be dbase_get_header_info()? > > > > base_get_header_info() was not added to php till php4.3.4 > > > > > > Curt > > -- > > "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Using dBase.
On Wednesday 21 Apr 2004 06:12, Jason Wong wrote: > On Wednesday 21 April 2004 02:20, Barry Stokes wrote: > > Oops... Misread what you meant. Yes.. in the example I copied/pasted I'd > > misspelled it. It still doesn't work when I do spell it correctly... > > How does it still not work? Are you still getting "Call to undefined > function ..." or what? > Yes, it's still undefined. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Using dBase.
On Wednesday 21 Apr 2004 07:01, Jason Wong wrote: > On Wednesday 21 April 2004 13:51, Barry Stokes wrote: > > Yes, it's still undefined. > > Apparently you configured php with "--enable-dbase", did you restart your > webserver? Does phpinfo() show anything about dbase? > I didn't restart the webserver as I have not changed the config. --enable-dbase was built in the first time around. phpinfo shows --enable-dbase as a config option, and also in the section marked "Additional Modules". -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php