Hey :)
I'm trying to figure this out. Personally, I don't care much for Windows
servers, but this is not my choice, I'm just left with having to get it to
work. Which isn't proving to be funny at all.
I've got PHP 5.1.6 up and running on the IIS5 server on this Windows 2000
Server box. That's see
Daniel Smedegaard Buus wrote:
> blahblahblah
Okay, so as it turns out, the problem is that IIS/PHP looks for php.ini in
c:\winnt, and not in c:\php even though I've added it to the path, and
confirmed that it IS registerede in the path (running "php" from a prompt
anywhere loads php.exe from the
Daniel Smedegaard Buus wrote:
> Daniel Smedegaard Buus wrote:
>
>> blahblahblah
>
> Okay, so as it turns out, the problem is that IIS/PHP looks for php.ini in
> c:\winnt, and not in c:\php even though I've added it to the path, and
> confirmed that it IS registerede in the path (running "php" fr
Hello,
I recently added new code (containing calls to pg_prepare and related
functions) to a system that had not previously used prepared statements,
and started getting "Call to undefined function pg_prepare()" errors. I
did a rebuild and install of Apache 2.2.3 and PHP 5.1.6, using the
followin
Hi!
I installed lighttpd, fastcgi and php 5.2RC6. I can't get the fastcgi
php to connect to mysql with pdo. If I run
php -r "new
PDO('mysql:unix_socket=/opt/local/var/run/mysql5/mysqld.sock;dbname=dbname',
'root', '');"
..it works. But when I try to connect to mysql with fcgi (hitting my
scrip