php-debugbar icon indicating copy to clipboard operation
php-debugbar copied to clipboard

You can't use method return value in write context with ini_get and PHP 5.5-

Open romainrg opened this issue 7 years ago • 1 comments

https://github.com/maximebf/php-debugbar/blob/30e7d60937ee5f1320975ca9bc7bcdd44d500f07/src/DebugBar/DataCollector/DataCollector.php#L178

romainrg avatar Jan 02 '18 10:01 romainrg

There is a fatal error in PHP 5.4, you have to store the return of ini_get function inside a var then you will be able to test the content of it.

romainrg avatar Jan 02 '18 10:01 romainrg