| Index: trunk/phase3/RELEASE-NOTES-1.19 |
| — | — | @@ -222,7 +222,7 @@ |
| 223 | 223 | |
| 224 | 224 | The supported versions are: |
| 225 | 225 | |
| 226 | | -* MySQL 4.0 or later |
| | 226 | +* MySQL 5.0.2 or later |
| 227 | 227 | * PostgreSQL 8.3 or later |
| 228 | 228 | * SQLite 3 |
| 229 | 229 | * Oracle 9.0.1 or later |
| Index: trunk/phase3/includes/GlobalFunctions.php |
| — | — | @@ -81,6 +81,9 @@ |
| 82 | 82 | |
| 83 | 83 | /** |
| 84 | 84 | * Like array_diff( $a, $b ) except that it works with two-dimensional arrays. |
| | 85 | + * @param $a array |
| | 86 | + * @param $b array |
| | 87 | + * @return array |
| 85 | 88 | */ |
| 86 | 89 | function wfArrayDiff2( $a, $b ) { |
| 87 | 90 | return array_udiff( $a, $b, 'wfArrayDiff2_cmp' ); |