Re: [PHPLIB] Bad escape sequence in session.inc? From: Chuck Hagenbuch (chagenbu <email protected>)
Date: 11/14/99

Quoting David Tiselius <david.t <email protected>>:

> Yupp, that's it. Thanks!
>
> I changed line 265 in session.inc from
>
> ... ereg_replace("([\\\'])", "\\\\1", $k) ...
>
> to
>
> ... ereg_replace("([\\'])", "\\\\1", $k) ...
>
> and the warnings are gone.
> I'm not breaking anything else with this am I?

I'm not the person to ask. PHPLIB gurus?

-chuck

--
Charles Hagenbuch, <chagenbu <email protected>>
--
" ... I mean, who wouldn't look forward to waking up in the morning and
having a nice big bowl of frosted For-Next Loops ... " - Slashdot comment
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.