Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38046 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4879 invoked from network); 1 Jun 2008 13:35:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2008 13:35:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=markright@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=markright@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.233 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markright@gmail.com X-Host-Fingerprint: 209.85.198.233 rv-out-0506.google.com Received: from [209.85.198.233] ([209.85.198.233:34554] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/84-54820-3A5A2484 for ; Sun, 01 Jun 2008 09:35:32 -0400 Received: by rv-out-0506.google.com with SMTP id g37so903919rvb.23 for ; Sun, 01 Jun 2008 06:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=jR22IXa3T+Momn8DwQeIYh0UFm9oPpOygM4bh84Xrfg=; b=Vz/h5585yZnSXeBJy5x3KZo01BpHkwQ3f/AWBKOOF6lOnlIUldtyEWX4CiNS9OQNAAfC0rIPrb/ezUacEqRLkGg4sTLhOKb/R0p9s8bJYmZCwfiX2rlpoDz7xFkGQUFBryQecFhU5vuL42RbLwbt835a23WfkX3ZqMf6DR0jHLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=smt3T3r+KCGQvHPvW1V8afmG7WEhzutslt5rQwmjIbTXBF1D5LKdi/qYdlIjw7+fp2gjtE7HeKHKzulMyM1M5LaDgQS7RMNgKsUK+XGJzKHhMr6YgUzaxLellEGGO6q52spSyKjL3sPJ/PuynAn+Dpl865rR/LLAJtDDoShIJfc= Received: by 10.115.18.1 with SMTP id v1mr8515315wai.15.1212327329264; Sun, 01 Jun 2008 06:35:29 -0700 (PDT) Received: by 10.114.208.10 with HTTP; Sun, 1 Jun 2008 06:35:29 -0700 (PDT) Message-ID: <2fd662a00806010635g1116b9c6i21e58ef4ad386a4@mail.gmail.com> Date: Sun, 1 Jun 2008 15:35:29 +0200 To: internals In-Reply-To: <2fd662a00806010615g33e5bd17k755ee71ca73eebc9@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2603_19564086.1212327329207" References: <2fd662a00806010615g33e5bd17k755ee71ca73eebc9@mail.gmail.com> Subject: Re: PHP6 Win32 Build Issues From: markright@gmail.com (Marco) ------=_Part_2603_19564086.1212327329207 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I've done some quick checks and I think part of the problem is in the following commit http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/config.w32?r1=1.4&r2=1.5 AFAICS mod_php5.c has been renamed mod_php.c in PHP6. Regards Marco ------=_Part_2603_19564086.1212327329207--