[bugs] [Bug 1290] New - PHP Pear broken for PGSQL preferences
bugs at bugs.horde.org
bugs at bugs.horde.org
Sun Jun 22 02:31:27 PDT 2003
http://bugs.horde.org/show_bug.cgi?id=1290
*** shadow/1290 Sun Jun 22 06:31:27 2003
--- shadow/1290.tmp.32758 Sun Jun 22 06:31:27 2003
***************
*** 0 ****
--- 1,30 ----
+ Bug#: 1290
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: PHP Code
+ OS/Version: other
+ Status: NEW
+ Resolution:
+ Severity: major
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck at horde.org
+ ReportedBy: rkurjata at ire.pw.edu.pl
+ URL:
+ Summary: PHP Pear broken for PGSQL preferences
+
+ The version of PHPPear which is told to be compatible at your website is broken
+ in DB component -> pgsql.php -> function quote() is badly formed. This makes
+ using pgsql for preferences impossible. New PEAR version distributed with php
+ 4.3.2 fixes this issue.
+ Temporary fix is just to remove those 2 lines
+ < case 'boolean':
+ < return $str ? 'TRUE' : 'FALSE';
+ in quote().
+
+ All files were dowloaded as a fresh copy TODAY (22/06/2003)
+
+ Sincerely yours,
+ Robert Kurjata
+
More information about the bugs
mailing list