Date: 11/14/99
- Next message: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Re: Am I doing right?"
- In reply to: Kristian Koehntopp: "Re: [PHPLIB] active_sessions"
- Next in thread: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Reply: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Maybe reply: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello!
I'm trying to use PHPLIB (7.2) and phorum3.0.7 (http://www.phorum.org/)
together and there seems to be no conflicts except that I get the
following at the bottom of each phorum-page (repeated a couple of
times):
Warning: Bad escape sequence: \' in /path_to_my/session.inc on line 265
Line 265 is in the serialize-function.
I have't seen it before on my other PHPLIB enabled pages and I haven't
been able to determine what causes it. I suppose it's triggered by
page_close() since it's always printed below my </html>-tag, where I
usually call page_close().
I've seen some old postings about this regexp (ereg_replace("([\\\'])",
"\\\\1", $k)) in the list-archive, but those were regarding older
versions of PHPLIB and I'm not able to draw any conclusions from them.
Any suggestions on how to debugg/fix this?
(mod_php3.0.12 with PCRE, apache1.3.9 on linux)
-- ............................ David Tiselius david.t <email protected> ICQ: 45809232 ............................ - 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: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Previous message: Kristian Koehntopp: "Re: [PHPLIB] Re: Am I doing right?"
- In reply to: Kristian Koehntopp: "Re: [PHPLIB] active_sessions"
- Next in thread: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Reply: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Maybe reply: Chuck Hagenbuch: "Re: [PHPLIB] Bad escape sequence in session.inc?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

