Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:76990 php.qa:67404 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9491 invoked from network); 31 Aug 2014 14:43:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2014 14:43:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.22 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Received: from [212.55.154.22] ([212.55.154.22:52545] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/32-30065-F8433045 for ; Sun, 31 Aug 2014 10:43:28 -0400 Received: (qmail 32318 invoked by uid 0); 31 Aug 2014 14:43:23 -0000 Received: from unknown (HELO sapo.pt) (10.134.36.76) by relay2 with SMTP; 31 Aug 2014 14:43:23 -0000 Received: (qmail 7800 invoked from network); 31 Aug 2014 14:43:23 -0000 Received: from unknown (HELO pc07654) (nunoplopes@sapo.pt@[85.243.251.131]) (envelope-sender ) by mta-auth02 (qmail-ptmail-1.0.0) with SMTP for ; 31 Aug 2014 14:43:22 -0000 X-PTMail-RemoteIP: 85.243.251.131 X-PTMail-AllowedSender-Action: Message-ID: <7CF0E7E242794ED0B3517D0BC0DB74DB@pc07654> To: , Cc: "Christopher Jones" , , Date: Sun, 31 Aug 2014 15:43:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 Subject: PHP HEAD and gcov.php.net From: nlopess@php.net ("Nuno Lopes") Hi, I've disabled the following extensions from the build of PHP_HEAD at the gcov.php.net server: - oci8 - pdo_oci - sybase_ct - litespeed SAPI These extensions don't seem to have been upgraded to the new APIs. Therefore I've disabled them so that we can test the other (majority) extensions. Please ping me when these extensions build and I'll reenable them. Nuno