Re: [PHP-INST] Re: Redhat 8 > PHP

2003-01-08 Thread Mitch Pirtle
On Wednesday 08 January 2003 02:24, Dan Anderson wrote: > RedHat 8 comes with PHP. The package name is php. > If you want a newer version, you have to compile it yourself. > See > http://dan.drydog.com/apache2php.html This unfortunately does not work for RedHat 8 (only for 7.x). PHP 4.3.0

Re: [PHP-INST] Windows install that is bugging me...

2003-01-08 Thread Nuno Lopes
You can have a .php file with: (...) more html When you do '?>' the php stops and when you do ' To: "kimBlim" <[EMAIL PROTECTED]>; "Nuno Lopes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 3:46 PM Subject: Re: [PHP-INST] Windows install that is bugging me... >

Re: [PHP-INST] Re: Apache 2.0.43 & php 4.3.0 coredumped

2003-01-08 Thread Jose
Thanks but before of all i did was follow your instructions on that web page with the same result. - Original Message - From: "Dan Anderson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 2:29 AM Subject: [PHP-INST] Re: Apache 2.0.43 & php 4.3.0 coredumped

[PHP-INST] php 4.3 breaks in make cli

2003-01-08 Thread Diego Brito
Im configuring Apache 2.0.43 with php 4.3, to compile and install apache is ok. during the install of php 4.3 get the error when make tries to install cli, the make breaks in this line: ...Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_execute.lo sapi/cl

[PHP-INST] gd lib version < 1.6

2003-01-08 Thread kimBlim
Hi, just wondering if anyone has an older version of php_gd.dll, so I can use the gif generator?? dont know if it has any importance, but I am on a win2k, running php under the IIS.. cheers, kimblim | www.kimblim.dk

[PHP-INST] 4.3 The specified module could not be found.

2003-01-08 Thread Ryan Jameson (USA)
I have been keeping our PHP version up to date for several years now. The only extra extension we load is php_ldap.dll. I extracted and installed PHP 4.3 exactly the same way I always have and for some reason it refuses to find any of the extensions. With 4.3 I always get: Content-type: text/ht

RE: [PHP-INST] 4.3 The specified module could not be found.

2003-01-08 Thread Ryan Jameson (USA)
Well, I figured it out. New files in the dlls directory and not in the path. The error message sent me on a wild goose chase. :-\ Sorry... -Original Message- From: Ryan Jameson (USA) Sent: Wednesday, January 08, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] 4.3 The specified m

[PHP-INST] Need help putting a small pice of code on an html page

2003-01-08 Thread Mike Young
On Fri, Jan 03, 2003 at 11:33:45AM -0800, Mike Young wrote: > > Hi, > > I'm new to the list and pretty new to php so please > forgive my ignorance. > > I came across a piece of php code to redirect foreign > countries to a page translated into their language and > I wish to put it on an html pa

php-install Digest 8 Jan 2003 22:13:40 -0000 Issue 1192

2003-01-08 Thread php-install-digest-help
php-install Digest 8 Jan 2003 22:13:40 - Issue 1192 Topics (messages 9623 through 9630): Re: Redhat 8 > PHP 9623 by: Mitch Pirtle Re: Windows install that is bugging me... 9624 by: Nuno Lopes Re: Apache 2.0.43 & php 4.3.0 coredumped 9625 by: Jose php 4.3 breaks in

[PHP-INST] PHP as a CGI with RH8

2003-01-08 Thread Martin
Hi. Have anyone succeeded with setting up PHP as a CGI with RedHat8.0? Best regards / Martin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-08 Thread Joerg Aldinger
Mike, there are several solutions to your problem. Here are a few: 1) Redirect visitors to the new page To do this, create/modify a .htaccess file in the directory where your old page is and include the following line: Redirect permanent oldpage.html http://yourserver.com/newpage.php T

[PHP-INST] file.php?variable=value

2003-01-08 Thread Brian Ross
I installed Apache and PHP and when I try and run PHP files, they won't accept variable values that apache tries to post to it. I've tried using both forms and the format that you see above in the subject. Anyone got a guess at what may be wrong? -Brian Ross -- PHP Install Mailing List (http:/

Re: [PHP-INST] file.php?variable=value

2003-01-08 Thread janet
In a message dated 1/8/03 4:53:09 PM Pacific Standard Time, [EMAIL PROTECTED] writes: > I installed Apache and PHP and when I try and run PHP files, they won't > accept variable values that apache tries to post to it. I've tried using > both forms and the format that you see above in the subject

[PHP-INST] Re: Redhat 8 > PHP

2003-01-08 Thread Pete Mackie
At http://www.php.net/manual/en/install.apache2.php in the "PHP and Apache 2 on Linux," it states: 10. ./configure --with-apxs2=/usr/local/apache2/bin/apxs With RH Linix 8.0 install, there does not appear to be an Apache apxs file available for the configure run (realizing the RH Apache install

Re: [PHP-INST] Re: Redhat 8 > PHP

2003-01-08 Thread Rasmus Lerdorf
> At http://www.php.net/manual/en/install.apache2.php > > in the "PHP and Apache 2 on Linux," it states: > > 10. ./configure --with-apxs2=/usr/local/apache2/bin/apxs > > With RH Linix 8.0 install, there does not appear to be an Apache apxs file > available for the configure run (realizing the RH A