]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Search some standard locations for PEAR library code if DB.php is
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 19 Sep 2001 19:20:30 +0000 (19:20 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 19 Sep 2001 19:20:30 +0000 (19:20 +0000)
commit9858018b407d81b1f9fd8440e719f1348d26430b
treebbcd3e5caed8a618eafb07e82397f7e6996b90fb
parentee9d82e3f91a25e37e599cc7b6269af547d7e43b
Search some standard locations for PEAR library code if DB.php is
not found in PHP's include_path.

Added some workarounds for a bug in the PEAR DB code which ships
with PHP 4.0.6.

(I have now tested the MySQL backend with PEAR code from PHP 4.0.4pl1,
PHP 4.0.5 and PHP 4.0.6.  Only the 4.0.6 code is buggy.   With the new
fixes, all three versions seem to work fine.  The bug is reported
to be fixed in the CVS version of the PHP source code.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@568 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/WikiDB/backend/PearDB.php