iliaa Mon Aug 23 12:58:11 2004 EDT
Modified files:
/php-src/ext/standard head.c
Log:
Fixed proto of headers_list().
http://cvs.php.net/diff.php/php-src/ext/standard/head.c?r1=1.75&r2=1.76&ty=u
Index: php-src/ext/standard/head.c
diff -u php-src/ext/standard/head.c:1.75 php-src/ext/standard/head.c:1.76
--- php-src/ext/standard/head.c:1.75 Wed Feb 11 14:00:42 2004
+++ php-src/ext/standard/head.c Mon Aug 23 12:58:11 2004
@@ -15,7 +15,7 @@
| Author: Rasmus Lerdorf <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: head.c,v 1.75 2004/02/11 19:00:42 bfrance Exp $ */
+/* $Id: head.c,v 1.76 2004/08/23 16:58:11 iliaa Exp $ */
#include <stdio.h>
@@ -244,7 +244,7 @@
}
}
-/* {{{ proto string headers_list(void)
+/* {{{ proto array headers_list(void)
Return list of headers to be sent / already sent */
PHP_FUNCTION(headers_list)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php