You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2006/02/14 17:15:57 UTC

svn commit: r377756 - /httpd/test/trunk/perl-framework/t/conf/extra.conf.in

Author: jorton
Date: Tue Feb 14 08:15:54 2006
New Revision: 377756

URL: http://svn.apache.org/viewcvs?rev=377756&view=rev
Log:
- enable register_argc_argv so that the tests don't fail depending
on the php.ini setting of same

Modified:
    httpd/test/trunk/perl-framework/t/conf/extra.conf.in

Modified: httpd/test/trunk/perl-framework/t/conf/extra.conf.in
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/conf/extra.conf.in?rev=377756&r1=377755&r2=377756&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/conf/extra.conf.in (original)
+++ httpd/test/trunk/perl-framework/t/conf/extra.conf.in Tue Feb 14 08:15:54 2006
@@ -57,6 +57,11 @@
 </IfDefine>
 
 <IfModule @PHP_MODULE@>
+    # t/htdocs/php/arg.php et al require argc/argv in _SERVER
+    <Directory @SERVERROOT@/htdocs/php>
+       php_admin_flag "register_argc_argv" 1
+    </Directory>
+
     <Directory @SERVERROOT@/htdocs/php/safemode>
         php_admin_value safe_mode 1
         php_admin_value safe_mode_exec_dir /usr/bin