6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/28/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3545] Bug in test.php asks for Pear DB version that does not exist [with fix]
*
Your Email Address
*
Spam protection
Enter the letters below:
. .._.._.. .. . |__| | | |\ ||\ | | |_|__|_| \|| \|
Comment
> --- test.php.old 2006-02-28 12:57:50.000000000 -0700 > > +++ test.php 2006-02-28 12:57:06.000000000 -0700 > > @@ -157,7 +157,7 @@ > > { > > $peardbversion = '0'; > > $peardbversion = @DB::apiVersion(); > > - if ($peardbversion < 2) { > > + if ($peardbversion < 1.6) { > > return 'Your version of DB (' . $peardbversion . ') is not > recent enough.'; > > } > > } > > > > > > Here is a very simple patch -- Checking > http://pear.php.net/package/DB/download/ does not show any versions > above version 1.7.6 as of this post. > > > > I put in 1.6 merely as a placeholder, I couldn't find anything > radically different between version 1.6 and 1.7 so I put 1.6 on for > the check. > > > > Cheers, > > JP / sartan > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers