[Eis-commits] SF.net SVN: eis: [223] trunk/index.php
Status: Pre-Alpha
Brought to you by:
baslijnse
|
From: <bas...@us...> - 2007-11-30 18:22:08
|
Revision: 223
http://eis.svn.sourceforge.net/eis/?rev=223&view=rev
Author: baslijnse
Date: 2007-11-30 10:22:03 -0800 (Fri, 30 Nov 2007)
Log Message:
-----------
Removed PHP4/5 config optimalization, because it sometimes causes segfaults
Modified Paths:
--------------
trunk/index.php
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2007-11-08 21:37:40 UTC (rev 222)
+++ trunk/index.php 2007-11-30 18:22:03 UTC (rev 223)
@@ -16,8 +16,6 @@
//Turn off magic quotes
require("lib/utils/magicquotes.lib.php");
- //PHP5 Workaround
- ini_set('zend.ze1_compatibility_mode',1);
if(!defined('E_STRICT')) {
define('E_STRICT',2048);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|