Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37592 invoked by uid 1010); 6 Aug 2005 21:44:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37577 invoked from network); 6 Aug 2005 21:44:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2005 21:44:21 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:40636] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3B/22-04646-43F25F24 for ; Sat, 06 Aug 2005 17:44:21 -0400 Received: from localhost (strato.aixcept.de [81.169.182.136]) by strato.aixcept.de (Postfix) with ESMTP id C4BEC35C36E; Sun, 7 Aug 2005 00:03:04 +0200 (CEST) Date: Sat, 6 Aug 2005 23:44:16 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <832593336.20050806234416@marcus-boerger.de> To: Kamesh Jayachandran Cc: Jani Taskinen , internals@lists.php.net In-Reply-To: <1123314598.30365.240102878@webmail.messagingengine.com> References: <1123251558.7568.240056376@webmail.messagingengine.com> <1123314598.30365.240102878@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Any reasons for not making exif and sockets extensions dynamically loadable. From: helly@php.net (Marcus Boerger) Hello Kamesh, Saturday, August 6, 2005, 9:49:58 AM, you wrote: > Hi Jani, > In NetWare all extensions/sapis need the php5lib(Core php shared > library) which won't be available for these binaries to be linked > without the following lines(in PHP_SHARED_MODULE of acinclude.m4 we set > MODULE_SHARED_LIBADD), > PHP_SUBST(SOCKETS_SHARED_LIBADD) > PHP_SUBST(EXIF_SHARED_LIBADD) > Can i checkin this? > With regards > Kamesh Jayachandran > On Fri, 5 Aug 2005 23:58:39 +0300 (EEST), "Jani Taskinen" > said: >> 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. Regarding exif do as you said i don't see any problem. Best regards, Marcus