Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated: auto_detect_line_endings is deprecated #5

Closed
Bernier154 opened this issue Feb 27, 2022 · 1 comment
Closed

Deprecated: auto_detect_line_endings is deprecated #5

Bernier154 opened this issue Feb 27, 2022 · 1 comment

Comments

@Bernier154
Copy link

The ini_set directive at line 17 of src/helpers.php issue a warning in the console on php 8.1.

Link to php changelog : https://www.php.net/manual/fr/migration81.deprecated.php#migration81.deprecated.standard

The php documentation cite:

The auto_detect_line_endings INI directive is deprecated. If necessary, handle "\r" line breaks manually instead.

Personally i just removed the lines in my installation because i'm running on a recent windows machine.

@JackieDo
Copy link
Owner

@Bernier154 :
This problem is resolved in the release v1.0.6. You can down load source code and override the helper.php file (in the src folder).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants