Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81254 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25305 invoked from network); 27 Jan 2015 19:21:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2015 19:21:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 74.125.82.41 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:38524] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/6B-59067-D45E7C45 for ; Tue, 27 Jan 2015 14:21:50 -0500 Received: by mail-wg0-f41.google.com with SMTP id a1so16610470wgh.0 for ; Tue, 27 Jan 2015 11:21:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=WSYre9Sx45zYgN/9I0tyeok7yme7sUofeoX2g2+YGS4=; b=NtVuVoinSuIb1RZr+yjGA2RwlR6ymHTQ/a3Siw5hUb7AAyhbswhMlg6y++egKgtBFO yygNvNEPU19Ujmyr3a4EWdzNlCOHbeLNIquAGoCmydAKg8qx93liBiiDzPu1nLnNEZnE w0q+A1hI8WuYjTRxj86UaS0tt2FtWFPAwITxyTvxBjjdJrPh2MFvjUEHS3bu13p0m4jN D6OxzOGLxNe3dHFNybWekAjvqfC61BkX3sw+yZ80ahzXTrQjopVPrntnOwUZ9mBiUh51 wHLEuY2qOrDmFFxXm6zKCDJFWSF7qRIuSeeOn9HkwibdWLQ4B8TmsKKb0i1n5/TODhnX XCMA== X-Gm-Message-State: ALoCoQlUytztGxfDILMHAK84I5JT/cw/3BLC0VUt/kHFRUWEHJBQFCgIxLexdOQg8JLc5lEBYHKp MIME-Version: 1.0 X-Received: by 10.181.12.100 with SMTP id ep4mr8866499wid.62.1422386507018; Tue, 27 Jan 2015 11:21:47 -0800 (PST) Received: by 10.216.94.196 with HTTP; Tue, 27 Jan 2015 11:21:46 -0800 (PST) X-Originating-IP: [2.96.84.64] In-Reply-To: <54C6AC3F.4020509@lsces.co.uk> References: <54C6AC3F.4020509@lsces.co.uk> Date: Tue, 27 Jan 2015 19:21:46 +0000 Message-ID: To: Lester Caine Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] imagick on PHP 7 was Stepping stones to a working php7 ... From: danack@basereality.com (Dan Ackroyd) On 26 January 2015 at 21:06, Lester Caine wrote: > I'm getting a > unknown type name =E2=80=98smart_str=E2=80=99 after failing to find php_s= mart_str.h > because my php7 build has php_smart_string.h. Apologies - this was caused by the filename being changed in the PHP src, and me compiling against the version left in the /usr/local/include/php directory. It is fixed now. btw, apparently 'make distclean' doesn't seem to clean up the header files in '/usr/local/include/php/ext/' for me at least on Centos. cheers Dan