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

Francesc Pla Prats francesc at qdevel.com
Tue May 24 14:33:26 GMT 2005


I know it doesn't work on some sites, but at least it helps out on many
other. Did anyone even read the changelog?

*********Quick'n'dirty******** fix to Smarty memory problems, it still
*********has to be fixed properly************* but at least is better
than nothing.

Francesc.

> 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__)."/");
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
> 




More information about the pLog-svn mailing list