Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32669 invoked by uid 1010); 1 Jun 2004 14:43:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32645 invoked from network); 1 Jun 2004 14:43:51 -0000 Received: from unknown (HELO distance.intux.org) (213.239.198.8) by pb1.pair.com with SMTP; 1 Jun 2004 14:43:51 -0000 Received: (qmail 21214 invoked from network); 1 Jun 2004 14:40:02 -0000 Received: from unknown (HELO saiwala) (intux?org?fschaper@82.82.158.225) by distance.intux.org with SMTP; 1 Jun 2004 14:40:02 -0000 Message-ID: <005e01c447e6$9d28bf40$9d00a8c0@saiwala> To: Date: Tue, 1 Jun 2004 16:41:42 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: delete in PHP From: fschaper@intux.org ("Florian Schaper") An Zend API 2.0 paper I read a while ago said something about "delete" being implemented in PHP5. However, no delete. Was this feature dropped? I have implemented delete for myself now and was wondering if it was worth committing. ./regards Florian