[PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Götz Lohmsnn
Terry L. Ensley schrieb: > I just installed Apache 1.3.27 and PHP 4.3.0. I have it running. When I > click on the Apache shortcut this message comes up in the dos window > "Apache/1.3.27 (Win32) PHP/4/3/0 running ..." > > But when I try to run my test program (test.php) it comes up with a blank >

[PHP-INST] Re: PHP 4.3.0 Problem

2003-02-04 Thread Götz Lohmsnn
V S Somasundaram schrieb: > Hi, > > I compiled PHP 4.3.0 support with Apache 2.0.43 on Linux. Then I created > a test script and when trying to access it says "Access Forbidden". The > permission for the directory from which the test script is invoked are > correct. > > When I run the same script

[PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Terry L. Ensley
I did what you suggested - which is actually the way I first started - I deleted the action line. I do have both of these - in their proper places: LoadModule php4_module c:/files/php/sapi/php4apache.dllAddModule mod_php4.c AddModule mod_php4.c And then in the AddType section towards the botto

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Ryan Williams
I am assuming your restarting you server after any changes? -- Ryan Williams On Tue, 4 Feb 2003, Terry L. Ensley wrote: > I did what you suggested - which is actually the way I first started - I > deleted the action line. > > I do have both of these - in their proper places: > > LoadModule

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Terry L. Ensley
Yes I am - but still nothing. I can still view the source in the browser and see the source code but it is not being parsed. -- Terry Ensley "Ryan Williams" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am assuming your restarting you server after any cha

[PHP-INST] Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h: No suchfile or directory

2003-02-04 Thread Atif Jakupovic
Hi all, I have a hard time to install the php-4.2.1 on Solaris 8 machine. When I type make I get this message below: zend.h:55:19: unix.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `zend_language_parser.lo' Current working directory /apps/php-4.2.1/Ze

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Goetz Lohmann
Terry L. Ensley schrieb: > Yes I am - but still nothing. I can still view the source in the browser > and see the source code but it is not being parsed. > > -- > Terry Ensley > > > "Ryan Williams" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>I am ass

[PHP-INST] Re: Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h:No such

2003-02-04 Thread Goetz Lohmann
Atif Jakupovic schrieb: > Hi all, > > I have a hard time to install the php-4.2.1 on Solaris 8 machine. > When I type make I get this message below: > > zend.h:55:19: unix.h: No such file or directory > *** Error code 1 > make: Fatal error: Command failed for target `zend_language_parser.lo' > Cu

[PHP-INST] $_GET and 4.2.1

2003-02-04 Thread William Cheung
I am using 4.2.3 and Win 2000Pro and $_GET is working in my system. However, my co-worker says that $_GET doesn't work with hers. She is using 4.2.1 and Win2000 Svr. How should she config her php.ini so that $_GET will work as well? William Cheung, B.Sc. MCSE MCDBA Databyte Corp.

php-install Digest 4 Feb 2003 21:44:54 -0000 Issue 1233

2003-02-04 Thread php-install-digest-help
php-install Digest 4 Feb 2003 21:44:54 - Issue 1233 Topics (messages 9935 through 9945): PHP 4.3.0 Problem 9935 by: V S Somasundaram 9936 by: Peter Janett 9938 by: Götz Lohmsnn Re: php files not being parsed - 9937 by: Götz Lohmsnn 9939 by: Terry L. E

[PHP-INST] RedHat and RPM installation trouble

2003-02-04 Thread Christian Løverås
Hello! My system (a mountain bike magazine) has been running without problems for 2 years, but after I fiddled a little with IMP (and removed it), PHP stopped working. I suspect the installation of IMP (with an RPM) did "something", but I have no idea what. I have removed PHP by using RPM, and my

[PHP-INST] Problem php 4.3.0

2003-02-04 Thread Julieta Soto/Mexico/IBM
Hello: I have a problem to install php 4.3.0 I have an AIX 4.3.3 system and Apache 2.0.43 The problem is after to run : ./configure --with-apxs2=/usr/local/apache2/bin/apxs The error and warning are: shtool:echo:Warning: unable to determine terminal sequence for bold mode shtool:echo:Warni

[PHP-INST] unique install, having problem

2003-02-04 Thread Benjamin Tomhave
Greetings, I have a legacy site that has yet to migrated from 4.0.x to 4.3.x era code. Ergo, I need to install PHP 4.0.6 on RedHat 8.0. I'm configuring with the following options: ./configure --prefix=/usr --with-mysql=/usr --with-apxs=/usr/sbin/apxs This seems to work ok (well, ok, I get

Re: [PHP-INST] Re: php files not being parsed -

2003-02-04 Thread Terry L. Ensley
I got it to run - I hate to admit this but I was trying to load the file like an html file. I did not know that I was to load it differently. I used - http://127.0.0.1:8080/test.php I could not get - http://localhost/test.php to work. You can tell I am rank beginner. Any thoughts on why the