Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42641 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76495 invoked from network); 15 Jan 2009 17:43:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2009 17:43:07 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.182.191 nf-out-0910.google.com Received: from [64.233.182.191] ([64.233.182.191:10532] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/B1-01962-AA57F694 for ; Thu, 15 Jan 2009 12:43:07 -0500 Received: by nf-out-0910.google.com with SMTP id b11so167426nfh.13 for ; Thu, 15 Jan 2009 09:43:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VSK3Q2DqA2YMkRtU5Ks2iPT4hT+7Ir3zLdMAzERWjA0=; b=j81AUrbM7BCkZHnUlwbHXH9bt0bNMn3HFnMR0tGbmRLMOq8kLZZ54GovXvR57QakDx MPSl+G/5KGOVaWgYC7+hnbZXzh0ttClWL/0U2TUQ55OYdELmIYINKOAu96V+KbT12Nz5 tGBK6VL/mUvPyFzX0Hm6PK6PQuLa7gE6yDdyw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gs8u1m5h4z6TtCz59OkVn9ZGYC8XelteAzm6yMoT6A6066T6UczRAAPvuYx6ntA2DQ ZG5POEX3nX4lcUM6w4oK1OcajYd5F7tMJhBbPRH5FlbcAsJbB372ke/67SwiZRDlUDuY Y6fsREkcy0HMVz3pNMktUtnA8NtBJ2RhZmJ5g= MIME-Version: 1.0 Received: by 10.67.90.10 with SMTP id s10mr3355234ugl.8.1232041383706; Thu, 15 Jan 2009 09:43:03 -0800 (PST) In-Reply-To: <79.50.01962.A037F694@pb1.pair.com> References: <496E65B2.1070106@zend.com> <8F4C9909-17F8-4D22-ADFB-655E25A198E3@pooteeweet.org> <496E75BB.3020907@zend.com> <79.50.01962.A037F694@pb1.pair.com> Date: Thu, 15 Jan 2009 18:43:03 +0100 Message-ID: To: jvlad Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] build IDs proposal From: pierre.php@gmail.com (Pierre Joye) On Thu, Jan 15, 2009 at 6:31 PM, jvlad wrote: >>>> Not much work - I think I can do it in 1 day. >>> >>> Please don't forget to add human-readable error message when the IDs >>> don't >>> match. >>> Better to have different errors for different mismatching parts. >>> It's important because not all administrators are good with understanding >>> realted problems. >>> Maybe some sort of hints on what to do should be there too. >> >> Human readblke errors are already in place. I meant "readable" :) > Do you mean this? > fprintf(stderr, "%s requires Zend Engine API version %d.\n" > "The Zend Engine API version %d which is installed, is outdated.\n\n", > new_extension->name, > First of all, php error_log may not get this message because it's thrown > into stderr. It is not possible at this stage. > What's about server admins who will be installing the extensions? An admin should know that, really. We may improve the documentation if there is no mention of these errors. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org