Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16818 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13369 invoked by uid 1010); 21 Jun 2005 09:39:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13354 invoked from network); 21 Jun 2005 09:39:01 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2005 09:39:01 -0000 X-Host-Fingerprint: 212.55.154.24 relay4.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.24:37904] helo=sapo.pt) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id F8/DB-22648-430E7B24 for ; Tue, 21 Jun 2005 05:39:00 -0400 Received: (qmail 10880 invoked from network); 21 Jun 2005 09:38:56 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.157) by relay4 with SMTP; 21 Jun 2005 09:38:56 -0000 Received: (qmail 19637 invoked from network); 21 Jun 2005 09:38:56 -0000 X-AntiVirus: PTMail-AV 0.3.85 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.154.16.204]) (envelope-sender ) by mta7 (qmail-ldap-1.03) with SMTP for ; 21 Jun 2005 09:38:56 -0000 Message-ID: <005601c57645$0b2ee1d0$0100a8c0@pc07653> To: , "Andi Gutmans" References: <5.1.0.14.2.20050620192948.027b3a60@localhost> Date: Tue, 21 Jun 2005 10:38:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: Re: [PHP-DEV] PHP 5.1 Beta 2 From: nlopess@php.net ("Nuno Lopes") I still have a problem in the configure script. With the package you post: checking for embedded SAPI library support... no ./configure: syntax error at line 9265: `;' unexpected checking that line, there is a problem indeed: header_path=sapi/embed/php_embed.h for header_file in ; do hp_hf="$header_path/$header_file" With latest cvs and with my autoconf/automake tools: checking for embedded SAPI library support... no ./configure: line 10030: syntax error near unexpected token `;' ./configure: line 10030: ` for header_file in ; do' This is on a Solaris 9 box. Nuno ----- Original Message ----- > Hi, > > You can reach Beta 2 at http://snaps.php.net/~andi/ > If there are no surprise show stoppers I'll put it live tomorrow evening. > > Andi