Re: [PHP-INST] Re: Apache2.0 + PHP4.1 - Missing Variables

2002-02-19 Thread programmer
Final Note: I just pulled down the latest snap, and I still got the php filter message, So I went snooping and found that I still had the addtype directive in the apache configuration, commented those out and the ' The PHP Filter did not receive suitable input data ' Error went away -- PHP In

Re: [PHP-INST] Re: Apache2.0 + PHP4.1 - Missing Variables

2002-02-19 Thread programmer
A Quick Note, Apache2.0.32 beta builds properly, as does the unmodified php4.1/php dev.. The only error still remaining is 'The PHP Filter did not receive suitable input data' at the bottom of the info screen.. Joe Quoting [EMAIL PROTECTED]: > no.. 2.0.28.. I couldn't get the alpha to bui

Re: [PHP-INST] Re: Apache2.0 + PHP4.1 - Missing Variables

2002-02-17 Thread Austin Gonyou
I'd recommend using 4.1.1, anything less is uncivilized. ;) On Fri, 2002-02-15 at 23:34, Yasuo Ohgaki wrote: > [EMAIL PROTECTED] wrote: > > I'm trying to get an install of Linux Apache 2.0 + PHP 4.1.0 working, > and the > > standard global variables are missing. This address iterates throught >

Re: [PHP-INST] Re: Apache2.0 + PHP4.1 - Missing Variables

2002-02-16 Thread programmer
no.. 2.0.28.. I couldn't get the alpha to build configure.. m4 comlained about too many levels of recursion.. Is this a known issue with 2.0.28? It's mostly just for a personal web server that I try and keep somewhere near current.. I haven't been able to keep it running with new software ye

Re: [PHP-INST] Re: Apache2.0 + PHP4.1 - Missing Variables

2002-02-16 Thread Yasuo Ohgaki
Are you using Alpha version of Apache? (version 2.0.31) There is no stable Apache2 yet and PHP does not support beta. BTW, I'm not trying to use Apache2 for production system. Just doing some tests. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > Well, I got php-200202160900, but had build problems.

Re: [PHP-INST] Re: Apache2.0 + PHP4.1 - Missing Variables

2002-02-16 Thread programmer
Well, I got php-200202160900, but had build problems. The errors were that ap_get_brigade was being given too many parameters and that the last parameter was of an incompatable type.. This is what it looked like: ap_get_brigade(f->next, bb, mode, block, readbytes) and I changed it to: ap_get_br

[PHP-INST] Re: Apache2.0 + PHP4.1 - Missing Variables

2002-02-15 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > I'm trying to get an install of Linux Apache 2.0 + PHP 4.1.0 working, and the > standard global variables are missing. This address iterates throught the > $_SERVER variables, then pulls up the phpinfo() screen. As you can see none of > the variables are there. One