I have upgraded PHP from v5.3 to v5.4 and I am now getting the following error:
Strict standards: Only variables should be passed by reference
Code:
$filename = array_pop(explode("/", $_SERVER['SCRIPT_FILENAME']));
How to fix this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Breaking the code apart would resolve the error
Demo Break Apart