RE: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-29 Thread Josh Lokot
The faq item I was referring to is faq # 6.8 http://www.php.net/FAQ.php#6.8 I realise now that it's about Unix specifically, sorry about that. As for the numerous "flat out wrong" tutorials and installation instructions for php (I assume you mean ones written by the actual php group, or on the

RE: [PHP-INST] php4 test asks me if I want to download the file test.php ?

2001-03-28 Thread Josh Lokot
Read the PHP Frequently Asked Questions at http://www.php.net Your question is in there -Original Message- From: hi [mailto:[EMAIL PROTECTED]] Sent: Thursday, 29 March 2001 3:24 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] php4 test asks me if I want to download the file test.php ? Hi,

RE: [PHP-INST] Where can I find the libgd1.6??

2001-03-02 Thread Josh Lokot
The home page for the GD library is http://www.boutell.com/gd/ I don't think they give out older versions though, because of GIF compression copyright issues. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, 3 March 2001 3:42 PM To: [EMAIL PROTECTED]

Re: [PHP-INST] Install

2001-02-20 Thread Josh Lokot
Actually, I don't think that's the problem. He's doing a DSO install not a static hence the --with-apxs not --activate-module Your problem could be that you only need one AddType declaration for all three extensions, like this: > > AddType application/x-httpd-php .php3 > > AddType application/x

Re: [PHP-INST] LoadModule Problem

2001-02-20 Thread Josh Lokot
; Sent: Wednesday, February 21, 2001 1:47 AM Subject: Re: [PHP-INST] LoadModule Problem > Looks like that's it. Am I recompling PHP or Apache? > > Thanks, > Alex > > --- Josh Lokot <[EMAIL PROTECTED]> wrote: > > Make sure you have compiled in mod_so. > > &g

Re: [PHP-INST] LoadModule Problem

2001-02-19 Thread Josh Lokot
Make sure you have compiled in mod_so. Check by running httpd -l and see if mod_so.c appears. If not, you need to re-compile apache and configure --enable-module=so Josh - Original Message - From: "Alex Le Fevre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 20, 20

Re: [PHP-INST] Problems after an Apache and PHP Upgrade.......

2001-02-16 Thread Josh Lokot
http://www.php.net/FAQ.php#6.8 - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 9:57 PM Subject: [PHP-INST] Problems after an Apache and PHP Upgrade... > Hello, > > I recently upgraded my Apapche to Apache 1.3.17 and PHP (3) to 4

Re: [PHP-INST] readfile ()

2001-02-05 Thread Josh Lokot
That isn't really a php-install question, but anyway. use include() or require(). readfile() isn't supposed to execute the code, it just reads it in and spits it out. - Original Message - From: "Matthew Lautz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001

Re: [PHP-INST] Floating Point Exception on First Use

2001-02-01 Thread Josh Lokot
I have seen this same problem many many times with users of FreeBSD 3.x. Yes, the line of code regarding SRAND48 is the problem, however as Rasmus put it, the best way to fix is to get the latest snap from snaps.php.net. I had the same problem and I upgraded FreeBSD to 4.2 instead. - Original

Re: [PHP-INST] Not seeing PHP output

2001-01-27 Thread Josh Lokot
Sorry I musn't have been very clear with my original instructions. To build PHP as a DSO, the idea is that you have an already complete working binary of Apache to link your new PHP DSO to. So, instead of configuring Apache then configuring PHP, what you should do is configure apache (--enable-m

Re: [PHP-INST] multi-domain installation

2001-01-24 Thread Josh Lokot
t; Yes, I'm using Apache on windows NT 4. > > > > > -Original Message- > > From: Josh Lokot [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 23, 2001 5:27 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP-INST] multi-domain installation >

Re: [PHP-INST] multi-domain installation

2001-01-23 Thread Josh Lokot
Are you using apache? - Original Message - From: "Michael DeVicariis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 8:46 AM Subject: [PHP-INST] multi-domain installation > Is there a way to configure PHP to work with multiple domains on a single > box? >

Re: [PHP-INST] Installation Problems

2001-01-14 Thread Josh Lokot
The suexec line isn't the problem - I've always had that error line and it's never affected php. Of course if I'm wrong please correct me (anybody). - Original Message - From: "Pablo A. Rios" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 15, 2001 2:56 PM Subject: [PHP

Re: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Josh Lokot
ither Mother Teresa, and some return must > exist, but from my point of view, they are doing a good job that helps me > quite a lot. > > Take care, > > Christian > > > -Mensaje original- > > De: Josh Lokot [mailto:[EMAIL PROTECTED]] > > Enviado el: vie

Re: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Josh Lokot
Chances are you just told "these guys" - Original Message - From: "Pomar Berry, Christian" <[EMAIL PROTECTED]> To: "'Roman Hochuli'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 7:27 PM Subject: RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5 > YESS!

Re: [PHP-INST] php4+apache+linux7.0=PROBLEM

2001-01-11 Thread Josh Lokot
Do you have php4 running? - Original Message - From: "Otis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 6:36 AM Subject: [PHP-INST] php4+apache+linux7.0=PROBLEM > Hi, > > I'm trying to get PHP4 to run on my localhost. I got apache running. > PHP3 is also r

RE: [PHP-INST] Installing PHP under Solaris 8

2001-01-10 Thread Josh Lokot
g goes wrong, consult this mailing list or an apache mailing list or the appropriate documentation. Hope that helps, Josh Lokot > - Original Message - > From: "Robert Hoffmann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 1

Re: [PHP-INST] Not seeing PHP output

2001-01-09 Thread Josh Lokot
I highly recommend you build from source. It's easier than most people think. All you have to do for a basic install is for apache: configure --enable-module=so for php configure --with-apxs=/path/to/apxs it's that easy... assuming you want to build as dso etc etc etc Josh - Original Mes