RE: [PHP-INST] PHP install problem, engine not parsing php files

2002-10-22 Thread M. Ben Nicolas
I am trying to do the install using the 'Static' method What I really don't understand is why after the attempted configure, make, and make install nothing shows up in /usr/bin/php and I can't use php from the command line it's like nothing gets installed, I wipe config.status too before I try to

[PHP-INST] Problem installing PHP4 on Apache2 on windows XP HE

2002-10-22 Thread SAIDKZ
Hi all, I installed PHP 4 on apache 2 on windows xp HE when i add the LoadModule php4apache2.dll to apache conf file I can not start apache anymore. I tried copying PHP4ts.dll to sapi directory and to anywhere that made sence to me but still did not work.

Re: [PHP-INST] RedHat 8 PHP4 default install doesn't work

2002-10-22 Thread Rasmus Lerdorf
RH8 comes with Apache 2.0 by default. Apache2+PHP is not a stable combination. Get rid of it and install Apache-1.3 instead. -Rasmus On Tue, 22 Oct 2002, Brad wrote: > I installed redhat 8.0 just now. It install php4 and apache in a default > config. It supposedly runs php as a DSO. Everything

[PHP-INST] RedHat 8 PHP4 default install doesn't work

2002-10-22 Thread Brad
I installed redhat 8.0 just now. It install php4 and apache in a default config. It supposedly runs php as a DSO. Everything appears to match redhats online manual and I get no errors in the logs. But, php isn't working. Anyone have this problem. I know I am just missing a small piece of the puzzle

RE: [PHP-INST] no variable passing

2002-10-22 Thread Warren Mason
Hi Jim, Thanks for that. Explains my problems very well. Looked in the manual but was looking for the wrong thing. cheers, Warren > -Original Message- > From: Jim Thome [mailto:jthome@;fcgov.com] > Sent: Wednesday, 23 October 2002 12:38 PM > To: Warren Mason; [EMAIL PROTECTED] > Subject

Re: [PHP-INST] no variable passing

2002-10-22 Thread Jim Thome
Read this: http://www.php.net/manual/en/security.registerglobals.php >>> Warren Mason <[EMAIL PROTECTED]> 10/22/02 20:19 PM >>> I have a strange problem in that no variables are being passed between a form and the called php page. It works with a cgi script but if the called page is a .php one the

php-install Digest 23 Oct 2002 02:19:50 -0000 Issue 1082

2002-10-22 Thread php-install-digest-help
php-install Digest 23 Oct 2002 02:19:50 - Issue 1082 Topics (messages 8878 through 8884): Re: Error on POST method 8878 by: toby - [php 4.2.3] trouble in setting up debugger 8879 by: Dennis Leist php4.1.2 and java 8880 by: rainer Re: PHP and AIX 8881 by: Ry

[PHP-INST] no variable passing

2002-10-22 Thread Warren Mason
I have a strange problem in that no variables are being passed between a form and the called php page. It works with a cgi script but if the called page is a .php one then the data isn't passed across. I asked the admin of the system about it and he said to use $_POST to get the variable ( eg: $Sub

php-install Digest 22 Oct 2002 10:28:36 -0000 Issue 1081

2002-10-22 Thread php-install-digest-help
php-install Digest 22 Oct 2002 10:28:36 - Issue 1081 Topics (messages 8872 through 8877): Solved: compiling Apache 2.x and PHP 4.3.x on Linux 8872 by: Dan Anderson Re: php 4.2.3 on appache 1.3.23 on win98se 8873 by: Dan Anderson Database connection error 8874 by: Ke

[PHP-INST] Install php,apache with ldap support newbie

2002-10-22 Thread John Lazos
I want to onstall php with ldap support and apache. Are the following steps ok? tar -zxvf apache* cd apache* ./configure --prefix=/var/www --enable module=so make && make install tar -zxvf php* cd php* ./configure --with-mysql --with-ldap --with-apxs=/var/www/bin/apxs make && make install cp php.

[PHP-INST] Re: PHP and AIX

2002-10-22 Thread Dirk Kastens
Ryan, install the AIX toolbox rpm package and get the php package from the IBM site: http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html The package only contains the dynamic module. Dirk -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php