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

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail:[14065]
From:       jangliss () users ! sourceforge ! net
Date:       2010-09-16 22:23:07
Message-ID: E1OwMrD-0002Zf-5b () sfp-svn-2 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 14065
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=14065&view=rev
Author:   jangliss
Date:     2010-09-16 22:23:06 +0000 (Thu, 16 Sep 2010)

Log Message:
-----------
Backport fix for call_user_func_array not supporting NULL as empty array in PHP 5.3.3

Modified Paths:
--------------
    branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog
    branches/SM-1_4-STABLE/squirrelmail/functions/global.php

Modified: branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog	2010-09-14 08:53:08 UTC (rev \
                14064)
+++ branches/SM-1_4-STABLE/squirrelmail/doc/ChangeLog	2010-09-16 22:23:06 UTC (rev \
14065) @@ -17,6 +17,8 @@
     configuration) by setting $temporary_plugins as an empty array
     (all disabled) or an array with one or more plugin directory names
     in config_local.php.
+  - Backport fix for call_user_func_array not supporting NULL as empty
+    array in PHP 5.3.3
 
 Version 1.4.21 - 23 Jul 2010
 ----------------------------

Modified: branches/SM-1_4-STABLE/squirrelmail/functions/global.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/global.php	2010-09-14 08:53:08 UTC \
                (rev 14064)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/global.php	2010-09-16 22:23:06 UTC \
(rev 14065) @@ -272,7 +272,7 @@
  *               executed will be returned.
  * 
  */ 
-function sq_call_function_suppress_errors($function, $args=NULL) {
+function sq_call_function_suppress_errors($function, $args=array()) {
    $display_errors = ini_get('display_errors');
    ini_set('display_errors', '0');
    $ret = call_user_func_array($function, $args);


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
-----
squirrelmail-cvs mailing list
List address: squirrelmail-cvs@lists.sourceforge.net
List info (subscribe/unsubscribe/change options): \
                https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
Repository: http://squirrelmail.org/svn


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

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