[PHPLIB-DEV] session.inc bad escape sequence From: ak <email protected>
Date: 10/26/99

What a coincidence, this is line 265 of session.inc V1.45:
          $this->serialize($prefix."['".ereg_replace("([\\\'])", "\\\\1", $k)."']", &$str);
And \' should also be changed to '

Alex
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.