Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <003001c12a3c$4a4ab960$2b01a8c0@interno> From: =?iso-8859-1?Q?=C1lvaro_Nunes_Melo?= To: Subject: Postgres Error Date: Tue, 21 Aug 2001 09:24:56 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Hello, Following the FAQ instructions on how to compose my doubt mail, here I go: - I've installed Cygwin intending to use Postgres and PHP. I've made a simple test with them and Apache, and PHP connected to Postges. Yesterday, I tryed to add the PL/pgSQL language with this lines: create function "plpgsql_call_handler" ( ) returns opaque as '/lib/plpgsql.dll' language 'C'; create trusted procedural language 'plpgsql' handler "plpgsql_call_handler" lancompiler 'PL/pgSQL'; Now, when I try to connect with postgres via PHP I get a PHP error window (This program executed an ilegal operation...). On cygwin, i get this error message: PacketReceiveFragment: read() failed: Connection reset by peer - Windows Version: 4.10.2222 A - Installation: Directory install, Setup version 2.78.2.3 - Instal dir: C:\cygwin I think that's all, sorry for my poor english. Best regards, Alvaro Melo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/