Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42644 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25095 invoked from network); 15 Jan 2009 19:06:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2009 19:06:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=chris_se@gmx.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chris_se@gmx.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.20 as permitted sender) X-PHP-List-Original-Sender: chris_se@gmx.net X-Host-Fingerprint: 213.165.64.20 mail.gmx.net Received: from [213.165.64.20] ([213.165.64.20:38398] helo=mail.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/FB-01962-F198F694 for ; Thu, 15 Jan 2009 14:06:12 -0500 Received: (qmail invoked by alias); 15 Jan 2009 19:06:03 -0000 Received: from p54A16631.dip.t-dialin.net (EHLO chris-se.dyndns.org) [84.161.102.49] by mail.gmx.net (mp026) with SMTP; 15 Jan 2009 20:06:03 +0100 X-Authenticated: #186999 X-Provags-ID: V01U2FsdGVkX1++rVBi9uu+7alcVRkYUXV3aANYafLzhfRTq0PsPe rfeTfgCXnFY9gM Received: from [192.168.0.175] (HSI-KBW-082-212-059-033.hsi.kabelbw.de [82.212.59.33]) by chris-se.dyndns.org (Postfix) with ESMTP id E2A5732BC; Thu, 15 Jan 2009 19:23:45 +0100 (CET) Message-ID: <496F88CA.2040007@gmx.net> Date: Thu, 15 Jan 2009 20:04:42 +0100 User-Agent: Thunderbird 2.0.0.18 (X11/20081105) MIME-Version: 1.0 To: Pierre Joye CC: Stanislav Malyshev , PHP Internals References: <496E65B2.1070106@zend.com> <496F81E0.1090507@gmx.net> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 Subject: Re: [PHP-DEV] [RFC] build IDs proposal From: chris_se@gmx.net (Christian Seiler) Hi Pierre, >> Would any of the PHP Windows guys like to comment on this? > > I did, and the reason behind this proposal was about solving the VC* > problem for the end users (we have to add another condition to check, > which CRT is used) :) I'm sorry for asking again, maybe I'm just plain stupid ;-) but I'm not quite sure how to interpret your response (I've no idea what VC* problem you mean anyway, I never had problems with PHP under Windows at all): So, basically, my situation would still work, even with the build ID? To clarify what I'm doing currently: 1. Build PHP with additional extension in ext/$name with VC8 (VS 2005) on machine A (developement machine). 2. Install both VC6 and VC8 runtimes on machine B (production machine) 3. Install official PHP build or Zend Core (compiled with VC6) on machine B 4. Copy the extension DLL (compiled with VC8) to machine B and use it as a PHP extension. (This *does* currently work with PHP 5.2.x - at least for me.) Regards, Christian