After updating my PHP version to 5.4.0-3, I have an odd PHP problem.
My array:
Array
(
[host] => 127.0.0.1
[port] => 11211
)
I am getting this warning when I try to access it:
print $memcachedConfig['host'];
print $memcachedConfig['port'];
Warning: Illegal string offset 'host' in ....
Warning: Illegal string offset 'port' in ...
I really don't want to just edit my php.ini and re-set the error level. Can someone please help me with this?