Re: [PHP-INST] corel linux

2001-09-17 Thread Sumit Ranjan
hi there ! i am new to php , trying to install it on my NT 4.0 workstation. can anybody please tell me about some detailed docs relating to the above ? thanx sumit - Original Message - From: "Jeremy Wadsack" <[EMAIL PROTECTED]> To: "Data Driven Design" <[EMAIL PROTECTED]> Cc: <[EMAIL

[PHP-INST] Installing PHP-4.0.6 on AIX 4.3.3 using gcc

2001-09-17 Thread Jason Ellison
Hello all, I recently installed php 4.0.6 on AIX 4.3.3.0 using Phill's document posted to this list on 05.08.2001 (life saver) and would like to repost it with some corrections. The corrections may be obvious to some but it kept me up for a *long* time. The problems i found were in step 6 and 7

php-install Digest 18 Sep 2001 04:45:39 -0000 Issue 463

2001-09-17 Thread php-install-digest-help
php-install Digest 18 Sep 2001 04:45:39 - Issue 463 Topics (messages 4323 through 4326): Re: corel linux 4323 by: Jeremy Wadsack php + informix 4324 by: Adam Williams Re: Simple .php page redirect 4325 by: The_polymorph Installing PHP-4.0.6 on AIX 4.3.3 using gcc

[PHP-INST] Installing PHP-4.0.6 on AIX 4.3.3 using gcc

2001-09-17 Thread Jason Ellison
Hello all, I recently installed php 4.0.6 on AIX 4.3.3.0 using Phill's document posted to this list on 05.08.2001 and would like to repost it with some corrections. The corrections may be obvious to some but it kept me up for a *long* time. The problems i found were in step 6 and 7 . \${wl} -bI:

Re: [PHP-INST] Simple .php page redirect

2001-09-17 Thread The_polymorph
Hi Steve. I believe that is accomplshed with the following function: header("the_new_URL"); Since I am still learning PHP, I could also be wrong. Hopefully this is of benefit. -Caitlin. --- Steve B <[EMAIL PROTECTED]> wrote: > Hi folks > > I'm sure this will seem like a stupid question to

[PHP-INST] php + informix

2001-09-17 Thread Adam Williams
Hello, I am running Informix version 7.30.UC1 on Solaris 7 Intel. I am trying to compile PHP 4.0.6 with informix support. I am running: ./configure --with-informix --with-apache=../apache_1.3.19 --enable-track-vars but in the script it breaks on the esqlc check. I went through my Informi

Re: [PHP-INST] corel linux

2001-09-17 Thread Jeremy Wadsack
Data Driven Design ([EMAIL PROTECTED]): > I just set up my first linux machine using corel linux, and it seems to me > that apache is in the wrong place. It's appears to be in etc instead of usr. > Has anyone successfully compiled PHP for corel linux, or should I try > another version of linux.

php-install Digest 17 Sep 2001 15:36:49 -0000 Issue 462

2001-09-17 Thread php-install-digest-help
php-install Digest 17 Sep 2001 15:36:49 - Issue 462 Topics (messages 4313 through 4322): Upgrading PHP Doesn't Work 4313 by: Brodie Re: failed compile 4314 by: Data Driven Design 4315 by: Jani Taskinen RH 7.1 Apache PHP4 install problem 4316 by: cstranslati

Re: [PHP-INST] php + gd lib

2001-09-17 Thread Jeremy Wadsack
Gio ([EMAIL PROTECTED]): > I have an internet server running red hat 7.1. > Php is installed and running. > My problem is that for some applications i need the gd lib, > the file gd.so is present on the server but there is no way > to make it run. > Can someone help me please? Rebuild PHP with

[PHP-INST] IIS, PHP4, OCI8

2001-09-17 Thread Matthew Walden
Hi, I am trying to get PHP installed and working on the platform as described in the subject. It works fine until I uncomment the line in the php.ini file which loads the OCI8 extension. After that, any client attempting to view any php file on the webserver gets no reponse at all. The correct

[PHP-INST] Re: phpinfo reports wrong version of apache

2001-09-17 Thread Martin Pavlas
Floyd Miller wrote: > > I have upgraded from apache 1.3.19 to 1.3.20 and recompiled and > installed PHP 4.0.6 > but phpinfo() still reports the Apache version as 3.1.19. Running httpd > -v reports > 1.3.20. Where does phpinfo() get its information from and why wouldn't > it be undated? > > Tha

[PHP-INST] How to compile PHP modules

2001-09-17 Thread Martin Pavlas
Hi, I'm using PHP as .so module (libphp4.so) on apache 1.3.14 on Linux. If I use any external library (extension) for PHP (like MySQL, IMAP, GD, etc.), all these libraries are compiled into this .so file. I'm using this configure file: "./configure" \ "--with-apxs=/usr/local/apache/bin/apxs"

Fw: [PHP-INST] Simple .php page redirect

2001-09-17 Thread Stefanos I. Dimitriou
> hello, it is very possible to redirect with just some html code... i.e. the location might work, onload="location='../folder/file'" i hope this can help you - Original Message - From: "Steve B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 9:48