[PHP-INST] php only works in web root directory

2002-10-11 Thread Philip Tanner
I'm sure this is probably an easy one, but I'm stuck. I have php installed on a W2K system running IIS. I've gone through the install notes several times but I can't seem to get .php files working throughout the web site's directory structure. I've got an index.php file under root which co

[PHP-INST] Compiling PHP binary as compact as possible

2002-10-11 Thread Bobby Gaza
Hello, I am currently taking on a project where I have the opportunity to use php (in cgi-mode) on an embedded system. Obviously due to space constraints, I need to get that php binary as small as possible. The only support I need is xml. Unfortunately I can only get it down to about 2megs but I

[PHP-INST] Re: Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-11 Thread Jason Wood
Installed apache 1.3.27, changed the httpd.conf, and it started up first try. What a hassle =P "Jason Wood" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Okay... I recieved an "anonymous" tip from someone, with a link to a bug > page on php's site: > > htt

[PHP-INST] Re: Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-11 Thread Jason Wood
Okay... I recieved an "anonymous" tip from someone, with a link to a bug page on php's site: http://bugs.php.net/bug.php?id=18129 Basically says that any modules for Apache2.0.43 must be compiled for that version of Apache. I get the following error when i try to load the php module: Cannot lo

[PHP-INST] FastCGI

2002-10-11 Thread Roger Sistla
Does anyone know of good documnetation on how to setup php in a fastcgi environment. Please dont tell me to "./configure --with-fastcgi". What I mean is, after php is built with fastcgi, how do you actually use it with apache ??? Do you also have to build apache with fastcgi ??? Any [working]

Re: [PHP-INST] Re:[PHP-INST](tovbbtott)apacheforgetstosendbackphp

2002-10-11 Thread toby -
hullo patis 2 ways to go about it 1. check register globals in your php.ini if its off trun it on n try the page but with this u ll b risking security 2. with register globals off u can access the passed varisblez thru &_POST['variable'] or &_GET['variable'] beware dat php variables POST n GET r

php-install Digest 11 Oct 2002 10:23:44 -0000 Issue 1064

2002-10-11 Thread php-install-digest-help
php-install Digest 11 Oct 2002 10:23:44 - Issue 1064 Topics (messages 8751 through 8763): (továbbított)apacheforgetstosendbackphp 8751 by: P I 8752 by: Marco Tabini 8754 by: Chris Hewitt 8755 by: Thistle Install errors on XP/Apache2.0.43/PHP4.2.3 875

[PHP-INST] 2 copy of php.ini

2002-10-11 Thread Sipos Viktor
Okey.. I found out.. In c:\windows\php.ini all these settings was correct... arg_separator.output = "&" arg_separator.input = ";&" variables_order = "EGPCS" register_globals = ON But i had another copy of php.ini in C:\programfiles\php\php.ini... That was the reason why GET and POST failed... S