I'm not sure which branch, if any, this should be committed to...
----- Forwarded message from [EMAIL PROTECTED] -----
Date: Thu, 13 Nov 2003 18:08:58 +0100
From: Friedhelm Betz <[EMAIL PROTECTED]>
Reply-To: Friedhelm Betz <[EMAIL PROTECTED]>
Subject: [PATCH] proto fix php_imap.c
To: [EMAIL PROTECTED]
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, <[EMAIL PROTECTED]>
"I'm really... I'm not too fascinated by green food." - Average Joe
"/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)
{
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php