X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (mx2.hub.org [200.46.204.254]) by postgresql.org (Postfix) with ESMTP id 5A72611F8C61 for ; Wed, 19 Apr 2006 11:11:55 -0300 (ADT) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Score: -2.284 X-Spam-Level: X-Spam-Status: No, score=-2.284 required=5 tests=[AWL=0.181, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, SPF_PASS=-0.001] Received: from postgresql.org ([200.46.204.71]) by localhost (mx2.hub.org [200.46.204.254]) (amavisd-new, port 10024) with ESMTP id T6ckXxTEpC0r for ; Wed, 19 Apr 2006 11:11:48 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by postgresql.org (Postfix) with ESMTP id 4747211F66F8 for ; Wed, 19 Apr 2006 11:11:31 -0300 (ADT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 5B9CF8F287; Wed, 19 Apr 2006 16:11:31 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Re: community docs config issue Date: Wed, 19 Apr 2006 16:11:30 +0200 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCEA352C8@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] community docs config issue Thread-Index: AcZjsafPIHWfn7A3QVOH4R647kdQaQAAnSdAAACwtrAAADINMAAAQrTwAAA1RmAAAGiEEA== From: "Magnus Hagander" To: "Larry Rosenman" , "Dave Page" , "Robert Treat" Cc: X-Archive-Number: 200604/107 X-Sequence-Number: 9883 > >>> Where is xdiff source? I have my own FreeBSD/amd64=20 > 6.1-RC box that=20 > >>> I can possibly fix it. > >>=20 > >> http://pecl.php.net/package/xdiff > >>=20 > >> Note that we're not on amd64, just plain i386. It's also=20 > not freebsd=20 > >> 6.1, but I can't remember exactly which versino :-) > >=20 > > A simple test: > >=20 > > wwwmaster# more foo.php > > > $a =3D "Hello"; > > $b =3D "Goodbye"; > > echo xdiff_string_diff($a, $b, 1); > >>=20 > >=20 > > wwwmaster# php foo.php > > Segmentation fault (core dumped) > >=20 > > :-( > >=20 > > Regards, Dave > do we know what version of pecl-xdiff is installed? xdiff-1.4. > I don't see a FreeBSD port for it either :( Nope. > What PHP are we using on wwwmaster? PHP 5.1.2 (cli) (built: Feb 22 2006 17:52:45) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies //Magnus