Browse Source

Update requirements.php

gitrad 12 years ago
parent
commit
04d3f9fde7
1 changed files with 7 additions and 0 deletions
  1. 7 0
      requirements.php

+ 7 - 0
requirements.php

@@ -48,6 +48,13 @@ $requirements = [
 		'by' => 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>',
 		'memo' => 'Required for MySQL database.',
 	],
+	[
+                'name' => 'PDO PostgreSQL extension',
+                'mandatory' => false,
+                'condition' => extension_loaded('pdo_pgsql'),
+                'by' => 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>',
+                'memo' => 'Required for PostgreSQL database.',
+        ],
 	// Cache :
 	[
 		'name' => 'Memcache extension',