I am certain php is configured as CGI, as per:
--SNIP SNIP--
$ ./php -v
PHP 5.0.0 (cgi) (built: Aug 3 2004 21:18:23) (DEBUG)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies
--SNIP SNIP--
I'm using (for the time being) the default php.ini-dist from the
source directory. I know this has pretty lax configuration settings.
I didn't realize there are all those other versions (don't know where
they are) but I have defined the config-file-path and config-file on
the php configure line so it only looks in one place.
I'm going to continue looking at apache settings/configuration. I
can't find any suspect settings in the config file, but maybe
something was compiled in as a default.
Anyone know how to find out what options/settings the httpd binary has
compiled in?
--
Andy
On Thu, Aug 05, 2004 at 02:00:24AM +0000, Curt Zirzow wrote:
> * Thus wrote Dan Phiffer:
> > John W. Holmes wrote:
> >
> > >There's nothing in PHP that would not let POST values get through.
> >
> > Well, I think there are means of disabling the registration of $_POST,
> > but that's not relevent to this problem.
>
> why not?
>
> Things that will prevent _POST from being filled out:
>
> variable_order="GC" ; lacks P
>
> post_max_size=8 ; missing M at the end.
> ; or a small number disallowing it from
> ; being set.
>
> the php binary your using isn't really a cgi binary but the CLI
> version of php.
>
> Ensure you are using the right php.ini, there are multiple
> version's depending on what they are named php[-{sapi}].ini
>
> null Uses builtin default settings
> php.ini The default ini
> php-cgi.ini for CGI applications
> php-apache.ini For apache
> php-cli.ini For CLI
> ...
>
>
> Curt
> --
> First, let me assure you that this is not one of those shady pyramid schemes
> you've been hearing about. No, sir. Our model is the trapezoid!
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php