PEAR DB w/ PHP5
Posted by: Gobalopper
Posted on: 2005-06-06 15:20:00
I've switched over to PHP5 on one of my sites and noticed that PEAR's DB package doesn't seem to have been included.
Is that true? Or am I just trying to include it wrong? Currently using this method which worked fine under PHP4:
include_once('DB.php');