Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21961 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88399 invoked by uid 1010); 20 Feb 2006 17:01:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88383 invoked from network); 20 Feb 2006 17:01:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2006 17:01:41 -0000 X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from ([80.91.229.2:37090] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E0/A8-45151-3F5F9F34 for ; Mon, 20 Feb 2006 12:01:40 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FBEPb-0007ke-Hw for internals@lists.php.net; Mon, 20 Feb 2006 18:01:23 +0100 Received: from gateway-16-49.uscg.mil ([152.121.16.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Feb 2006 18:01:23 +0100 Received: from sigzero by gateway-16-49.uscg.mil with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Feb 2006 18:01:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Mon, 20 Feb 2006 11:57:17 -0500 Lines: 20 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: gateway-16-49.uscg.mil User-Agent: Thunderbird 1.5 (Windows/20051201) Sender: news Subject: "Memory cannot be read" error From: sigzero@gmail.com (Robert Hicks) I am using PHP5.1.2/Apache2/WinXP and the latest DB version installed by PEAR. When I try to do a simple test connection I get the following dialog every time: ==== The instruction at "0x6066dfbe" referenced memory at "0x00efd490". The memory could not be "read". Click on OK to terminate the program Click on CANCEL to debug the program [OK] [CANCEL] ==== I can do things without using DB, for instance, I did a simple Smarty template that worked fine. Robert