Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17553 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85723 invoked by uid 1010); 5 Aug 2005 20:58:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85706 invoked from network); 5 Aug 2005 20:58:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2005 20:58:45 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:54798] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 05/CC-04646-403D3F24 for ; Fri, 05 Aug 2005 16:58:44 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id A4800F0945; Fri, 5 Aug 2005 23:58:38 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j75KweYv027640; Fri, 5 Aug 2005 23:58:40 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j75KwdAj027637; Fri, 5 Aug 2005 23:58:39 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Fri, 5 Aug 2005 23:58:39 +0300 (EEST) Reply-To: Jani Taskinen To: Kamesh Jayachandran cc: internals@lists.php.net In-Reply-To: <1123251558.7568.240056376@webmail.messagingengine.com> Message-ID: References: <1123251558.7568.240056376@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Any reasons for not making exif and sockets extensions dynamically loadable. From: sniper@iki.fi (Jani Taskinen) On Fri, 5 Aug 2005, Kamesh Jayachandran wrote: > Hi All, > I could not build exif and sockets extension as a shared extension(Our > php set up is like windows PHPTS). > > With the current config.m4 I get link failure stating that php5lib not > found. > > PHP_SUBST(SOCKETS_SHARED_LIBADD) > PHP_SUBST(EXIF_SHARED_LIBADD) in the corresponging config.m4 files would > do the needful. Neither of the extensions in questions use any external libraries so those lines are unnecessary. --Jani