Re: [PHPLIB] errors after fresh install of phplib 7.2 From: Theodore Hope (php <email protected>)
Date: 12/01/99

Richard,

<snip>
> I had this problem too. I made a simple change to session.inc,
> which seems to have fixed the problem.
<snip>
> --- /usr/src/phplib-7.2/php/session.inc Mon Oct 25 16:36:30 1999
<snip>
> - function release_token(){
> + function release_token( $sid = "" ){
<snip>

Thanks for reposting the fix. I changed that line (function definition
for release_token) and the "index.php3" demo page now loads.
However, I get the following:

  Warning: Bad escape sequence: \' in session.inc on line 265

That offending line is this:
  $this->serialize($prefix."['".ereg_replace("([\\\'])", "\\\\1", $k)."']", &$str);

I'm going to sort of give up with phplib-7.2 for now, and try a fresh
install of phplib-7 and see what happens ;-\

Regards.
-
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.