X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 4F074D1B269 for ; Tue, 13 Jul 2004 22:27:08 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 67163-06 for ; Wed, 14 Jul 2004 01:27:08 +0000 (GMT) Received: from www.postgresql.com (www.postgresql.com [200.46.204.209]) by svr1.postgresql.org (Postfix) with ESMTP id 4B82AD1B20E for ; Tue, 13 Jul 2004 22:27:04 -0300 (ADT) Received: by www.postgresql.com (Postfix, from userid 80) id BD00FCF49B0; Tue, 13 Jul 2004 22:27:04 -0300 (ADT) To: pgsql-www@postgresql.org Subject: New News Entry Message-Id: <20040714012704.BD00FCF49B0@www.postgresql.com> Date: Tue, 13 Jul 2004 22:27:04 -0300 (ADT) From: www@www.postgresql.com (World Wide Web Owner) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200407/59 X-Sequence-Number: 4729 A new entry has been added to the news database. Database Admin: http://www.postgresql.org/admin/edit_news.php?209 Submitted by: danielc@analysisandsolutions.com Headline: PEAR DB 1.6.5 has important fixes Summary: Release 1.6.5 of PEAR DB has some fixes PostgreSQL users will find important for dealing with recent releases of PostgreSQL and PHP. Story: PEAR DB\'s 1.6.5 release includes fixes of interest to PostgreSQL users: * getListOf(\'tables\') has been adjusted to accommodate the addition of sql_* core tables in PostgreSQL 7.4.2. * PHP 5 now produces a warning when using a resource as an array key. Therefore, DB/pgsql.php needed minor modifications.