Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80795 invoked by uid 1010); 21 Jun 2005 11:16:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80780 invoked from network); 21 Jun 2005 11:16:46 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2005 11:16:46 -0000 X-Host-Fingerprint: 212.55.154.25 relay5.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.25:49037] helo=sapo.pt) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 7B/D4-22648-B17F7B24 for ; Tue, 21 Jun 2005 07:16:44 -0400 Received: (qmail 23960 invoked from network); 21 Jun 2005 11:16:39 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.159) by relay5 with SMTP; 21 Jun 2005 11:16:39 -0000 Received: (qmail 16302 invoked from network); 21 Jun 2005 11:16:40 -0000 X-AntiVirus: PTMail-AV 0.3.85 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.154.20.249]) (envelope-sender ) by mta9 (qmail-ldap-1.03) with SMTP for ; 21 Jun 2005 11:16:40 -0000 Message-ID: <001701c57652$b22f7e60$0100a8c0@pc07653> To: "Jani Taskinen" Cc: , "Andi Gutmans" References: <5.1.0.14.2.20050620192948.027b3a60@localhost><005601c57645$0b2ee1d0$0100a8c0@pc07653> Date: Tue, 21 Jun 2005 12:16:39 +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") Thanks. It now compiles, but fails a couple of tests :) The report: http://mega.ist.utl.pt/~ncpl/php_test_results_20050621_1205.txt But at least the 'Zend/tests/unset_cv07.phpt' test is borked, because it expects errors in html, and it doesn't set the 'html_errors=1', and 'docref_root' and 'docref_ext' to "" in the INI section. Nuno ----- Original Message ----- > > Fixed in CVS. > > --Jani > > On Tue, 21 Jun 2005, Nuno Lopes wrote: > >> 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 >> >> > > -- > Donate @ http://pecl.php.net/wishlist.php/sniper > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php