[PHPLIB] problems with session.inc From: phplib-list <email protected>
Date: 10/29/99

Ok I am trying to upgrade from phplib 6.? to 7.2 and I get the following error when I try to use my existing pages:
Fatal error: Cannot instanciate non-existant class: in /usr/local/apache/php-7.2/session.inc on line 377

This works fine under the existing version of php lib.

Line 377 is:
    $this->that = new $name;

and is part of the function:
  function set_container(){
    $name = $this->that_class;
    $this->that = new $name;

    $this->that->ac_start();
  }

any help would be appreciated.

and my system into is
Apache 1.3.9
mod_perl 1.21
php 4b2
RedHat 6.0

Regards,
Vince

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