Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37428 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60847 invoked from network); 4 May 2008 10:14:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 May 2008 10:14:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=hoffie@gentoo.org; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=hoffie@gentoo.org; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain gentoo.org does not designate 217.20.118.221 as permitted sender) X-PHP-List-Original-Sender: hoffie@gentoo.org X-Host-Fingerprint: 217.20.118.221 217.20.118.221 Received: from [217.20.118.221] ([217.20.118.221:54825] helo=srv.hoffie.info) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/92-43080-09C8D184 for ; Sun, 04 May 2008 06:14:44 -0400 Received: from [192.168.1.2] (p5494F90D.dip.t-dialin.net [84.148.249.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by srv.hoffie.info (Postfix) with ESMTP id DE7D99D1; Sun, 4 May 2008 12:14:36 +0200 (CEST) Message-ID: <481D8C87.8020407@gentoo.org> Date: Sun, 04 May 2008 12:14:31 +0200 User-Agent: Thunderbird 2.0.0.12 (X11/20080301) MIME-Version: 1.0 To: hirokawa@php.net CC: php-dev List X-Enigmail-Version: 0.95.6 OpenPGP: id=800DDCDE Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8D74FAEF9692A37A9F0C233F" Subject: [PATCH] Allow for using external liboniguruma From: hoffie@gentoo.org (Christian Hoffmann) --------------enig8D74FAEF9692A37A9F0C233F Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Heya, as a distribution we usually aim at using system libraries instead of=20 bundled ones, both for security and maintainance reasons. PHP bundles liboniguruma (ext/mbstring/oniguruma) and currently does not = allow for using an external copy of the lib. I hacked up a patch [1] which adds a new configure switch=20 (--with-onig-dir) and builds against the system lib accordingly. It would be nice if it could get included in the official sources.=20 Should be rather as easy as this patch should not (well, I tried, but=20 who knows) break backwards compatibility. Even if it won't get included, I guess it's still useful to post it here = so that other packagers can grab it as well. ;o) [1] https://bugs.gentoo.org/attachment.cgi?id=3D151781&action=3Dview --=20 Christian Hoffmann --------------enig8D74FAEF9692A37A9F0C233F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgdjIsACgkQV6E0EIywUuVwcQCgxaMWPSiXe/Jq6p4OYjQ1XTY+ h4cAn3xQEYntRgLRFrI50jNSDQU7P/tm =S0IG -----END PGP SIGNATURE----- --------------enig8D74FAEF9692A37A9F0C233F--