ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-cvs
php-cvs
[PHP-CVS] cvs: php-src / php.ini-recommended
by Andi Gutmans other posts by this author
Jun 18 2005 9:52AM messages near this date
[PHP-CVS] cvs: php-src /ext/date TODO | [PHP-CVS] cvs: php-src /ext/date/tests bug20382-2.phpt
andi		Sat Jun 18 12:52:25 2005 EDT

  Modified files:              
    /php-src	php.ini-recommended 
  Log:
  - E_STRICT shouldn't be on by default on production servers.
  
  
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.176&r2=1.177&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.176 php-src/php.ini-recommended:1.177
--- php-src/php.ini-recommended:1.176	Thu May  5 08:22:48 2005
+++ php-src/php.ini-recommended	Sat Jun 18 12:52:24 2005
@@ -347,7 +347,7 @@
 ;
 ;   - Show all errors, including coding standards warnings
 ;
-error_reporting  =  E_ALL | E_STRICT
+error_reporting  =  E_ALL
 
 ; Print out errors (as a part of the output).  For production web sites,
 ; you're strongly encouraged to turn this feature off, and use error logging

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved