Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53064 invoked from network); 15 May 2011 01:59:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2011 01:59:00 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-ew0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:40568] helo=mail-ew0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/43-00221-0633FCD4 for ; Sat, 14 May 2011 21:58:57 -0400 Received: by ewy2 with SMTP id 2so1042010ewy.29 for ; Sat, 14 May 2011 18:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=g70uuDBauXp6YsaAk2Lt+kyvKkpLK55Bv9ARvT/K1DI=; b=A6V9JDFTkHxnJS/PGHyOeHiQhAHKOJbDIX4iJ/dthHTQhIyKSJII2w92SG7Z0LT4I9 v3z++N2xpHQnfNWbmvtoI3285oFFx2Vu1rwTa1kCEFWA+s+2JnTzfnIyTQfWG7tc7jhx VRpxtotPBWqdoRdj23OGxDqk6jh7GxTdOkSh4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=B/ECnYzeVG4/+ITva+z7Q981hrG5EmnDfTTMVHGRg3uVk1LzhZzfPi75cMWqhavqHU bq8+ThW3H2XNr6nFEqOvLeO8JKwOD+y1zRqT9TG+vHcQQd22o4tAcXLT/vutpMVB9Zab UJwgYUbyWNpY+yaIsTfFK9OciCycctQjvYqQc= MIME-Version: 1.0 Received: by 10.14.188.135 with SMTP id a7mr1162425een.180.1305424733312; Sat, 14 May 2011 18:58:53 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.14.37.13 with HTTP; Sat, 14 May 2011 18:58:52 -0700 (PDT) In-Reply-To: References: <1263654424.3127.43.camel@guybrush> Date: Sun, 15 May 2011 03:58:52 +0200 X-Google-Sender-Auth: xzFto9pFmYmlQ7ZZ1rnxJCeXzjw Message-ID: To: Raphael Geissert Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=bcaec52be62782963704a346e1f5 Subject: Re: Re: [PHP-DEV] Debian PHP patches From: info@tyrael.hu (Ferenc Kovacs) --bcaec52be62782963704a346e1f5 Content-Type: text/plain; charset=UTF-8 > > > >> 100-recode_is_shared.patch > >> The conflict between MySQL and recode should only happen with an old > >> libmysql (3.23?) not sure about imap ... but in your case the patch > >> might make sense, while I won't directly apply it to our tree as > >> usually people will build extensions to load them together... > > Shouldn't checking for $PHP_IMAP_SHARED != "yes" (and the same for mysql) > work? if either recode or imap/mysql are being built as shared I don't > think > there's any reason to abort the build. A warning should be enough, don't > you > think? > > Hi. I've just run into this issue. with debian (and dotdeb) one can have both recode and imap configured, with vanilla trunk, I get an "configure: error: recode extension can not be configured together with: imap" which is in sync with the docs: http://www.php.net/manual/en/recode.installation.php "The IMAP, recode, YAZ and Cyrus extensions cannot be used in conjuction, because they share the same internal symbols. Note: Yaz 2.0 and above does not suffer from this problem." it seems that the guys at fedora also "fixed" this: http://osdir.com/ml/fedora-extras-commits/2009-02/msg01651.html could somebody look into this? I think we should either enable this (throw a warning not an error), or we should tell the distros to don't do this. Tyrael --bcaec52be62782963704a346e1f5--