php-install Digest 4 Oct 2001 15:53:14 -0000 Issue 489

Topics (messages 4499 through 4500):

PHP as CGI with Netscape Enterprise Server 3.61
        4499 by: Marius Etsebeth

problem with locale
        4500 by: Paul Newby

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi all,

I have installed PHP 4.0.6 as CGI with
Netscape Enterprise Server 3.61 on HPUX 10.20. 
The options I used to build it:

./configure --with-mysql=/usr/local/mysql 
            --enable-track-vars 
            --enable-libgcc
            --enable-discard-path


Everything works fine EXCEPT the fact that I 
get the path to my PHP binary in the output to 
the browser i.e. the "#!/usr/local/bin/php" is also
displayed. If I give the '-q' option, i.e.
#!/usr/local/bin/php -q, I get an error :
"No input file specified"

Can anybody perhaps help?

Marius Etsebeth
--- End Message ---
--- Begin Message ---

The PHP locale functions work on an older installation
of PHP-3.0.12 on RH 6.1, but they don't seem to 
work in my installation of PHP-4.0.5 on RH 7.0.
I've tried both setlocale("LC_TIME","french")
as well as setlocale(LC_TIME,"french").  Note
that "french" is in the output list of 
/usr/bin/locale -a in either case.

Any ideas?

Thanks,
Paul N.
--- End Message ---

Reply via email to