[PHPLIB] Bad escape sequence in session.inc? From: David Tiselius (david.t <email protected>)
Date: 11/14/99

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.