PHP PEAR Container error

后端 未结 2 1068
悲&欢浪女
悲&欢浪女 2021-01-27 22:13

Allrighty, it\'s the first time I ask a question here. My problem is as awkward as it is difficult to get to the bottom of. Story goes like this: I have this little system, whic

2条回答
  •  天命终不由人
    2021-01-27 23:15

    I switched to MDB2 instead of DB

    $db_options['type']       = 'db';
    

    to

    $db_options['type']       = 'mdb2';
    

    this helped in taking care of memory exhaust problem, I am still looking to take care of initialize container in /usr/lib/php/PEAR.php problem

    Ok found the solution for container errors: Apply this patch http://svn.php.net/viewvc/pear/packages/Mail_Queue/trunk/Mail/Queue.php?r1=303876&r2=309126

提交回复
热议问题