Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34218 invoked by uid 1010); 19 Mar 2004 06:31:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34187 invoked from network); 19 Mar 2004 06:31:14 -0000 Received: from unknown (HELO prp0.prp.physik.tu-darmstadt.de) (130.83.243.130) by pb1.pair.com with SMTP; 19 Mar 2004 06:31:14 -0000 Received: from prp0.prp.physik.tu-darmstadt.de (localhost [127.0.0.1]) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id i2J6V4Kf006158; Fri, 19 Mar 2004 07:31:04 +0100 Received: (from swalk@localhost) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/Submit) id i2J6V4Fg006157; Fri, 19 Mar 2004 07:31:04 +0100 Date: Fri, 19 Mar 2004 07:31:04 +0100 To: Adam Bregenzer Cc: Nathan Sullivan , internals@lists.php.net Message-ID: <20040319063104.GA6095@prp0.prp.physik.tu-darmstadt.de> References: <405A2A6D.1070800@php.net> <1079677506.3522.5.camel@arcon_server> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1079677506.3522.5.camel@arcon_server> User-Agent: Mutt/1.3.27i Subject: Re: [PHP-DEV] www.php.net RC1 News - Front Page From: swalk@prp.physik.tu-darmstadt.de (Stefan Walk) On Fri, Mar 19, 2004 at 01:25:06AM -0500, Adam Bregenzer wrote: > On Thu, 2004-03-18 at 18:02, Nathan Sullivan wrote: > > A new MySQL extension named MySQLi for developers using MySQL 4.1 and > > later. Additionally to a functional interface this new extension also > > includes an object-oriented interface and support for many of MySQL's > > new features such as prepared statements. > > Also, the second sentence sounds strange: > Additionally to a functional interface this new extension also includes > an object-oriented interface and support for many of MySQL's new > features such as prepared statements. > > Perhaps: > This new extension includes an object-oriented interface in addition to > its functional interface; as well as support for many of MySQL's new > features, such as prepared statements. > > -Adam I don't like the term 'functional' there, as it's misleading... Languages like lisp, haskell, ... are commonly referred to as functional languages, where languages like C (and non-OO PHP) are referred to as imperative or procedural. I think that should be rephrased... maybe titled as 'traditional interface' or alike. -- Regards, Stefan Walk