[PHP-INST] php and netscape server

2001-03-10 Thread Jeff Dickison
Hello, I am having some problems with php, netscape enterprise server and solaris 2.6. I am not sure if this is a normal problem with the configuration I have or if I am missing something. But when I do something like this: $IP = getenv('REMOTE_ADDR') , I do not get the REMOTE_ADDR. But

[PHP-INST] Invalid URI in request GET /phpinfo.php HTTP/1.1

2001-03-10 Thread Mark Taylor
Am trying to use Apache and PHP4 but keep getting Invalid URI in request GET /phpinfo.php HTTP/1.1 when I try and view a php file. Can anybody shed any light on this please. I'm using Windows 98, php-4.0.3pl1, and Apache. Thanks, Mark -- PHP Install Mailing List (http://www.php.net/) To uns

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-10 Thread Marc Clerc
OK.. turns out I was wrong. I had the anonymous user access in IIS set to Administrator, and the password was cached making it look like everything was working. When I fixed it back to IUSR_, it stopped working, with the CGI error again, which would explain why the other websites aren't working,

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-10 Thread Jough
pdf_new() does not work. I don't know why. But the other functions work. You'll have to use some of the deprecated functions. You should pdf_open instead of pdf_new(). There are some examples at the bottom of the pdf reference section of the PHP manual - Main screen turn on! http://jough

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-10 Thread Marc Clerc
Doc_Root is indeed blank, and all the configurations are identical to that of the main webserver, the one without the host header redirection set -Marc - Original Message - From: Phil Driscoll <[EMAIL PROTECTED]> To: Marc Clerc <[EMAIL PROTECTED]>; Milis PHP <[EMAIL PROTECTED]> Sent:

Re: [PHP-INST] php and sybase

2001-03-10 Thread Alain DESEINE
Got this work on one of my server --with-sybase-ct=/opt/sybase, a linux Suse base server with the linux version of SYBASE ASE 11.xx. But you'll probably need to modify the path if you experience any problem with that. For my own i got problem with an install on a HPUX 11 (64 bits) with the SYBASE

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-10 Thread Alain DESEINE
Got the same problem, i drop the'/lib/' part too, but nothing better got the same error message when i try to use the $pdf = pdf_new(); instruction ==> Fatal error: Call to undefined function: pdf_new() in /sites/soledon/www/htdocs/dopdf.php3 on line 6 the PDF section of the phpinfo() function

Re: [PHP-INST] CGI Error/ ISAPI doesn't work

2001-03-10 Thread Phil Driscoll
Two things to check. doc_root in php.ini is left blank The script mappings for php in the internet service manager are set for all the subdomains. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Install Mailing List (http