Explorar el Código

append pgsql to the php config

omassot hace 6 años
padre
commit
08e614cda9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ajax/db.php

+ 1 - 0
ajax/db.php

@@ -1,6 +1,7 @@
 <?php
   ini_set('display_errors', 1);
   ini_set('display_startup_errors', 1);
+  ini_set('extension', 'pgsql');
   error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
 
   $db = "host=clusterpg.linux.infra.cloud.local port=5432 dbname=sig50 user=sigr password=T38Msh2R4q";