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
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
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.
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,
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
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?
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
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
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 - 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
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
11 matches
Mail list logo