Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread David Rice
Hi Rasmus: Now turning register_globals back on and exploring "E_ALL". Thanks :) David On Monday, August 19, 2002, at 07:36 PM, Rasmus Lerdorf wrote: > If you forget to initialize your internal script variables, then people > could potentially inject bogus values for these variables and chan

Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread Rasmus Lerdorf
If you forget to initialize your internal script variables, then people could potentially inject bogus values for these variables and change how your script operates. eg. if($password=='david') $ok=1; if($ok) let_them_in(); In the above, assume $password is a user-supplied value and $ok

Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread David Rice
Hi: I have a test site where I am trying out a few things in PHP. I started off with register_globals on. Then I read in the docs that it is best to turn turn register_globals off. I did so and now I am having a marvelous time recoding some session stuff :( I could not find much info on why "

Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread Rasmus Lerdorf
Sure, turn register_globals on only for the oasis directory. In your httpd.conf add: php_value register_globals on -Rasmus On Mon, 19 Aug 2002, Andy wrote: > Hi there, > > I am running php 4.2.2 with register globals set to off. Now I am planing to > install oasis (a add tracking sw). T

[PHP] installing php with register globals off and on?

2002-08-19 Thread Andy
Hi there, I am running php 4.2.2 with register globals set to off. Now I am planing to install oasis (a add tracking sw). Their current version requires a php build with register globals set to on!? Is there a way out of this dilema running only one server? Thanx for any advice, Andy --

[PHP] Installing PHP... ASAP

2002-08-18 Thread Konstantin
Hello Guys I has FreeBSD4.3 I need help how install PHP under Apache2.0.35 when i compile PHP with apxs module support Apache say's Cannot load /usr/libexec/modules/libphp4.so into server: /usr/libexec/modules/libphp4.so: Undefined symbol "pthread_getspecific" I'm the begginer in Unix. Please i

[PHP] Installing PHP 4.2.1 troubles on Solaris

2002-07-23 Thread Peter
hi am getting this error # make Making all in Zend make[1]: Entering directory `/usr/local/php-4.2.1/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -D_POSIX_PTHREAD_SEMANTICS -I../TSRM -g -O2 -prefer-non-pic -static -c -o zend_language_parser.lo `test -

[PHP] installing php-4.2.1 fails in make

2002-07-05 Thread Chip Wiegand
I am installing from source php-4.2.1 and have apache-2.0.39 installed and working. When I ran make on php I ended with this message: - include/mysql -I/usr/local/php-4.2.1/ext/xml/expat -D_REENTRANT -D_THREAD_SAFE -I/usr/local/php-4.2.1/TSRM -g -O2 -pthread -DZTS -prefe

[PHP] Installing PHP 4.2.1

2002-05-20 Thread Conover, Ryan
I am having trouble installing PHP 4.2.1 on Win2K/IIS5 as an ISAPI Module. I copied php.ini file with my config to the winnnt folder, and set the the app mappings and Isapi filters to C:\PHP\SAPI\php4isapi.dll, but the module does not read any of the changes in the php.ini file. How can I get php

Re: [PHP] Installing PHP with Apache and Sybase on Linux

2002-05-17 Thread Vivek Kumar Agrawal
Hi Jason, Thanx for your prompt response. Can you guide me how to install PHP with Apache and Sybase on Linux. Regards, Vivek - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 4:27 PM Subject: Re: [PH

Re: [PHP] Installing PHP with Apache and Sybase on Linux

2002-05-17 Thread Jason Wong
On Friday 17 May 2002 18:44, Vivek Kumar Agrawal wrote: > Hi All, > > Can somebody tell me how to install > PHP with Apache and Sybase on Suse linux. > > It would be great help for me. There is a list specifically for php installation issues. -- Jason Wong -> Gremlins Associates -> www.gremlins

[PHP] Installing PHP with Apache and Sybase on Linux

2002-05-17 Thread Vivek Kumar Agrawal
Hi All, Can somebody tell me how to install PHP with Apache and Sybase on Suse linux. It would be great help for me. Regards, Vivek

[PHP] installing php-interbase support

2002-03-14 Thread Francisco Jesus Castillo Pinazo
Hi, I would like to solve this problem on my apache-php instalation Fatal error: Call to undefined function: ibase_connect() in /home/pcash/public_html/includes/conexioninterbase.inc on line 7 To solve first i have try to do [root@www download]# rpm -i php-interbase-3.0.16-2bc.i386.rpm error:

Re: [PHP] Installing PHP 4.1.2

2002-03-11 Thread Andrey Hristov
There was a discussion on PHP-DEV. Win32 binaries will be available soon. Best regards, Andrey Hristov - Original Message - From: "Marcel Besancon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 6:43 PM Subject: [PHP] Installing PHP

[PHP] Installing PHP 4.1.2

2002-03-11 Thread Marcel Besancon
Hi everybody, i've got a problem again. I want to install PHP 4.1.2. Now my problem: There's only a source code distribution on php.net. How do I install it on Windows XP? I read the documentation, but I all I understood was "bla". So, you see I understood nothing. Is there anyone who can exp

[PHP] Installing PHP 4.1.1 on Redhat w/ RPMs

2002-02-04 Thread Darren Gamble
Good day, This isn't strictly a PHP question, but, I am hoping someone on this list has gone through this already and can provide some assistance. I'd like to upgrade to PHP 4.1.1 on our Redhat 7.2 servers, and so I've downloaded all of the PHP RPMs from Rawhide. I would really, really like to

Re: [PHP] installing php with apache rpm (rh linux 7.2)???

2001-12-27 Thread Brian Clark
* Duane Douglas ([EMAIL PROTECTED]) [Dec 27. 2001 13:24]: > i have an apache rpm installed. stuff will break if i uninstall it. how > do i install php to work with it? You can download the source tarball from php.net. Then configure it --with-apxs to have it build an Apache DSO module.

[PHP] installing php with apache rpm (rh linux 7.2)???

2001-12-27 Thread Duane Douglas
hi gang! i have an apache rpm installed. stuff will break if i uninstall it. how do i install php to work with it? tia Duane Douglas ASP / SQL Server Tutoring and Training -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] installing php with apache rpm???

2001-12-26 Thread Duane Douglas
hello, i have an apache rpm installed. stuff will break if i uninstall it. how do i install php to work with it? tia Duane Douglas ASP / SQL Server Tutoring and Training -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP] installing php on apache

2001-12-17 Thread Jeremiah Jester
i'm having trouble running php on my linux box running apache. the rpm is installed but cant get my simple script to execute. What else do i need to do. Edit php.ini? Edit httpd.conf? Peremissions? Apache runs fine by itself. Thanks. JJ -- PHP General Mailing List (http://www.php.net/) To unsub

RE: [PHP] Installing PHP 4 on a RAQ3

2001-11-26 Thread Phil Ewington
age- > From: Philip Olson [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 25, 2001 6:50 PM > To: Phil Ewington > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Installing PHP 4 on a RAQ3 > > > Hello Phil, > > I've seen this come up a few times, sea

Re: [PHP] Installing PHP 4 on a RAQ3

2001-11-25 Thread Steve Werby
"Miles Thompson" <[EMAIL PROTECTED]> wrote: > You mentioned .pkg files, might Cobalt be using a Debian distribution? Log > in and try executing dpkg or dselect -- it could be that Cobalt have the > installation pointing only to their server. If so, go to the Debian web > site and locate some addit

Re: [PHP] Installing PHP 4 on a RAQ3

2001-11-25 Thread Miles Thompson
Phil, Can you telnet or SSH (using putty or Terr Term SSH) to the RAQ? If so, do it by hand, and the best set of instructions is the "Soothingly Seamless setup of Linux Apache MySQL and PHP." I'd give you the URL, but the Internet is so slow here right now that I can't find anything, so search

Re: [PHP] Installing PHP 4 on a RAQ3

2001-11-25 Thread Philip Olson
Hello Phil, I've seen this come up a few times, search the archives for a bit: http://marc.theaimsgroup.com/?l=php-general&s=raq The following comes up and may be useful. Don't hesitate to reply back on how helpful it is, perhaps eventually some raq instructions can make their way into inst

[PHP] Installing PHP 4 on a RAQ3

2001-11-25 Thread Phil Ewington
Hi, As I have only ever worked on a Windows platform, installing PHP & MySQL on a RAQ3 is completely alien to me. I attempted to install the binaries by following instructions I dug up somewhere, and it all went badly wrong :o( I have since had the RAQ reset so I could start again. This time rou

RE: [PHP] Installing PHP with windows

2001-11-21 Thread Nicolas Guilhot
You can also have a look to EasyPhp http://www.easyphp.org/ which installs Apache, PHP and MySQL on Windows box. -Message d'origine- De : Rob Bennion [mailto:[EMAIL PROTECTED]] Envoye : mercredi 21 novembre 2001 21:55 A : [EMAIL PROTECTED] Objet : [PHP] Installing PHP with windows

Re: [PHP] Installing PHP with windows

2001-11-21 Thread Fred
You can certainly install apache on windows. If you just want a test bed and do not care about security or configurability, you can download and install PHP-Triad. This windows package will install working versions of Apache, MySQL and PHP. It was specifically designed for people like you who w

SV: [PHP] Installing PHP with windows

2001-11-21 Thread Johan Nilsson
] Ämne: Re: [PHP] Installing PHP with windows Richard, I have got to admit I don't really understand much about servers and their software. What I want to do is to be able to create and test php pages 'offline' like I currently do with my asp pages using PWS. Would I be able to inst

Re: [PHP] Installing PHP with windows

2001-11-21 Thread Rob Bennion
Richard, I have got to admit I don't really understand much about servers and their software. What I want to do is to be able to create and test php pages 'offline' like I currently do with my asp pages using PWS. Would I be able to install apache with my windows set up or would I have to install

Re: [PHP] Installing PHP with windows

2001-11-21 Thread Richard S. Crawford
You can download the win32 PHP binaries from www.php.net. I know it works because I've got it running on my win2k box. But I'm also running Apache so I don't know if it will work with PWS. I'd be interested in knowing. If it doesn't work with PWS, why not just install Apache? It's free and

[PHP] Installing PHP with windows

2001-11-21 Thread Rob Bennion
Hi I want to try out PHP and wanted to know if it is possible to install it on a windows machine and use it with personal web server. Any help would be appreciated. thanks Rob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] installing php on apache

2001-11-17 Thread Douglas McKenzie
Hi, I'm a newbie to php having been working with coldfusion for years. Recently decided to test it out and have configured a box with Red Hat Linux 7.1, kde, apache and mysql. These all seem to be running fine but I can't seem to get a php page to translate. Im assuming that the web root is var

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-25 Thread Jeffrey Iskandar Ahmad
System Engineer Technology Division TIME dotNet -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:38 PM To: Jeffrey Iskandar Ahmad; [EMAIL PROTECTED] Subject: RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-24 Thread Andrew Hill
linksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Jeffrey Iskandar Ahmad [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 24, 2001 1:04 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] installing P

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-23 Thread Jeffrey Iskandar Ahmad
Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 11:31 PM To: Jeffrey Iskandar Ahmad; [EMAIL PROTECTED] Subject: RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle Ensure that this is sent in the envrionment before compiling php and starting apache

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Andrew Hill
D] > Subject: RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle > onLinux - remote oracle > > > > I did but didnt work. > > Jeffrey Iskandar Ahmad > System Engineer > Technology Division > TIME dotNet > > > -Original Message- > From: Andrew

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Jeffrey Iskandar Ahmad
I did but didnt work. Jeffrey Iskandar Ahmad System Engineer Technology Division TIME dotNet -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 9:09 PM To: Jeffrey Iskandar Ahmad; [EMAIL PROTECTED] Subject: RE: [PHP] installing PHP with

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Andrew Hill
gt; -Original Message- > From: Jeffrey Iskandar Ahmad [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 21, 2001 5:47 AM > To: [EMAIL PROTECTED] > Subject: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux > - remote oracle > > > I cannot connect t

[PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Jeffrey Iskandar Ahmad
I cannot connect to remote oracle database. I get the error below. OCISessionBegin: Error while trying to retrieve text for error ORA-03106 (meening : fatal two-task communication protocol error) My env is all correct. My test.php: $db = " (DESCRIPTION = (ADDRESS_LIST =

[PHP] Installing PHP

2001-08-09 Thread webmaster uva
Hello, I'm trying to install PHP 4.0.5 in a Solaris machine with web server Netscape Enterprise Server. I have problems with the file libphp4.so conf_init: Error running init function load-modules: dlopen of /opt/netscape/iplanet4/bin/libphp4.so failed (ld.so.1: ns-httpd: fatal: rel

Re: [PHP] Installing PHP probs

2001-08-01 Thread Richard Lynch
> well what if i want to set up the computer im using to be able to run php > acripts, but NOT be an internet server? You mean just run PHP scripts from the command line? Once you get to the point where you have C:\\php4\\php.exe, you're good to go. Open an MS-DOS prompt and do c:\\php4\\php.ex

RE: [PHP] Installing PHP probs

2001-08-01 Thread Ben Bleything
AND, you can fairly easily configure it to deny all connections coming from anywhere but localhost => Ben -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 12:08 PM To: php Subject: RE: [PHP] Installing PHP probs you dont have to hav

RE: [PHP] Installing PHP probs

2001-08-01 Thread scott [gts]
ginal Message- > From: Matt Greer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 3:14 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Installing PHP probs > > > on 8/1/01 9:57 PM, Kyle Smith at [EMAIL PROTECTED] wrote: > > > well what if i want to

Re: [PHP] Installing PHP probs

2001-08-01 Thread Matt Greer
on 8/1/01 9:57 PM, Kyle Smith at [EMAIL PROTECTED] wrote: > well what if i want to set up the computer im using to be able to run php > acripts, but NOT be an internet server? > You can't. You need a webserver on your computer to run php locally. If you're running windows98/me you can use Person

Re: [PHP] Installing PHP probs

2001-08-01 Thread Kyle Smith
[gts]" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 11:02 AM Subject: RE: [PHP] Installing PHP probs > it's a piece of cake for windows... two steps: > > 1) > download the .EXE and double-click on it > or > downl

RE: [PHP] Installing PHP probs

2001-08-01 Thread Sam Masiello
: [EMAIL PROTECTED] Subject:[PHP] Installing PHP probs Can someone quide me through the process of installing PHP on a windows system (my computer) because ive followed what it says in the doc files but it doesnt work so anyone who has done it, please help! -lk6- http

RE: [PHP] Installing PHP probs

2001-08-01 Thread scott [gts]
26 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Installing PHP probs > > > Can someone quide me through the process of installing PHP on a windows > system (my computer) because ive followed what it says in the doc files > but it doesnt work so anyone w

[PHP] Installing PHP probs

2001-08-01 Thread Kyle Smith
Can someone quide me through the process of installing PHP on a windows system (my computer) because ive followed what it says in the doc files but it doesnt work so anyone who has done it, please help! -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN:

Re[2]: [PHP] installing php as cgi on linux

2001-07-27 Thread Richard Kurth
ll> it won't load until after you closed IE and reopened. Jon Snell> -Original Message- Jon Snell> From: Richard Kurth [mailto:[EMAIL PROTECTED]] Jon Snell> Sent: Friday, July 27, 2001 2:20 PM Jon Snell> To: php Jon Snell> Subject: [PHP] installing php as cgi on linu

RE: [PHP] installing php as cgi on linux

2001-07-27 Thread Jon Snell
riday, July 27, 2001 2:20 PM To: php Subject: [PHP] installing php as cgi on linux I am trying to get php as cgi installed on a RedHat7 box to be used with Apache. I configured it with ./configure --with-mysql did a make and then a make install every thing whet just fine. I add ScriptAlias /php/

[PHP] installing php as cgi on linux

2001-07-27 Thread Richard Kurth
I am trying to get php as cgi installed on a RedHat7 box to be used with Apache. I configured it with ./configure --with-mysql did a make and then a make install every thing whet just fine. I add ScriptAlias /php/ "/usr/local/bin/php" AddType application/x-httpd-php .php4 .php3 .phtml .php AddTyp

[PHP] installing php on redhat7

2001-07-25 Thread Richard Kurth
I am trying to install php as DSO on a redhat7 install of Apache. I can not seam to figure this out. I can not find apxs on the server anywhere. But in the httpd.conf file in the LoadModule area there is a section like this. How can I install php without reinstalling Apache that is not p

[PHP] Installing PHP in WinNT and Apache 1.3

2001-07-25 Thread El Gerva
Hi everyone... I'm really a newbie in PHP. I've got Perl running in Apache, and i want to install PHP 4 (binary) too. These are the lines i added to httpd.conf ScriptAlias /php/ "C:/servers/server1/php/" AddType application/x-httpd-php .php LoadModule php4_module c:/php/sapi/php4apache.dll An

Re: [PHP] installing PHP on a sun box

2001-05-22 Thread Dan Lowe
Previously, Joseph Bannon said: > I'm installing PHP on a sun box and when type in "make" and i get "not > found". How can I run make if it's not found? make is usually in /usr/ccs/bin/ However, you probably have no compiler (unless you bought one from Sun). Try typing "cc" - if you get the "sof

[PHP] Installing PHP from CVS: `AM_PROG_LIBTOOL' not found in library

2001-05-22 Thread Frank Joerdens
Since I want to use a feature that is only in 4.0.6, I'm trying to install from CVS. This fails with the following error: [root@rakete php4]# ./buildconf buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4 (ok) buildconf: libtool version 1.4 (

RE: [PHP] installing PHP on a sun box

2001-05-14 Thread Andrew Hill
Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Joseph Bannon [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 12:41 PM > To: PHP (E-mail) > Subject: [PHP] installing PHP o

[PHP] installing PHP on a sun box

2001-05-14 Thread Joseph Bannon
I'm installing PHP on a sun box and when type in "make" and i get "not found". How can I run make if it's not found? Thanks, Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP] Installing PHP 4.0.5 on win 2000 Professional

2001-05-07 Thread Phil Driscoll
>I have installed everything, but PHP icon or program group never appear. >Can we use PHP to develop using Windows o/s or not. >When I run php.exe in /php/ it just hangs in DOS mode. PHP is something that plugs into the web server - it's not the sort of thing that gets entered in your start menu.

Re: [PHP] Installing PHP 4.0.5 on win 2000 Professional

2001-05-07 Thread elias
Dear Feroz, Sure you can develop under Windows os using PHP. I'm currently running PHP+Win98+PWS and it rocks! no problems when putting on a *nix server. -elias www.eassoft.cjb.net If you ever done ASP coding then "Feroz Tapiya" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMA

[PHP] Installing PHP 4.0.5 on win 2000 Professional

2001-05-07 Thread Feroz Tapiya
Hi Everyone, Currently I use MS Frontpage 2000. I wish to use PHP 4.0.5. I have downloaded the installed and lib from the web. I am using Win 2000 Professional and setup IIS on my machine. I have installed everything, but PHP icon or program group never appear. Can we use PHP to develop using

Re: [PHP] Installing PHP Extentions for IIS - W2K - Is it possible?

2001-04-17 Thread John Lim
The PHP developers are a diverse and perverse group. You can get them from http://php4win.de ""SED"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I was downloading the latest version of PHP (Win32 Binaries) for IIS server, > but no external extensi

[PHP] Installing PHP Extentions for IIS - W2K - Is it possible?

2001-04-16 Thread SED
Hi, I was downloading the latest version of PHP (Win32 Binaries) for IIS server, but no external extensions are included. Why? Is it not supported for IIS server? I'm having great difficulty adding those extensions manually (editing the PHP.ini), I always get errors like following example shows

[PHP] Installing PHP 4 as rpm on RedHat 6.2 !!

2001-04-14 Thread Mohamedou
Hello All, I have already php 3.0.18 installed on my RH 6.2 box. I want to install PHP 4 now. But if I still the following message: [root@proxy mohamedou]# rpm -Uvh php-4.0.4pl1-3.i386.rpm error: failed dependencies: libdb-3.1.so is needed by php-4.0.4pl1-3 libgd.so.1.8 is neede

RE: [PHP] Installing PHP as cgi and as self.

2001-04-02 Thread James Moore
> Hello, > > Can I install php as a cgi and install it as its own program? On a redhat > 7.0 box Apache 1.3 > > Thanks Brandon? Yep, cgi is the same as a command line interpreter. Just ./configure and dont enable any of the sapi's James -- PHP General Mailing List (http://www.php.net/) To u

[PHP] Installing PHP as cgi and as self.

2001-04-02 Thread Brandon Orther
Hello, Can I install php as a cgi and install it as its own program? On a redhat 7.0 box Apache 1.3 Thanks Brandon? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrator

Re: [PHP] installing PHP 4.0.4pl1 on Redhat 6.2

2001-02-08 Thread Michael Hall
> Can you install PHP 4.0.4pl1 on Redhat 6.2 - Yes Also, apache will be installed > and configured with the installation of Redhat 6.2 so is PHP 4.0.4pl1 still > compatible with Redhat 6.2 and whatever version of Apache gets installed > with it?? Yes. Sort of. You need to f

[PHP] installing PHP 4.0.4pl1 on Redhat 6.2

2001-02-08 Thread Scott Mebberson
Hi Guys, Can you install PHP 4.0.4pl1 on Redhat 6.2 - Also, apache will be installed and configured with the installation of Redhat 6.2 so is PHP 4.0.4pl1 still compatible with Redhat 6.2 and whatever version of Apache gets installed with it?? Does anybody know about MySQL aswell? Thanks Guys

Re: [PHP] Installing PHP on Redhat 7.0 ..

2001-02-08 Thread Michael Hall
RedHat 7.0 should have rpm packages for PHP4 ( mod_php and standalone rpms). Do and to see if PHP4 is already installed. If not, find them in the rpm directory of your CD. Then just install the rpm. The mod_php package is what you want for setting PHP up as a DSO with Apache (probably the most

[PHP] Installing PHP on Redhat 7.0 ..

2001-02-08 Thread Petter
Hi. Does anyone know where i can find a step-by step installation guide for installing PHP on an Redhat 7.0 running apache ? Regards. Petter Dilling PHP Newbie :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

[PHP] Installing PHP on Windows Command Line?

2001-01-26 Thread Jonathan Sharp
I want to setup php so that when I click a PHP script local to my hard drive: C:\test.php it will run it through the PHP.exe parser but display the results in my web browser...Anyone done this? Thanks, -Jonathan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P

RE: [PHP] Installing Php/Apache/Win98

2001-01-20 Thread Morkai Kurst
I had the same problem, i ended up placing the php4apache.dll in the apache/modules directory where the rest of the modules for apache are stored. Then change the entry in httpd.conf to: LoadModule php4_module modules/php4apache.dll everything worked then :) good luck Morkai > I have PHP wor

[PHP] Installing Php/Apache/Win98

2001-01-20 Thread Todd Cary
I have PHP working like a champ on my WIN 2K computer with IIS. Now I would like to have it on my notebook, so I loaded Apache and have following the instructions from Shanx; however, I get the message that Apache cannot load php4apache.dll. It shows the correct path. What is the best source fo

[PHP] Installing PHP in Windows Me and PWS4

2001-01-13 Thread Statbat
Hello, I am trying to install php in windows Me and PWS4. But I am getting into trouble. I have stated the steps I have performed and the one I am unable to perform. 1. - The easiest way to do it is to copy these DLLs to your SYSTEM (Windows 9x) directory, which is under your Windows direc

<    1   2