<br><font size=2 face="sans-serif">Hi,</font>
<br><font size=2 face="sans-serif">I created a php that works well when
launched from a browser.</font>
<br>
<br><font size=2 face="sans-serif">But it doesn't from a command line</font>
<br><font size=2 face="sans-serif">PHP myFile.php</font>
<br>
<br><font size=2 face="sans-serif">I get this error</font>
<br><font size=2 face="sans-serif">Fatal error: Call to undefined function
pg_connect()</font>
<br>
<br><font size=2 face="sans-serif">It seems that php.exe does not recognize
postgres functions.</font>
<br>
<br><font size=2 face="sans-serif">In \ms4w\Apache\cgi-bin\php.ini I have
this:</font>
<br><font size=2 face="sans-serif">extension=php_pgsql.dll and this dll
is in \ms4w\Apache\php\ext</font>
<br>
<br><font size=2 face="sans-serif">PATH variable contains this</font>
<br><font size=2 face="sans-serif">C:\Program Files\PostgreSQL\8.3\bin;</font>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">phpinfo() give me this</font>
<br><img src=cid:_1_05AE5DBC06A34BC4006858E18525772F>
<br>
<p><font size=2 face="sans-serif">What should I do to be able to call the
postgres functions when using php.exe from a command line?</font>
<p><font size=2 face="sans-serif">thanks</font>
<p><font size=2 face="sans-serif">steve</font>
<p>