Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24689 invoked from network); 18 Apr 2003 23:21:45 -0000 Received: from unknown (HELO mail.modwest.com) (216.129.251.30) by pb1.pair.com with SMTP; 18 Apr 2003 23:21:45 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.modwest.com (Postfix) with ESMTP id 8700640F7988 for ; Fri, 18 Apr 2003 17:21:45 -0600 (MDT) Received: from mail.modwest.com ([127.0.0.1]) by localhost (marshall.modwest.com [127.0.0.1]) (amavisd-new) with ESMTP id 32720-05 for ; Fri, 18 Apr 2003 17:21:45 -0000 (MDT) Received: from [10.0.0.137] (unknown [69.24.111.150]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.modwest.com (Postfix) with ESMTP id 3D7A440F797C for ; Fri, 18 Apr 2003 17:21:45 -0600 (MDT) Date: Fri, 18 Apr 2003 17:23:48 -0700 To: internals@lists.php.net Message-ID: <180356734.1050686628@[10.0.0.137]> X-Mailer: Mulberry/3.0.3 (Win32 Demo) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new amavisd-new-20020630 Subject: A couple of shared dependencies that aren't quite right in 4.3.1 wrt zlib and pcre From: mloftis@modwest.com (Michael Loftis) 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