Re: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-23 Thread LaserJetter
If you're using Apache I'd recommend using the server extension thingy instead. I think I had problems with the CGI on Apache 1.3.22 and Win98 (worked fine with Xitami 2.5+Win95 though). "Alain Samoun" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK: Try t

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread Andrew Saturn
>Comment your GD dll: >;extension=php_gd.dll >in php.ini >and run your program again on DOS . what is happening? >A+ >Alain did that, and it returned: error in Unknown on line 0 ... I changed extension_dir= ./ to extension_dir= ./extensions/ and it works fine now O_O I cant believe they g

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread alain samoun
Comment your GD dll: ;extension=php_gd.dll in php.ini and run your program again on DOS . what is happening? A+ Alain -Original Message- From: Andrew Saturn [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 22, 2001 7:45 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP 4.1.0 Win32

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread Michael Sims
At 10:44 PM 12/22/2001 -0500, Andrew Saturn wrote: >PHP Warning: Unable to load dynamic library './php_gd.dll' - One of the >library > files needed to run this application cannot be found. [...] >I used the default gd library, and it's uncommented in php.ini: > >extension=php_gd.dll Did you f

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread Andrew Saturn
>OK: Try to run your script in a DOS window (php yourscript.php) starting in >the directory of php.exe, and tell us what is the error there. >A+ >Alain I did that, here is the output: C:\PHP>php c:\program files\apache group\apache\users\saturn\htdocs\index.roo Content-type: text/html PHP War

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread alain samoun
OK: Try to run your script in a DOS window (php yourscript.php) starting in the directory of php.exe, and tell us what is the error there. A+ Alain -Original Message- From: Andrew Saturn [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 22, 2001 5:23 PM To: [EMAIL PROTECTED] Subject: [