You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by ge...@apache.org on 2004/11/01 21:07:45 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigPHP.pm

geoff       2004/11/01 12:07:45

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfigPHP.pm
  Log:
  turn output buffering off so that php-generated headers don't affect
  test output
  
  Revision  Changes    Path
  1.9       +2 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPHP.pm
  
  Index: TestConfigPHP.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPHP.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TestConfigPHP.pm	1 Nov 2004 19:45:16 -0000	1.8
  +++ TestConfigPHP.pm	1 Nov 2004 20:07:45 -0000	1.9
  @@ -228,6 +228,7 @@
   display_startup_errors = On
   html_errors = Off
   @error_log@
  +output_buffering = Off
                                                                                                                                
   ; the rest of php.ini-recommended, unaltered, save for
   ; some tidying like the removal of comments and blank lines
  @@ -239,7 +240,7 @@
   asp_tags = Off
   precision    =  14
   y2k_compliance = On
  -output_buffering = 4096
  +;output_buffering = 4096
   zlib.output_compression = Off
   implicit_flush = Off
   unserialize_callback_func=