[pLog-svn] r3683 - plog/branches/lifetype-1.0.6

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jul 3 18:27:45 GMT 2006


Author: mark
Date: 2006-07-03 18:27:45 +0000 (Mon, 03 Jul 2006)
New Revision: 3683

Modified:
   plog/branches/lifetype-1.0.6/.htaccess
   plog/branches/lifetype-1.0.6/version.php
Log:
1. Change version information
2. Add an error_reporting level configuration to .htaccess, to help lifetype 1.0.x user get rid of those annoying notice messages if they use php5.

Modified: plog/branches/lifetype-1.0.6/.htaccess
===================================================================
--- plog/branches/lifetype-1.0.6/.htaccess	2006-07-03 17:00:57 UTC (rev 3682)
+++ plog/branches/lifetype-1.0.6/.htaccess	2006-07-03 18:27:45 UTC (rev 3683)
@@ -1,3 +1,6 @@
+# If you use php5 please uncomment the following line to disable the annoying notice messages
+# php_value error_reporting E_ALL&~E_NOTICE
+
 <Files .htaccess> 
 deny from all 
 </Files> 

Modified: plog/branches/lifetype-1.0.6/version.php
===================================================================
--- plog/branches/lifetype-1.0.6/version.php	2006-07-03 17:00:57 UTC (rev 3682)
+++ plog/branches/lifetype-1.0.6/version.php	2006-07-03 18:27:45 UTC (rev 3683)
@@ -1,3 +1,3 @@
 <?php
-$version = 'PLOG_1_0_5';
+$version = 'LIFETYPE_1_0_6';
 ?>



More information about the pLog-svn mailing list