Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82076 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59197 invoked from network); 7 Feb 2015 02:35:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2015 02:35:02 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 74.125.82.177 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 74.125.82.177 mail-we0-f177.google.com Received: from [74.125.82.177] ([74.125.82.177:33351] helo=mail-we0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/60-55814-5D975D45 for ; Fri, 06 Feb 2015 21:35:02 -0500 Received: by mail-we0-f177.google.com with SMTP id l61so16967241wev.8 for ; Fri, 06 Feb 2015 18:34:58 -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; bh=W4mLeEQtqXXGIb21iPqKRLKxv0R8GBOE6i9YbdD8Nno=; b=F41LFod0dLJm527s+8sJmyn5dlm9KT+5o6RP+XdgUUciWifSFb9ac/5Q9SuNqYSiRm y8XFTvUujki//GHx9gNf6XYllDcwsF3o5zbKqEmCoi2M6upBHnOLeNYn7xTY3oFPkkeh B4fl5o8WNnaNJP86z605xDJIvPBfDPRQFMoCyuaXCtyU/4feofiV0iedhZnkZW+AF2ug UdoygTllzBPFF651BKEA/UJIxPqDe0Yv1zS+sYYdNpv47x3JbEeiAsw22+wVu28Qy691 yX6ru38GmJ3I8O+5Qnpo8vBZxB3p8Kug+l/w1in41F64doVhCs31JW81DynZBcpB8u4V 4HKA== X-Gm-Message-State: ALoCoQnssBtTnLvDj4BPFlBfqY6z28Df1faGLdMIZZh0N7FlVFMKTMXomtdqdBHmpAXaZP3NyhiW MIME-Version: 1.0 X-Received: by 10.181.27.165 with SMTP id jh5mr9552777wid.15.1423276497799; Fri, 06 Feb 2015 18:34:57 -0800 (PST) Received: by 10.217.82.208 with HTTP; Fri, 6 Feb 2015 18:34:57 -0800 (PST) X-Originating-IP: [78.149.8.112] In-Reply-To: <54D562CC.3080403@lsces.co.uk> References: <54D562CC.3080403@lsces.co.uk> Date: Sat, 7 Feb 2015 02:34:57 +0000 Message-ID: To: Lester Caine Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Pointers to understanding code base From: danack@basereality.com (Dan Ackroyd) Lester, If you are having issues with Imagick please report them here: https://github.com/mkoppanen/imagick Not only is that the right place to report issues with unreleased versions of Imagick, but also I tend to monitor issues there more closely than I do a mailing list. > This one of the few places I can find smart_string_appends used, and I > can't work out just where it's code is? lxr is your friend: http://lxr.php.net/xref/PHP_TRUNK/ext/standard/php_smart_string.h#79 > why is there a problem doing something simple which works on the 5.x > builds. Apparently software can have bugs. Who knew! Seriously though, there was a bug displaying the phpinfo page caused by the migration to the 7, but it's fixed now. If you're still having issues, please open an issue in the link above. cheers Dan