gwynne          Sat Nov  8 06:06:03 2008 UTC

  Modified files:              
    /SVNROOT    run-conversion.php 
  Log:
  Make the errors a bit more handy please
  
http://cvs.php.net/viewvc.cgi/SVNROOT/run-conversion.php?r1=1.18&r2=1.19&diff_format=u
Index: SVNROOT/run-conversion.php
diff -u SVNROOT/run-conversion.php:1.18 SVNROOT/run-conversion.php:1.19
--- SVNROOT/run-conversion.php:1.18     Sat Nov  8 06:02:23 2008
+++ SVNROOT/run-conversion.php  Sat Nov  8 06:06:02 2008
@@ -1,8 +1,12 @@
 <?php
 
 // 
-----------------------------------------------------------------------------------------------------------------------------
+// Error level
+error_reporting(E_ALL | E_STRICT);
+
+// 
-----------------------------------------------------------------------------------------------------------------------------
 // Constants
-$version = substr('$Revision: 1.18 $', strlen('$Revision: '), -2);
+$version = substr('$Revision: 1.19 $', strlen('$Revision: '), -2);
 
 $passes = array(
     'processcvs',       // Process CVS modules



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

Reply via email to