Bug tracker
Call-time pass-by-reference (fix completed in vcs)
"...Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of utf8_normalize_nfc(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in ..."
This is being seen in A LOT of places. My personal solution is to go to where the offending line is and comment it out. <shrugs> Wouldn't be so bad if there were only one or two times I had to do this, but so far I'm up to 12.
Comments / History
Using: php 5.1.2 - 5.0.18-nt on a local testsystem.
allow_call_time_pass_reference = off
I'm not able to change this on my webserver and my provider don't want to activate it
PHP 5.1.6
MySQL 5.0.27
allow_call_time_pass_reference = on
Everything works fine now.
it shows up when I try to open a user's profile in the admin panel