[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc / configure.php
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2008-01-28 19:06:04
Message-ID: cvsbjori1201547164 () cvsserver
[Download RAW message or body]

bjori		Mon Jan 28 19:06:04 2008 UTC

  Modified files:              
    /phpdoc	configure.php 
  Log:
  Turn detailed errormsgs off by default
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/configure.php?r1=1.29&r2=1.30&diff_format=u
Index: phpdoc/configure.php
diff -u phpdoc/configure.php:1.29 phpdoc/configure.php:1.30
--- phpdoc/configure.php:1.29	Mon Jan 28 18:47:55 2008
+++ phpdoc/configure.php	Mon Jan 28 19:06:03 2008
@@ -17,11 +17,11 @@
   | Authors:    Dave Barr <dave@php.net>                                 |
   +----------------------------------------------------------------------+
   
-  $Id: configure.php,v 1.29 2008/01/28 18:47:55 bjori Exp $
+  $Id: configure.php,v 1.30 2008/01/28 19:06:03 bjori Exp $
 */
 
 error_reporting(E_ALL);
-$cvs_id = '$Id: configure.php,v 1.29 2008/01/28 18:47:55 bjori Exp $';
+$cvs_id = '$Id: configure.php,v 1.30 2008/01/28 19:06:03 bjori Exp $';
 
 echo "configure.php: $cvs_id\n";
 
@@ -54,7 +54,7 @@
   --with-lang=LANG          Language to build [{$acd['LANG']}]
   --with-partial=ID         Root ID to build [{$acd['PARTIAL']}]
 
-  --enable-xml-detailes     Enable detailed XML error messages [{$acd['XML_DETAILES']}]
+  --enable-xml-detailes     Enable detailed XML error messages [{$acd['DETAILED_ERRORMSG']}]
 
 HELPCHUNK;
 } // }}}
@@ -252,7 +252,7 @@
     'ENCODING' => 'utf-8',
     'FORCE_DOM_SAVE' => 'no',
     'PARTIAL' => 'no',
-    'DETAILED_ERRORMSG' => 'yes',
+    'DETAILED_ERRORMSG' => 'no',
 
     // Junk to make the old scripts (file-entities.php and missing-entities.php) cooperative
     'PHP_SOURCE' => 'no',

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic