Date: 11/14/99
- Next message: Chad Cunningham: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Am I doing right?"
- Next in thread: Chad Cunningham: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Reply: Chad Cunningham: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Chad Cunningham: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Am I doing right?"
- Next in thread: Chad Cunningham: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Reply: Chad Cunningham: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

