Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3740 invoked by uid 1010); 21 Jan 2004 00:49:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3716 invoked from network); 21 Jan 2004 00:49:19 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by pb1.pair.com with SMTP; 21 Jan 2004 00:49:19 -0000 Received: (qmail 14204 invoked by uid 65534); 21 Jan 2004 00:49:18 -0000 Received: from p5084078E.dip0.t-ipconnect.de (EHLO p5084078E.dip0.t-ipconnect.de) (80.132.7.142) by mail.gmx.net (mp003) with SMTP; 21 Jan 2004 01:49:18 +0100 X-Authenticated: #3444402 Date: Wed, 21 Jan 2004 01:49:31 +0100 User-Agent: KMail/1.5.1 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200401210149.31474.holliwell@gmx.net> Subject: Fwd: [PHP-NOTES] note 39212 added to function.dbase-create From: holliwell@gmx.net (Friedhelm Betz) Hi, is the following note correct? As i read the source it is: 0 < length fieldname <=10 Unsure about the limit of C. Is it <=255 chars? If someone can confirm, I will update the docs. Thanks for your time. Regards Friedhelm Betz ---------- Forwarded Message ---------- Subject: [PHP-NOTES] note 39212 added to function.dbase-create Date: Tuesday 20 January 2004 23:08 From: rossatjinzoradotorg@rn2.php.net To: php-notes@lists.php.net Not sure if this happens everywhere, but on Windows (Windows XP Pro, SP1, PHP 4.3.4) the "colum" names can not be longer than 10 characters. While trying to create a database with colums over 10 characters it would just die every time. 10 characters or under and it works great. ----