php-install Digest 5 Oct 2001 07:05:00 - Issue 490
Topics (messages 4501 through 4505):
Re: Compiling PHP4.0.6 in Freebsd 4.3 --> sapi_apache.c gives an error
4501 by: B. PERRINE
Re: problem with locale
4502 by: Paul Newby
4503 by: B. PERRINE
Not newbie, but stumpe
i installed php4 on my linux 7 system.
when i try to access a .php file, it tries to save it to disk.
i changed the httpd.conf file already.
here is another quirk that i don't know is related.
when i use a command line window to path to /usr/local/
i do 'ls' and i can see my apache and my
Hello all... I'm dealing with a strange problem, or at least one I've
never seen before. On a new server, just built this week, running RH
7.1, Apache 1.3.20, & PHP 4.0.6. All the necessary entries are in
httpd.conf:
DirectoryIndex index.php index.html
AddType application/x-httpd-php .php
I'm using a debian potato
In the directory /usr/share/locale, ther is an other one called fr_FR.
In several scripts, I use : setlocale (LC_TIME, "fr_FR");
And it work very well.
B.
le jeu 04-10-2001 at 19:44 Paul Newby a écrit :
[..]
>
> > Try LC_TIME=fr_FR (the iso standard)
> > B.
>
> Thank
> > 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
I try it with apache 2.0.16 & php4.0.4pl1 (or 4.0.5) as a shared module
(--with-apxs2 ) on debian linux. It works but I didn't test it deeply.
B.
le jeu 04-10-2001 at 01:25 Doctrluv a écrit :
> Got this really strange error message when compiling PHP for apache 2.0.16.
> Any ideas?
> thanks
>
php-install Digest 4 Oct 2001 15:53:14 - 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 PROTE
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/loca
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