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

List:       squirrelmail-cvs
Subject:    [SM-CVS] SF.net SVN: squirrelmail:[13775]
From:       jervfors () users ! sourceforge ! net
Date:       2009-05-31 10:19:36
Message-ID: E1MAi8e-0006cv-P3 () dn4whf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 13775
          http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=13775&view=rev
Author:   jervfors
Date:     2009-05-31 10:19:36 +0000 (Sun, 31 May 2009)

Log Message:
-----------
E_STRICT is part of E_ALL since PHP 6. Thanks to Tomas Kuliavas for the information \
(#1728739).

Modified Paths:
--------------
    trunk/documentation/devel/devel.sgml

Modified: trunk/documentation/devel/devel.sgml
===================================================================
--- trunk/documentation/devel/devel.sgml	2009-05-31 10:06:17 UTC (rev 13774)
+++ trunk/documentation/devel/devel.sgml	2009-05-31 10:19:36 UTC (rev 13775)
@@ -386,6 +386,16 @@
 to use <tt/isset()/ or <tt/empty()/ in tests. Use <tt>ini_get("safe_mode")</tt>
 to determine if you can use <tt>putenv()</tt>.
 
+Since coding to elimnate the warnings produced by <tt/E_STRICT/ will result in
+code that's not backwards compatible all the way to SquirrelMail's mimimal PHP
+requirements, <tt/E_STRICT/ should be off. Note that <tt/E_STRICT/ is part of
+<tt/E_ALL/ since PHP 6.0.0, so <tt/php.ini/ must be configured like this:
+
+<tscreen><verb>
+display_errors = On
+error_reporting = E_ALL ^ E_STRICT
+</verb></tscreen>
+
 <tag>Do not end a file with a PHP end tag
 <p>
 At the very end of the file, do not use the PHP end tag <tt/?&gt;/ to close off


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

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
-----
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