Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11931 invoked from network); 13 Oct 2013 15:32:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2013 15:32:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.50 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.128.50 mail-qe0-f50.google.com Received: from [209.85.128.50] ([209.85.128.50:32790] helo=mail-qe0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/2F-31591-42DBA525 for ; Sun, 13 Oct 2013 11:32:53 -0400 Received: by mail-qe0-f50.google.com with SMTP id 1so2271317qee.9 for ; Sun, 13 Oct 2013 08:32:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=HSNMrYXfEq7lJy3b9iKUKCeK4oTn4e793vGq2sKX5LA=; b=GpA+/1YnY0ctp3BRZ4ZUp577k5BSIXjfwt32QATAuel/q8CgTttjEL6jKNoKJptRhT 8z9q60ryC7VPeSTJ2w7JcD+JqkNPQc6rxRAB3LD9cFeh/5ilhoMj8IDJzeqhiuS5BJFb WHgR9Oy53IbLPpNl3VwWKeaQ5p0PwLZRZf32o/zJ61XgptUrXd9K5KncCuV35JtthgJ2 ZWAR5ntEW9uX5vPJ2mFuDwD9A3nOz9DRVxPqsUOZOKkThqc1R6hwTvPDxeUHRE6kGBRt +DxeiwQCgxSnU4meZ9cPbHNmSXJAONJ89XQtyeDZPKovqrZV0ln37mmO9QDQ4KRPwTCi q5WQ== MIME-Version: 1.0 X-Received: by 10.224.120.6 with SMTP id b6mr30517824qar.11.1381678369682; Sun, 13 Oct 2013 08:32:49 -0700 (PDT) Sender: jakub.php@gmail.com Received: by 10.224.37.133 with HTTP; Sun, 13 Oct 2013 08:32:49 -0700 (PDT) In-Reply-To: References: Date: Sun, 13 Oct 2013 16:32:49 +0100 X-Google-Sender-Auth: T4xqpL8fThqNwqkoQY3TFMujx2g Message-ID: To: Pierre Joye Cc: Michael Wallner , PHP internals Content-Type: multipart/alternative; boundary=001a11c2f8b66b3a6c04e8a11098 Subject: Re: [PHP-DEV] Compile error for ZTS build with OpenSSL From: bukka@php.net (Jakub Zelenka) --001a11c2f8b66b3a6c04e8a11098 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Oct 12, 2013 at 9:09 PM, Pierre Joye wrote: > Mike? :) > On Oct 12, 2013 8:55 PM, "Jakub Zelenka" wrote: > >> Please can someone merge this PR from Daniel: >> https://github.com/php/php-src/pull/485 . >> >> It's not currently possible to compile PHP with OpenSSL and ZTS enabled... >> >> Thanks >> >> Jakub >> > Thanks for merging the requested PR. I just closed it. There were still some compiler warnings (mainly about signedness). I sent PR that fixes them... https://github.com/php/php-src/pull/491 It can be merged as well ;) Jakub --001a11c2f8b66b3a6c04e8a11098--