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

ErrorException Array and string offset access syntax with curly braces is deprecated #14

Closed
domainregistrar opened this issue Sep 9, 2020 · 2 comments

Comments

@domainregistrar
Copy link

It seems Rdap.php line 120 uses deprecated PHP:

if ($service[1][0]{strlen($service[1][0]) - 1} !== '/') {

@metaregistrar
Copy link
Owner

The deprecated function has been fixed by replacing the curly braces with brackets.

@jesscostello
Copy link

It seems this deprecated functionality is also still being used on line 131 and line 143

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

3 participants