[PHP-INST] php4 compilation problem with hpux 11i

2002-11-18 Thread VASAGAN,MANI (HP-Singapore,ex2)
I am trying to compile php 4.2.3 with apache 1.3.27 on hpux 11i using gnu gcc 3.0.4, gmake 3.79.1. Also installed are binutils, flex, bison. When I try to configure php (./configure --with-apache=../apache-1.3.27 , gmake, gmake install) it did without errors. But when i compile apache, (./config

Re: [PHP-INST] Help, getting nothing from $_GET

2002-11-18 Thread Robert Duran
Aha, found the problem. I had: variables_order = "ES" in my php.ini file. This was recommended in a book i had as a security precaution. It was apparently written before the changes to the register globals default. Thanks for the help! On Monday, November 18, 2002, at 01:22 PM, Robert Du

[PHP-INST] PHP and HTML message

2002-11-18 Thread William Cheung
I am now using PHP CLI to send a plain text email. However, I was requested to make the body of the email in HTML format. Is there an add-on that I could use to generate HTML format email from PHP 4.2.3 and Windows 2K? William Cheung, B.Sc. MCSE MCDBA Databyte Corp.

[PHP-INST] Apache Installation problems

2002-11-18 Thread Bill Hudspeth
Help! I have installed PHP 4.2.1 and Apache 2.0.43 on my Win2000 machine. The Apache server is up and running, but when I add the following line to my httpd.conf, the Apache service cannot be run. The referenced directory location is where I have installed my PHP dlls. When I comment out the line,

Re: [PHP-INST] Help, getting nothing from $_GET

2002-11-18 Thread Steve Cayford
I cut and pasted this code onto my machine and realized that you've got some bogus hidden characters in there. Don't know if that's your issue or not, but once I cleared them out it worked fine for me. -Steve On Monday, November 18, 2002, at 03:22 PM, Robert Duran wrote: {{ -- PHP Instal

[PHP-INST] IIS and PHP 4

2002-11-18 Thread Mike Franklin
I am using php 4.2.2 and IIS 5 and everything works except sending mail using the mail() command. I understand this is probably not a bug with your server, but it seems a lot of people have had this problems with mail() not working on a windows machines. Is there any suggestions on this one?

[PHP-INST] Help, getting nothing from $_GET

2002-11-18 Thread Robert Duran
I've installed PHP and it is working except for parameters in the URL. I'm aware of the register globals change and am trying to use $_GET to read parameters passed in the url (i.e. http://localhost/~me/test.php?myvar=2). I also noticed that if I register a session, the session url paramete

[PHP-INST] PHP Thermometer

2002-11-18 Thread Robert W. Kramer III
We just installed PHP 4 on our Win32 based Apache 2 server. Things appear to be working well, but I would like to take its temperature... Is there a .php web page or web site I can install on our Apache 2 server that will help in testing our installation? Bob Kramer -- PHP Install Mailing Li

[PHP-INST] php.ini w/ environment variables

2002-11-18 Thread William Cheung
A quick question: Does php.ini accept the use of environment variables? If so, does it use %variable% or $variable syntax in Windows environment? William Cheung, B.Sc. MCSE MCDBA Databyte Corp.

php-install Digest 18 Nov 2002 18:37:32 -0000 Issue 1122

2002-11-18 Thread php-install-digest-help
php-install Digest 18 Nov 2002 18:37:32 - Issue 1122 Topics (messages 9161 through 9168): How can I activate XML functions in Apache / Mandrake Distro 9161 by: Manuel Soto 9162 by: Pierre-Alain Joye Re: When i go to a page, it asks for me to download 9163 by: John Co

[PHP-INST] Apache Module vs CGI, both??

2002-11-18 Thread Peter Janett
I'm setting up a new server that will host many different customer sites via Apache virtual hosts. I'm trying to decide if I should use SuExe with Apache, and run PHP and Perl with it, or just to run everyone as the web server user, and compile PHP (and/or Mod_Perl) as a module. I understand the