Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67384 invoked by uid 1010); 23 Sep 2005 06:18:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67368 invoked from network); 23 Sep 2005 06:18:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2005 06:18:55 -0000 X-Host-Fingerprint: 212.31.188.19 unknown Received: from ([212.31.188.19:1409] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E0/C1-24510-F4E93334 for ; Fri, 23 Sep 2005 02:18:55 -0400 Message-ID: To: internals@lists.php.net Date: Fri, 23 Sep 2005 08:18:51 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: sv, en-us, en MIME-Version: 1.0 References: <4332C1AD.8060204@lerdorf.com> In-Reply-To: <4332C1AD.8060204@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 212.31.188.19 Subject: Re: [PHP-DEV] Building extension for Mac OS X From: fredrik.olsson@treyst.se (Fredrik Olsson) Rasmus Lerdorf skrev: > Fredrik Olsson wrote: > >>No problem, my guess is that #include "php.h" for some reason uses the >>php4 header file. How do I force phpize, ./configure, #include "php.h" >>etc, to use the installed php5 files (All residing under /usr/local/php5)? > > > How about: /usr/local/php5/bin/phpize ? > Unfortunately not quite as easy :(. > -Rasmus