My wares:
Apache 1.3
PHP4
Windows ME

I'm new.. a novice...and I'm just getting setup here on my personal computer
to do some php testing with databases.

I have gone through the steps:
  ScriptAlias
  AddType
  Action

...when I open a php page it wants to download the page.

It was suggested in a similar post (2 months ago) (below) to "disable the
ZLIB compression in the php.ini file".   However, when I checked, it
appeared that it was already turned off.  You'll see the code below.

What am I to do?

Thanks,
Loren



The similar post from 2 months ago :
=======================================================
List:     php-windows
Subject:  [PHP-WIN] Re: Installing PHP with Apache on Win ME
From:     216.162.120.20
Date:     2003-04-04 1:07:45
[Download message RAW]

Disable ZLIB compression in PHP.INI


"Nick Scott" <    > wrote in message
news:[EMAIL PROTECTED]
> I have gone through the steps and when I open a php page it wants to
> download the page.
>
> What do I need to do?
=======================================================






My php.ini code that indicates that the ZLIB compression is off:
=======================================================
; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific buffer size
; to be used for compression (default is 4KB)
; Note: Resulting chunk size may vary due to nature of compression. PHP
;       outputs chunks that are few hundreds bytes each as a result of
;       compression. If you prefer a larger chunk size for better
;       performance, enable output_buffering in addition.
; Note: You need to use zlib.output_handler instead of the standard
;       output_handler, or otherwise the output will be corrupted.
zlib.output_compression = Off


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to