Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34244 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96885 invoked by uid 1010); 25 Dec 2007 07:57:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96870 invoked from network); 25 Dec 2007 07:57:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Dec 2007 07:57:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.178.240 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.178.240 hs-out-0708.google.com Linux 2.4/2.6 Received: from [64.233.178.240] ([64.233.178.240:43146] helo=hs-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/71-16350-7D7B0774 for ; Tue, 25 Dec 2007 02:57:13 -0500 Received: by hs-out-2122.google.com with SMTP id l65so1337475hsc.7 for ; Mon, 24 Dec 2007 23:57:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rdBzmKimyO6mW89CDP6DS7tu9W2u/arwNE3G7lhyQwU=; b=gc2Et7iriHF9MJP5ALQq7jm2uA3L+IeWA8yT8/7+7aj87o35kUgk3EdB2LZPmX2WK97C5TIu072jRmepssjohNTa8/eTx8s2VwUzknOVCTbHzaEYib1sd7fpowi+MoL3mq21BS9PuZZGW5F7uKgpOt/GXcm/sM05Mg0r/GRiQQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oNw3lQjy0mR/7+CoHEEO3xywTD70wTNAxPUdVc4xocquubsnPEF2vN8GTOBghYG/tEJl4Ok8bag967Kh4aIv/iJfs6ZNFP61iK/5+OuRqK1xRtcBIXTBDtcV2KbrY8AAje1Mc4vLswpq4fNk7dHzbCPvjREm7h8uR3O7DGdMMAY= Received: by 10.151.15.3 with SMTP id s3mr1394506ybi.29.1198569428886; Mon, 24 Dec 2007 23:57:08 -0800 (PST) Received: by 10.150.52.9 with HTTP; Mon, 24 Dec 2007 23:57:08 -0800 (PST) Message-ID: Date: Tue, 25 Dec 2007 10:57:08 +0300 To: "Daniel Rivas" Cc: internals@lists.php.net In-Reply-To: <000001c8467e$1674b4f0$435e1ed0$@com.ve> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000001c8467e$1674b4f0$435e1ed0$@com.ve> Subject: Re: [PHP-DEV] PHP - C++ 6.0 DLL From: indeyets@gmail.com ("Alexey Zakhlestin") On 12/25/07, Daniel Rivas wrote: > I want to build a DLL to my php code and using like that, well I found the > README.WIN32-BUILD-SYSTEM, but I don't understand many thinks, I need to use > Visual C++ of MS?? or I can try to Borland C++ 5.x?? You need Microsoft Visual C++ > Ahh and very important!!! If build the dll how can to use in php?? if by "dll" you mean custom extension, then you will need to put it in your extensions folder and add a string to php.ini -- Alexey Zakhlestin http://blog.milkfarmsoft.com/