|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-01-19 11:01 UTC] fernandog at prismainfo dot com
I want to use the DB library for connection to a mysql database. I am missing the file PEAR.DB in the pear directory of the win32 install. this has a class for error reporting so I can't use the DB classes without this. where can I get that file? thanks fernando gonzalez PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 15:00:01 2025 UTC |
The make process builds PEAR.php from PEAR.php.in, but not on the Windows platform. Just copy PEAR to a directory of your choice, rename PEAR.php.in to PEAR.php and edit the following lines in it define('PHP_BINDIR', '@prefix@/bin'); define('PEAR_INSTALL_DIR', '@PEAR_INSTALLDIR@'); define('PEAR_EXTENSION_DIR', '@EXTENSION_DIR@'); to fit your environment.