Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27426 invoked from network); 27 Nov 2008 21:15:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2008 21:15:11 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 193.227.246.108 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 193.227.246.108 ip246-108-v193.static.x-ip.net Received: from [193.227.246.108] ([193.227.246.108:53015] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/E2-13488-FDD0F294 for ; Thu, 27 Nov 2008 16:15:11 -0500 Received: from [217.33.127.213] (helo=[192.168.146.43]) by lovelace.midden.org.uk with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1L5oCR-0004h9-5F; Thu, 27 Nov 2008 21:15:01 +0000 To: Marcus Boerger In-Reply-To: <1628519147.20081126204553@marcus-boerger.de> X-Priority: 3 (Normal) References: <36F14278-2896-40E1-971C-E488E890EAF7@pooteeweet.org> <492D232D.5090503@macvicar.net> <63F9B105-803B-4DD6-97E9-C656069FD181@pooteeweet.org> <492D900B.7020308@zend.com> <1323243616.20081126195630@marcus-boerger.de> <1628519147.20081126204553@marcus-boerger.de> Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Thu, 27 Nov 2008 21:14:58 +0000 Cc: Stanislav Malyshev , Lukas Kahwe Smith , PHP Internals X-Mailer: Apple Mail (2.929.2) X-Spam-Score: -3.9 X-Spam_Report: Spam detection software, running on the system "lovelace.midden.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Marcus, On 26 Nov 2008, at 19:45, Marcus Boerger wrote: > Hello Scott, > > Wednesday, November 26, 2008, 8:33:59 PM, you wrote: > >> On 26 Nov 2008, at 18:56, Marcus Boerger wrote: > >>> Hello Stanislav, >>> >>> why not have a secondary extension definition in ext/hash? >>> >>> Wednesday, November 26, 2008, 7:06:03 PM, you wrote: >>> >>>> Hi! >>> >>>>> Then again, we maintain BC aside from this single call to >>>>> determine if >>>>> the extension is loaded, so I guess yeah .. lets just remove it .. >>>>> we >>>>> are expecting people to update their code. >>> >>>> If we have function-level BC - why not just add stub extension with >>>> dependency on hash. > >> I looked at this but php.h would want to include a mhash header file, >> at least I think that's what it was from memory. > > That's one solution, the other is to reqister that stub extension from > MINIT of the hash extension and be done (can all be done in hash.c). > [...] Content analysis details: (-3.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.4 AWL AWL: From: address is in the auto white-list Subject: Re: [PHP-DEV] apha3 From: scott@macvicar.net (Scott MacVicar) Hi Marcus, On 26 Nov 2008, at 19:45, Marcus Boerger wrote: > Hello Scott, > > Wednesday, November 26, 2008, 8:33:59 PM, you wrote: > >> On 26 Nov 2008, at 18:56, Marcus Boerger wrote: > >>> Hello Stanislav, >>> >>> why not have a secondary extension definition in ext/hash? >>> >>> Wednesday, November 26, 2008, 7:06:03 PM, you wrote: >>> >>>> Hi! >>> >>>>> Then again, we maintain BC aside from this single call to >>>>> determine if >>>>> the extension is loaded, so I guess yeah .. lets just remove it .. >>>>> we >>>>> are expecting people to update their code. >>> >>>> If we have function-level BC - why not just add stub extension with >>>> dependency on hash. > >> I looked at this but php.h would want to include a mhash header file, >> at least I think that's what it was from memory. > > That's one solution, the other is to reqister that stub extension from > MINIT of the hash extension and be done (can all be done in hash.c). > I've committed this now. Scott