Explorar o código

append pgsql to the php config

omassot %!s(int64=6) %!d(string=hai) anos
pai
achega
08e614cda9
Modificáronse 1 ficheiros con 1 adicións e 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";