Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5452 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69351 invoked by uid 1010); 13 Nov 2003 20:28:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69317 invoked from network); 13 Nov 2003 20:28:25 -0000 Received: from unknown (HELO arkady.horde.org) (199.175.137.151) by pb1.pair.com with SMTP; 13 Nov 2003 20:28:25 -0000 Received: from marina.horde.org (h0008744172ed.ne.client2.attbi.com [65.96.177.110]) by arkady.horde.org (Postfix) with ESMTP id 3EC4AAC for ; Thu, 13 Nov 2003 12:28:24 -0800 (PST) Received: by marina.horde.org (Postfix, from userid 33) id E55B27F14C; Thu, 13 Nov 2003 15:25:07 -0500 (EST) Received: from cmb-nat1.smarterliving.net (cmb-nat1.smarterliving.net [66.228.74.131]) by marina.horde.org (Horde) with HTTP for ; Thu, 13 Nov 2003 15:25:07 -0500 Message-ID: <20031113152507.lesw0k0k8o844ow0@marina.horde.org> Date: Thu, 13 Nov 2003 15:25:07 -0500 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_6hzb5shpmsu8" Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs Subject: Fwd: [PATCH] proto fix php_imap.c From: chuck@horde.org (Chuck Hagenbuch) --=_6hzb5shpmsu8 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit I'm not sure which branch, if any, this should be committed to... ----- Forwarded message from holliwell@gmx.net ----- Date: Thu, 13 Nov 2003 18:08:58 +0100 From: Friedhelm Betz Reply-To: Friedhelm Betz Subject: [PATCH] proto fix php_imap.c To: chuck@horde.org Hi, the attached patch fixes the proto for imap_getacl. I know, this is just cosmetics, but relevant for the doc team, as we generate the protos for the docu from the source files. So, it does not harm and makes the doc team happy ;-) Thanks and regards Friedhelm Betz ----- End forwarded message ----- -chuck -- Charles Hagenbuch, "I'm really... I'm not too fascinated by green food." - Average Joe --=_6hzb5shpmsu8 Content-Type: text/plain; charset="iso-8859-15"; name="php_imap.c.txt" Content-Disposition: attachment; filename="php_imap.c.txt" Content-Transfer-Encoding: 7bit "/usr/bin/cvs" -z6 diff "php_imap.c" Index: php_imap.c =================================================================== RCS file: /repository/php-src/ext/imap/php_imap.c,v retrieving revision 1.177 diff -u -r1.177 php_imap.c --- php_imap.c 16 Sep 2003 19:44:38 -0000 1.177 +++ php_imap.c 3 Nov 2003 12:59:19 -0000 @@ -983,7 +983,7 @@ /* }}} */ -/* {{{ proto array imap_getacl(int stream_id, string mailbox) +/* {{{ proto array imap_getacl(resource stream_id, string mailbox) Gets the ACL for a given mailbox */ PHP_FUNCTION(imap_getacl) { --=_6hzb5shpmsu8--