Skip to Content.
Sympa Menu

freetds - Re: configuring php to work with freetds

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James Cameron <cameron AT stl.dec.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: configuring php to work with freetds
  • Date: Wed, 21 Nov 2001 09:46:46 +1100


"Felix García" wrote:
> What's happening?

I've had this.
Have you ...

- done a make,

- done a make install,

- proved that the libphp4.so file has been updated where apache looks
for it (/usr/lib/apache/1.3/ on my Debian system),

- restarted apache,

- flushed your browser (or proxy) cache.

If any of those steps are missed, you'll get a phpinfo() output that has
not changed since the last build. To check the steps from the configure
up to the make install, try using the CGI version of php4 ...

echo "<?php phpinfo(); ?>" | php > phpinfo.html

--
James Cameron (cameron AT stl.dec.com)

"Did I ask for fries?"




Archive powered by MHonArc 2.6.24.

Top of Page