Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29756 invoked from network); 19 Apr 2003 10:43:48 -0000 Received: from unknown (HELO secure.thebrainroom.com) (213.239.42.171) by pb1.pair.com with SMTP; 19 Apr 2003 10:43:48 -0000 Received: from zaneeb.brainnet.i (brain.dial.nildram.co.uk [195.149.29.154]) by secure.thebrainroom.com (8.9.3/8.9.3) with ESMTP id LAA21730; Sat, 19 Apr 2003 11:43:45 +0100 Received: from zaneeb.brainnet.i (IDENT:jOu0MzQ+vqE0Zg6ZB7NWHVa1ocCDsss0@zaneeb.brainnet.i [127.0.0.1]) by zaneeb.brainnet.i (8.11.6/8.11.6) with ESMTP id h3JAhl817616; Sat, 19 Apr 2003 11:43:48 +0100 Date: Sat, 19 Apr 2003 11:43:47 +0100 (BST) X-X-Sender: wez@zaneeb.brainnet.i To: Michael Loftis cc: internals@lists.php.net In-Reply-To: <180356734.1050686628@[10.0.0.137]> Message-ID: References: <180356734.1050686628@[10.0.0.137]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] A couple of shared dependencies that aren't quite right in 4.3.1 wrt zlib and pcre From: wez@thebrainroom.com (Wez Furlong) There are such notes, but in the php-dev mailing list archives. It is not recommended to build zlib or pcre as shared extensions, as it will disable some features of the core. If you are cooking up a build for shared hosting, the following extensions should be built as static extensions (if you are planning to deploy them at all) in order to retain maximum fuctionality: zlib pcre openssl --Wez. On Fri, 18 Apr 2003, Michael Loftis wrote: > In main/SAPI.c on lines 33,524, and 672 PHP checks for HAVE_ZLIB when it > needs to check for HAVE_ZLIB && !defined(COMPILE_DL_ZLIB) because otherwise > we now get missing symbols when linking. This makes --with-zlib=shared > impossible. ext/standard/image.c makes similar mistake(s) and who knows > what else... > > Theres a similar issue with PCRE havign the same problems. > > Thing is I see no notes anywhere about building them shared being > deprecated or broken. > > -- > Michael Loftis > Modwest Sr. Systems Administrator > Powerful, Affordable Web Hosting > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >