add http as a required extension
authorAlan <alan@roojs.com>
Thu, 27 Jul 2023 08:20:28 +0000 (16:20 +0800)
committerAlan <alan@roojs.com>
Thu, 27 Jul 2023 08:20:28 +0000 (16:20 +0800)
Config.php

index 37f2da9..f5144bc 100644 (file)
@@ -15,7 +15,8 @@ class Pman_Core_Config {
         'json',        
         'curl',
         'gd',
-        'mbstring'
+        'mbstring',
+        'http'
     );
     
     function init($ff, $cfg)