644 should be fine.  I don't know about you, but for some reason on my
linux box, I can't get $HTTP_POST_VARS or $_POST to work at all.  it sends
the value wrong.  If I were you'd change the form method=post to
method=get and then use $HTTP_GET_VARS or $_GET and see if it works.  I
think there is a bug with method=POST in php 4.2.2.

                        Adam

On Thu, 15 Aug 2002, Randall Perry wrote:

> Thanks. I put it in /usr/local/lib and turned register_globals On (I plan on
> setting it off after I rewrite all my scripts and give my hosting clients
> notice and time to rewrite theirs).
>
> But, it's still not passing vars (though $HTTP_POST_VARS[] works ok). Is
> their something else I need to do to get it to read the php.ini? Php.ini is
> owned by root -- tried both 644 and 755 permissions.
>
> > rename php.ini-dist thats with the php source code to php.ini and copy it
> > to /usr/local/lib
> >
> > Adam
> >
> > On Thu, 15 Aug 2002, Randall Perry wrote:
> >
> >>> is usually in /usr/local/lib
> >>
> >>
> >> Ok, just reinstalled 4.2.2 to make sure I didn't miss anything -- it didn't
> >> install any php.ini file (although phpinfo() says it's location is
> >> /usr/local/lib).
> >>
> >> Should I just create one from scratch?
> >>
> >>
> >
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to