Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7783 invoked from network); 1 Jun 2008 13:57:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2008 13:57:48 -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.146.181 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.146.181 wa-out-1112.google.com Received: from [209.85.146.181] ([209.85.146.181:56409] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/05-54820-CDAA2484 for ; Sun, 01 Jun 2008 09:57:48 -0400 Received: by wa-out-1112.google.com with SMTP id v27so302480wah.17 for ; Sun, 01 Jun 2008 06:57:45 -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=4zHox+zEWlULww6yO/Y/z1yQZK/0qzJC74WHbnBsg00=; b=alE2+myliN+UiGqrk2o0HqyPvmJT+qCl/WQ9HeIFmQ+GhOTpcI5evgllDIfFQH+XaSSlLGc9KFLGYGleO+r1mNbxRGihbY1eYa9oEGgv/f+3lt9m2/+YuWmZgLs2l3BOloP+ZF5Lh9YTRq9n76DCi7tBOUgAR73syCSluZdjfwk= 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=cjNSN9BPZxwunQSyrqL4DcebewkJarIz2c2rP/9nuwbQPd+mhvz5An9GdjAU9AvO7hIp3f9ESZBT31L7IQWexf45VuTH22fWHgls4taCylIeo2ZKuzfCt/M4JR6fMELx0RUx+Ycx796gQcnFVcpxSQaFLgy9JzPZt8ZMdvAHJZY= Received: by 10.114.88.20 with SMTP id l20mr8511124wab.114.1212328665655; Sun, 01 Jun 2008 06:57:45 -0700 (PDT) Received: by 10.114.208.10 with HTTP; Sun, 1 Jun 2008 06:57:45 -0700 (PDT) Message-ID: <2fd662a00806010657v797d167bpf168a6c12a7abfbe@mail.gmail.com> Date: Sun, 1 Jun 2008 15:57:45 +0200 To: internals In-Reply-To: <2fd662a00806010615g33e5bd17k755ee71ca73eebc9@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2667_26131064.1212328665642" References: <2fd662a00806010615g33e5bd17k755ee71ca73eebc9@mail.gmail.com> Subject: Re: PHP6 Win32 Build Issues From: markright@gmail.com (Marco) ------=_Part_2667_26131064.1212328665642 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > mod_php.obj : error LNK2001: unresolved external symbol _ap_child_terminate@4 > Release_TS\php6apache.dll : fatal error LNK1120: 1 unresolved externals > SAPI sapi\apache build complete > > I think this part was broken with http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php.c?r1=1.6&r2=1.7 Its very possible i'm wrong as my c coding skills are very rusty. Hopefully someone will know more accurately so we can get the SAPI's working again. Regards Marco ------=_Part_2667_26131064.1212328665642--