-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Marc,
Marc Delisle wrote:
This solves the bug for me, please comment:
if ( is_string($key) && ($key == 'cfg' || $key == 'GLOBALS' || substr($key, 0, 3) == 'str' || $key{0} == '_')) { continue; }
Without the first test, each [0] is lost.
I am as confused as you are, but I can confirm that the code fixes the newly introduced bug.
Regards,
AMT