Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13513 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74352 invoked by uid 1010); 25 Oct 2004 19:08:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71914 invoked from network); 25 Oct 2004 19:07:20 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 25 Oct 2004 19:07:20 -0000 Received: from warp (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 7467A2AE57; Mon, 25 Oct 2004 12:08:23 -0700 (PDT) To: Jason Borden Cc: X-Mailer: Swwwing 2000 Message-ID: <10987312495120000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Mon, 25 Oct 2004 12:07:29 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH][PHP_5_0] MSSQL Uniqueid formatting, etc... From: frank@kromann.info ("Frank M. Kromann") Thanks Jason, I'll take a look at it. Looks good a first view. - Frank > Here's a patch to the MSSQL extention that: > > 1. Formats a resultant uniqueidentifer into a string (instead of raw binary) > which is the same way that odbc handles them. > > 2. Enables uniqueids to be used from freetds if SYBUNIQUE is defined in the > freetds code. I believe this is what the original author intended to do, > since the current code doesn't do anything unless you add your own -D > compile definition or change the code to work. > > This patch could probably also be applied to the 4.3 and 5.1 trees without > modification, I haven't tried. > > Jason > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >