Hi,
attached patch fixes the protos for uuenode/uudecode in 
php-src/ext/standard/uuencode.c

Regards
Friedhelm



Index: uuencode.c
===================================================================
RCS file: /repository/php-src/ext/standard/uuencode.c,v
retrieving revision 1.3
diff -u -u -r1.3 uuencode.c
--- uuencode.c  8 Jan 2004 08:17:35 -0000       1.3
+++ uuencode.c  2 May 2004 16:19:41 -0000
@@ -170,8 +170,8 @@
        return total_len;
 }
 
-/* {{{ proto string uuencode(string data) 
-   uuencode a string */
+/* {{{ proto string convert_uuencode(string data) 
+   Uuencode a string */
 PHP_FUNCTION(convert_uuencode)
 {
        char *src, *dst;
@@ -187,8 +187,8 @@
 }
 /* }}} */
 
-/* {{{ proto string uudecode(string data)
-   decode a uuencoded string */
+/* {{{ proto string convert_uudecode(string data)
+   Decode a uuencoded string */
 PHP_FUNCTION(convert_uudecode)
 {
        char *src, *dst;

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to