Skip to content

Commit

Permalink
Update ini settings recommandation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Aug 4, 2023
1 parent 7138d7d commit ea3fd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/9.0/connections/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (!ini_get('auto_detect_line_endings')) {
}
```

**The ini setting is deprecated since PHP version 8.1 and will be removed in PHP 9.0**
<p class="message-warning"><code>auto_detect_line_endings</code> is deprecated since <code>PHP 8.1</code>; and will be removed in <code>PHP 9.0</code></p>

## Exceptions

Expand Down

0 comments on commit ea3fd8d

Please sign in to comment.