Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94228 invoked by uid 1010); 28 Jul 2006 21:27:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 94212 invoked from network); 28 Jul 2006 21:27:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2006 21:27:18 -0000 X-PHP-List-Original-Sender: apache@osu1.php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from ([140.211.166.39:60319] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 81/A0-19864-6218AC44 for ; Fri, 28 Jul 2006 17:27:07 -0400 X-Host-Fingerprint: 127.0.0.1 unknown Received: from ([127.0.0.1:60314] helo=osu1.php.net) by osu1.php.net (ecelerity 2.1.1.5 r(12142)) with ESMTP id CF/81-08744-B638AC44 for ; Fri, 28 Jul 2006 14:36:43 -0700 Received: (from apache@localhost) by osu1.php.net (8.12.11/8.12.11/Submit) id k6SLaenS013921; Fri, 28 Jul 2006 14:36:40 -0700 Date: Fri, 28 Jul 2006 14:36:40 -0700 To: internals@lists.php.net Message-ID: Subject: CVS Account Request: cleong From: chernyshevsky@hotmail.com ("Chung Leong") I would like to submit a replacement for the Win32 mssql extension that I have recently completed. The extension provides the same set of functions as mssql, but uses OLEDB to talk to SQLServer instead of DBLIB. It allows users to retrieve varchar column wider than 255 and also Unicode columns as UTF-8.