logo       

CVS: phpwiki/lib IniConfig.php,1.73,1.74: msg#00179

web.wiki.phpwiki.checkins

Subject: CVS: phpwiki/lib IniConfig.php,1.73,1.74

Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4246

Modified Files:
IniConfig.php
Log Message:
helper for local debugging (Zend Personal Edition)

Index: IniConfig.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/IniConfig.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -2 -b -p -d -r1.73 -r1.74
--- IniConfig.php 25 Jan 2005 06:51:37 -0000 1.73
+++ IniConfig.php 29 Jan 2005 20:35:52 -0000 1.74
@@ -653,4 +653,6 @@ function fixup_dynamic_configs() {
define($var, $HTTP_SERVER_VARS[$var]);
}
+ if (!defined('SERVER_NAME')) define('SERVER_NAME', '127.0.0.1');
+ if (!defined('SERVER_PORT')) define('SERVER_PORT', 80);
if (!defined('SERVER_PROTOCOL')) {
if (empty($HTTP_SERVER_VARS['HTTPS']) || $HTTP_SERVER_VARS['HTTPS'] ==
'off')
@@ -768,4 +770,7 @@ function fixup_dynamic_configs() {

// $Log$
+// Revision 1.74 2005/01/29 20:35:52 rurban
+// helper for local debugging (Zend Personal Edition)
+//
// Revision 1.73 2005/01/25 06:51:37 rurban
// new options: TOOLBAR_PAGELINK_PULLDOWN, DATABASE_PERSISTENT



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise