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

fatal error in php 7.1 #3

Open
ddanforthmrss opened this issue Jul 28, 2017 · 1 comment
Open

fatal error in php 7.1 #3

ddanforthmrss opened this issue Jul 28, 2017 · 1 comment

Comments

@ddanforthmrss
Copy link

PHP Fatal error: Cannot unset $this in /rcastera/session/src/rcastera/Browser/Session/Session.php on line 40

looks like it's a 7.1 compatability issue

@danutz0501
Copy link

Just comment out or delete the __destruct() function problem solved.
The destructor is being called when an object is being deleted (destroyed) the unset is a method deleting (destroying) an object - thus calling a possible destructor.

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