php-install Digest 21 Sep 2001 01:57:31 -0000 Issue 468

2001-09-20 Thread php-install-digest-help
php-install Digest 21 Sep 2001 01:57:31 - Issue 468 Topics (messages 4353 through 4362): $PHP_SELF = php4/php.exe on win2000 4353 by: youx.free.fr 4354 by: Data Driven Design 4355 by: Bertrand PERRINE Re: Missing functions? 4356 by: Bertrand PERRINE PHP mak

[PHP-INST] HELP! create gifs and jpgs

2001-09-20 Thread aaron
I'm using Windows IIS 4.0 and am trying to create gifs and jpgs and manipulate them but there is NO documentation describing what components I need to install so I can do so. There is some documentation on installation packages needed for Unix but none work on Windows or require a C compiler to b

[PHP-INST] Help installing PHP on Windows 2000

2001-09-20 Thread James Edmonds
Hello, I am trying to setup php on a Windows 2000 server running Apache. I am real new to this but I would like to set up serveral virtual hosts under Apache runnning PHP and mySQL. I would like to have a test bed for me to play on prior to uploading it to my ISP. Any pointers, hard lessons

[PHP-INST] PHP as FastCGI

2001-09-20 Thread Przemyslaw Wegrzyn
Hello ! I've tried to setup php 4.0.5 as FastCGI app, with Apache using mod_fastcgi. Without success. Is there any FAQ (or so) available,sa ying how it should be done ? BTW, is there any other way of securing php (I mean - preventing one VitualHosts's user accessing other VH user's files) othe

[PHP-INST] Resolved: Missing DLLs

2001-09-20 Thread Geoff Lane
I wrote: > I'm trying to set up an old Windows 95 box to test PHP scripts before > uploading to my ISP. I'm successfully running Apache 1.3.20 and I've > installed PHP4.0.6 from the zipped binaries to the same machine. When I > try , I get a server error in my browser and a Windows error > messag

[PHP-INST] PHP on IIS5/Win2K as isapi error

2001-09-20 Thread Sean Capstick
When I try to access a test page, I get the error "The specified module could not be found." If I look under ISAPI filters, the PHP dll is not loaded. (I've rebooted the machine). So then I look in Event Viewer and there's an HTTP service error saying it could not load php4isapi.dll. Error data

[PHP-INST] PHP make fails (db2 and informix)

2001-09-20 Thread Chris . Kulish
Morning All, I am currently trying to compile PHP4.0.6 (with both informix and db2 support) on a Redhat 7.1 based system. The source was obtain from php.net, blah blah blah. Everything is pretty standard on this end. Here is my configure command: ./configure --with-ibm-db2=/usr/IBMdb2/

Re: [PHP-INST] Missing functions?

2001-09-20 Thread Bertrand PERRINE
First read the install docs. (dll part) Second Change W2000 for one of the UNICES to use the GD Library Third It Work. B. Le 2001.09.20 15:20, Phillip van Studinski a écrit : > Hi, > > I just installed PHP4.0.6 om my Apache server. I'm using Windows2k > Professional. > > It works fine, but

Re: [PHP-INST] $PHP_SELF = php4/php.exe on win2000

2001-09-20 Thread Bertrand PERRINE
Use the function phpinfo() in your script and choose. B. Le 2001.09.20 15:27, [EMAIL PROTECTED] a écrit : > Hi, > I'm sure this point has been discussed thousand of times, but does anyone > know what to do to make the $PHP_SELF working well under win2000 because > in > my case, > > echo $PHP_SEL

Re: [PHP-INST] $PHP_SELF = php4/php.exe on win2000

2001-09-20 Thread Data Driven Design
Maybe you can use the $SCRIPT_NAME variable instead? Data Driven Design 1506 Tuscaloosa Ave Holly Hill, Florida 32117 http://www.datadrivendesign.com Phone: (386) 226-8979 Websites That WORK For You - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

[PHP-INST] $PHP_SELF = php4/php.exe on win2000

2001-09-20 Thread youx
Hi, I'm sure this point has been discussed thousand of times, but does anyone know what to do to make the $PHP_SELF working well under win2000 because in my case, echo $PHP_SELF returns php4/php.exe/path_to_my_file.php I understood tha this piece of path (php4/php.exe) is tooken in the Apache

php-install Digest 20 Sep 2001 13:16:28 -0000 Issue 467

2001-09-20 Thread php-install-digest-help
php-install Digest 20 Sep 2001 13:16:28 - Issue 467 Topics (messages 4348 through 4352): Re: Install problems, re libphp4.so and libpq.so.2 on RH 7.0 4348 by: Rasmus Lerdorf Re: PHP on WinNT + IIS4 4349 by: Greg Re: Simple .php page redirect 4350 by: Dave Hess Mis

[PHP-INST] Missing functions?

2001-09-20 Thread Phillip van Studinski
Hi, I just installed PHP4.0.6 om my Apache server. I'm using Windows2k Professional. It works fine, but some functions seem to be missing. In fact all functions related to imageprocessing doesn't work - e.g. imagecopy(), createimagefrompng() etc. Every time I try to use them I get a "call to un

[PHP-INST] Missing DLLs (PHP 4.0.6 - Apache 1.3.20 - Windows 95)

2001-09-20 Thread Geoff Lane
I'm trying to set up an old Windows 95 box to test PHP scripts before uploading to my ISP. I'm successfully running Apache 1.3.20 and I've installed PHP4.0.6 from the zipped binaries to the same machine. When I try , I get a server error in my browser and a Windows error message that tells me tha