NYCPHP Meetup

NYPHP.org

[nycphp-talk] HP to support MySQL

Chris Snyder csnyder at chxo.com
Mon May 31 12:05:14 EDT 2004


... and it's about time.

HP hardware has always been open source friendly (unlike, say, Dell) but 
their corporate policies since the Compaq meger have been a turnoff.

So now we have Sun, IBM, Apple, and HP supporting open source... when 
will Sony finally come around?

>From hans not junk at nyphp.com  Mon May 31 16:08:46 2004
Return-Path: <hans not junk at nyphp.com>
Received: from ehost011-1.intermedia.net (ehost011-1.intermedia.net
	[64.78.21.3]) by virtu.nyphp.org (Postfix) with ESMTP id 496B4A863B
	for <talk at lists.nyphp.org>; Mon, 31 May 2004 16:08:46 -0400 (EDT)
X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: RE: [nycphp-talk] HP to support MySQL
Date: Mon, 31 May 2004 13:08:43 -0700
Message-ID: <41EE526EC2D3C74286415780D3BA9F870241DC16 at ehost011-1.exch011.intermedia.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [nycphp-talk] HP to support MySQL
Thread-Index: AcRHJ77pPE0caceXTr60R5zJhiMWbQAIpFGg
From: "Hans Zaunere" <hans not junk at nyphp.com>
To: "NYPHP Talk" <talk at lists.nyphp.org>
X-BeenThere: talk at lists.nyphp.org
X-Mailman-Version: 2.1.4
Precedence: list
Reply-To: NYPHP Talk <talk at lists.nyphp.org>
List-Id: NYPHP Talk <talk.lists.nyphp.org>
List-Unsubscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=unsubscribe>
List-Archive: <http://lists.nyphp.org/pipermail/talk>
List-Post: <mailto:talk at lists.nyphp.org>
List-Help: <mailto:talk-request at lists.nyphp.org?subject=help>
List-Subscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=subscribe>
X-List-Received-Date: Mon, 31 May 2004 20:08:46 -0000


> There's a couple of interesting articles in today's NY Times=20
> about HP's upcoming announcement on support for MySQL and JBoss.
> (registration user/pass =3D fidelcastrocuba/castro)
>=20
>=20
> "Hewlett to Support Software of 2 Open Source Companies"
> http://www.nytimes.com/2004/05/31/technology/31open.html
>=20
> "HP expands open-source support"
> http://www.nytimes.com/cnet/CNET_2100-7344_3-5222843.html
>=20
>=20
> And other related stories...
> http://news.google.com/news?num=3D30&hl=3Den&edition=3Dus&q=3Dcluster:
> www%2enytimes%2ecom%2f2004%2f05%2f31%2ftechnology%2f31open%2ehtml

Yeah, good stuff at MySQL... big buzz about this last week.  This could
be a significant move, since one of the lacking aspects has been a
certified app server platform, based strictly on open source.

H

>From hans not junk at nyphp.com  Mon May 31 16:19:25 2004
Return-Path: <hans not junk at nyphp.com>
Received: from ehost011-1.intermedia.net (ehost011-1.intermedia.net
	[64.78.21.3]) by virtu.nyphp.org (Postfix) with ESMTP id C05EAA863B
	for <talk at lists.nyphp.org>; Mon, 31 May 2004 16:19:24 -0400 (EDT)
X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: RE: [nycphp-talk] [ot] sed/configure issue
Date: Mon, 31 May 2004 13:19:21 -0700
Message-ID: <41EE526EC2D3C74286415780D3BA9F870241DC18 at ehost011-1.exch011.intermedia.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: [nycphp-talk] [ot] sed/configure issue
Thread-Index: AcRDgVFcj9xJfYjfQUuKAG9Hxv20FwDyv4Gg
From: "Hans Zaunere" <hans not junk at nyphp.com>
To: "NYPHP Talk" <talk at lists.nyphp.org>
X-BeenThere: talk at lists.nyphp.org
X-Mailman-Version: 2.1.4
Precedence: list
Reply-To: NYPHP Talk <talk at lists.nyphp.org>
List-Id: NYPHP Talk <talk.lists.nyphp.org>
List-Unsubscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=unsubscribe>
List-Archive: <http://lists.nyphp.org/pipermail/talk>
List-Post: <mailto:talk at lists.nyphp.org>
List-Help: <mailto:talk-request at lists.nyphp.org?subject=help>
List-Subscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=subscribe>
X-List-Received-Date: Mon, 31 May 2004 20:19:25 -0000


> $ echo "php" | sed "s/php/\\/"
> sed: -e expression #1, char 8: Unterminated `s' command $=20
> echo "php" | sed 's/php/\\'
> \

Not 100% but I think you need to escape the escape when using double
quotes...

echo "php" | sed "s/php/\\\/"

H




More information about the talk mailing list