Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45251 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68344 invoked from network); 9 Aug 2009 19:06:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2009 19:06:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=patchnow@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patchnow@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.78.26 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patchnow@gmail.com X-Host-Fingerprint: 74.125.78.26 ey-out-2122.google.com Received: from [74.125.78.26] ([74.125.78.26:33065] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/42-55947-13E1F7A4 for ; Sun, 09 Aug 2009 15:06:25 -0400 Received: by ey-out-2122.google.com with SMTP id 22so702319eye.59 for ; Sun, 09 Aug 2009 12:06:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=1VDC1wZiWOwV5btqOw0sWav/bRqFutfIDn7UTiTWU48=; b=o4ScRcF6GAmccyPBlG6EpLtPEOYcZreN6+LblEUvb8cnraIn3FC9NuFiT0ho5dkY0i i2/POC9FpQ7YqhnuxWc+72//xugPVYvhk0StPqQvda6Xz5Cs7FJFP0GR0j/UERzgSUl3 k2wrHUVPA/VtEUlgZHNvy2INEG7vvUDuhfkSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=LhPwnDcDuRcW1XnPZlrf+5tgbr6Z+vjJwd0KVjesknNosnzTHUY1BIUF6JpFcS3eN5 CCfQ2xtFNd2WrOT6wN5QvEvDNPUXfORb3IRuLKCS4/Z0uQU7C4h7/t2iDj5gTIByQQ/u 5LvBqHhTzXFnkbLBlplYRoOc6f/E+SFFgGw/c= Received: by 10.210.87.2 with SMTP id k2mr4175691ebb.96.1249844781795; Sun, 09 Aug 2009 12:06:21 -0700 (PDT) Received: from ?192.168.0.80? (xdsl-78-34-139-199.netcologne.de [78.34.139.199]) by mx.google.com with ESMTPS id 7sm3413181eyg.45.2009.08.09.12.06.19 (version=SSLv3 cipher=RC4-MD5); Sun, 09 Aug 2009 12:06:20 -0700 (PDT) Message-ID: <4A7F1E2C.8010406@gmail.com> Date: Sun, 09 Aug 2009 21:06:20 +0200 User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: SQLite Bug 42589 still not fixed in php 5.3 windows From: patchnow@gmail.com (Oskar Eisemuth) Hello The SQLite patch for Bug 42589 getColumnMeta requires SQLITE_ENABLE_COLUMN_METADATA, but on windows builds this doesn't seem to be activated, so this functionality is missing. Or is there a specific reason why it isn't enabled? Could the status of the sqlite library features be shown in phpinfo? So SQLITE_ENABLE_COLUMN_METADATA would be shown as activated/enabled/disabled? Best regards Oskar Eisemuth