[pLog-svn] r2068 - plog/branches/plog-1.0.1

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue May 24 12:39:16 GMT 2005


Author: oscar
Date: 2005-05-24 12:39:15 +0000 (Tue, 24 May 2005)
New Revision: 2068

Modified:
   plog/branches/plog-1.0.1/admin.php
   plog/branches/plog-1.0.1/index.php
Log:
reverted francesc's changes, not quite "portable" (well, it's not that our
current out of memory error messages are that "portable" either :)) But please
let's discuss this kind of changes before committing everything right away...

Also, please try NOT to make any more changes to this branch, I am going to
upload the final release tonight (I'm hoping I will have time!) so now that
it's working fine, let's not break anything else :)

If you had something in the pipeline, please hold it until 1.0.2.


Modified: plog/branches/plog-1.0.1/admin.php
===================================================================
--- plog/branches/plog-1.0.1/admin.php	2005-05-24 10:29:50 UTC (rev 2067)
+++ plog/branches/plog-1.0.1/admin.php	2005-05-24 12:39:15 UTC (rev 2068)
@@ -1,5 +1,6 @@
 <?php
-    ini_set('memory_limit', "24M");
+    // please enable the line below if you are having memory issues
+    //ini_set('memory_limit', "16M");
 
     if (!defined( "PLOG_CLASS_PATH" )) {
         define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");

Modified: plog/branches/plog-1.0.1/index.php
===================================================================
--- plog/branches/plog-1.0.1/index.php	2005-05-24 10:29:50 UTC (rev 2067)
+++ plog/branches/plog-1.0.1/index.php	2005-05-24 12:39:15 UTC (rev 2068)
@@ -2,7 +2,8 @@
 
 //xdebug_start_profiling();
 
-    ini_set('memory_limit', "24M");
+    // please enable the line below if you are having memory problems
+    //ini_set('memory_limit', "16M");
 
     if (!defined( "PLOG_CLASS_PATH" )) {
         define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");




More information about the pLog-svn mailing list