Process/Php7.php
authorAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:02:52 +0000 (15:02 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:02:52 +0000 (15:02 +0800)
Process/Php7.php

index 81cc29e..a5abf2f 100644 (file)
@@ -1,5 +1,14 @@
 <?php
 
+/**
+ *
+ * PHP7 produces all sorts of pointless warnings... this attempts to just include all the files,
+ * so that you can view them..??
+ *
+ * would be nice to write the code to fix them.
+ *
+ */
+
 class Pman_Core_Php7 extends Pman
 {
     
@@ -17,4 +26,6 @@ class Pman_Core_Php7 extends Pman
     
     
     
+    
+    
 }
\ No newline at end of file