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

Update Lexer.php #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

FVSoftwareDeveloper
Copy link

Fix issue with following deprecation:

Deprecated: auto_detect_line_endings is deprecated

PHP Official Note:

In PHP 8.1 and later, setting the auto_detect_line_endings value to enable it (e.g. auto_detect_line_endings=On) either in a PHP INI file or in an ini_set call emits a deprecation notice.

Fix issue with following deprecation:

Deprecated: auto_detect_line_endings is deprecated

PHP Note:

In PHP 8.1 and later, setting the auto_detect_line_endings value to enable it (e.g. auto_detect_line_endings=On) either in a PHP INI file or in an ini_set call emits a deprecation notice.
condition to handle depends on php version
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

Successfully merging this pull request may close these issues.

1 participant