Some errors in the code — PHP 7
-
Thought I might just pass this along to the dev to clean up a couple things in the code for PHP 7 support.
Cheers!
FILE: /home/CENSORED/public_html/blog/wp-content/plugins/keyy/vendor/phpseclib/phpseclib/phpseclib/File/X509.php
——————————————————————————————————————-
FOUND 4 ERRORS AFFECTING 4 LINES
——————————————————————————————————————-
4660 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4685 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4752 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
4824 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
——————————————————————————————————————-FILE: /home/CENSORED/public_html/blog/wp-content/plugins/keyy/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php
————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————-
200 | ERROR | Global with variable variables is not allowed since PHP 7.0
————————————————————————————————————————-
- The topic ‘Some errors in the code — PHP 7’ is closed to new replies.