Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35831 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43584 invoked by uid 1010); 27 Feb 2008 18:16:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43552 invoked from network); 27 Feb 2008 18:16:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2008 18:16:25 -0000 Authentication-Results: pb1.pair.com header.from=eugenesan@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=eugenesan@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.172 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: eugenesan@gmail.com X-Host-Fingerprint: 66.249.92.172 ug-out-1314.google.com Received: from [66.249.92.172] ([66.249.92.172:29595] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/DF-58167-6F8A5C74 for ; Wed, 27 Feb 2008 13:16:25 -0500 Received: by ug-out-1314.google.com with SMTP id u40so447350ugc.29 for ; Wed, 27 Feb 2008 10:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type; bh=+YNsb9yW6Shv4ABLA9AVgW/RuLLkZZJ9HUuBVRVUbME=; b=upAd1M/4PLo0Dsk3GqpHb1KsqCijscTpmqW1CTgrzbzC12F/ffz3KPOubUT+kuWXeKQVpxD6E5u+0EtXgntheFuYdsaLXr3AP3QyEZiFLlBZCXKgXNt5FS2bk8IeyVQsJTfqq+nZnITnAylhBfL+ZidI+fplLQD1eG+KlsDc7sc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type; b=IJgaHbVuVDlDfbtSs1Gkrrly+gX5UQNNB9VukmQ+MfuX2xiD/UfbgBSA3zRQ3dkgn5fRSuk0IUiYDRL9O1vzud1A7CwdBPDa/CEa10BkXX+U/3kf89H9YlM1+MjgaBYuw/B9bG1HTTSSEYkfs/CQPYqJb+A8ODMPtb0wbkT1tiA= Received: by 10.67.29.20 with SMTP id g20mr1462503ugj.54.1204136140074; Wed, 27 Feb 2008 10:15:40 -0800 (PST) Received: from ?192.168.1.112? ( [84.108.16.112]) by mx.google.com with ESMTPS id 4sm7585401fge.3.2008.02.27.10.15.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 Feb 2008 10:15:38 -0800 (PST) Message-ID: <47C5A8BC.9000005@gmail.com> Date: Wed, 27 Feb 2008 20:15:24 +0200 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Antony Dovgal CC: PHP Developers Mailing List References: <47C47B26.9000701@gmail.com> <47C523C0.6060800@daylessday.org> <47C5A63C.6030003@gmail.com> <47C5A6AD.90605@daylessday.org> In-Reply-To: <47C5A6AD.90605@daylessday.org> Content-Type: multipart/alternative; boundary="------------050402090901090708050905" Subject: Re: [PHP-DEV] PHP footprint and sharing code among SAPI binaries From: eugenesan@gmail.com (Eugene San) --------------050402090901090708050905 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Antony Dovgal wrote: > On 27.02.2008 21:04, Eugene San wrote: > >>>> 3) Next issue is XML with DOM support, we where using LIBXML2 but that >>>> costs ~2.5MB are there there options for supporting that? >>>> >>>> >>> What costs 2.5MB? >>> Dynamic linking against libxml2.so? >>> >>> >> Linking against libxml2 costs 0.4MB and libxml2 itself 2.1MB. >> > > Ok, so what are you proposing? > I was thinking of extracting shared objects among SAPI modules to separate module and link against it. --------------050402090901090708050905--