[PHP-DEV] CVS update: php3/doc/chapters From: zeev (php-dev <email protected>)
Date: 10/26/98

Date: Monday October 26, 1998 @ 0:31
Author: zeev

Update of /repository/php3/doc/chapters
In directory asf:/u2/tmp/cvs-serv20093/doc/chapters

Modified Files:
        config.sgml
Log Message:
Reverse the zlib patch.

Index: php3/doc/chapters/config.sgml
diff -c php3/doc/chapters/config.sgml:1.35 php3/doc/chapters/config.sgml:1.36
*** php3/doc/chapters/config.sgml:1.35 Sun Oct 25 16:34:51 1998
--- php3/doc/chapters/config.sgml Mon Oct 26 00:31:42 1998
***************
*** 116,146 ****
         </listitem>
        </varlistentry>
        
- <varlistentry id="ini.compress-output">
- <term>
- <parameter>compress_output</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- This directive is (currently) only useful in the Apache
- module version of PHP. It is used to enable compression of
- all output if the browser can handle it. By putting
- <userinput>php3_compress_output off</userinput> in the
- appropriate places in the <filename>httpd.conf</filename> or
- <filename>.htaccess</filename> file, PHP can be enabled or
- disabled. Technically speaking if the browser sent a header
- line <literal>Accept-encoding</literal> containing
- <literal>gzip</literal> and compress_output was enabled for
- this directory then the complete script output is compressed
- and a <literal>Content-encoding: gzip</literal> header is
- sent to state this. Modern browsers then decompress the data
- transparently while compatibility with old browsers not
- supporting content encoding is ensured.
- </para>
- </listitem>
- </varlistentry>
-
        <varlistentry id="ini.error-log">
         <term>
          <parameter>error_log</parameter>
--- 116,121 ----

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>