Date: 12/01/99
- Next message: Theodore Hope : "[PHPLIB] small bug in phplib db_pgsql.inc"
- Previous message: Troels Arvin: "Re: [PHPLIB] Browser 'back' button"
- In reply to: Richard Archer: "Re: [PHPLIB] errors after fresh install of phplib 7.2"
- Next in thread: Sam C. Nicholson !!: "Re: [PHPLIB] errors after fresh install of phplib 7.2"
- Reply: Sam C. Nicholson !!: "Re: [PHPLIB] errors after fresh install of phplib 7.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Theodore Hope : "[PHPLIB] small bug in phplib db_pgsql.inc"
- Previous message: Troels Arvin: "Re: [PHPLIB] Browser 'back' button"
- In reply to: Richard Archer: "Re: [PHPLIB] errors after fresh install of phplib 7.2"
- Next in thread: Sam C. Nicholson !!: "Re: [PHPLIB] errors after fresh install of phplib 7.2"
- Reply: Sam C. Nicholson !!: "Re: [PHPLIB] errors after fresh install of phplib 7.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

