Changeset 3722 in subversion
- Timestamp:
- Jun 7, 2010 2:51:46 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/installer/check.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/installer/check.php
r3429 r3722 83 83 84 84 $prefix = (PHP_SHLIB_SUFFIX === 'dll') ? 'php_' : ''; 85 foreach ($required_php_exts AS$name => $ext) {85 foreach ($required_php_exts as $name => $ext) { 86 86 if (extension_loaded($ext)) { 87 87 $RCI->pass($name); … … 99 99 <?php 100 100 101 foreach ($optional_php_exts AS$name => $ext) {101 foreach ($optional_php_exts as $name => $ext) { 102 102 if (extension_loaded($ext)) { 103 103 $RCI->pass($name); … … 120 120 121 121 $prefix = (PHP_SHLIB_SUFFIX === 'dll') ? 'php_' : ''; 122 foreach ($supported_dbs AS$database => $ext) {122 foreach ($supported_dbs as $database => $ext) { 123 123 if (extension_loaded($ext)) { 124 124 $RCI->pass($database);
Note: See TracChangeset
for help on using the changeset viewer.
