소스 검색

append pgsql to the php config

omassot 6 년 전
부모
커밋
08e614cda9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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";