hholzgra Mon Mar 17 08:06:51 2003 EDT
Modified files:
/php4/ext/standard aggregation.c dns.c
Log:
proto fixes
Index: php4/ext/standard/aggregation.c
diff -u php4/ext/standard/aggregation.c:1.18 php4/ext/standard/aggregation.c:1.19
--- php4/ext/standard/aggregation.c:1.18 Sun Feb 9 14:09:50 2003
+++ php4/ext/standard/aggregation.c Mon Mar 17 08:06:51 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: aggregation.c,v 1.18 2003/02/09 19:09:50 sniper Exp $ */
+/* $Id: aggregation.c,v 1.19 2003/03/17 13:06:51 hholzgra Exp $ */
#include "php.h"
#include "basic_functions.h"
@@ -544,7 +544,7 @@
#endif
-/* {{{ proto array aggregation_info(object obj)
+/* {{{ proto array aggregate_info(object obj)
*/
PHP_FUNCTION(aggregate_info)
{
Index: php4/ext/standard/dns.c
diff -u php4/ext/standard/dns.c:1.57 php4/ext/standard/dns.c:1.58
--- php4/ext/standard/dns.c:1.57 Sun Feb 23 19:09:18 2003
+++ php4/ext/standard/dns.c Mon Mar 17 08:06:51 2003
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dns.c,v 1.57 2003/02/24 00:09:18 sniper Exp $ */
+/* $Id: dns.c,v 1.58 2003/03/17 13:06:51 hholzgra Exp $ */
/* {{{ includes */
#include "php.h"
@@ -207,7 +207,7 @@
#if HAVE_RES_SEARCH && !(defined(__BEOS__)||defined(PHP_WIN32) || defined(NETWARE))
-/* {{{ proto int dns_check_recored(string host [, string type])
+/* {{{ proto int dns_check_record(string host [, string type])
Check DNS records corresponding to a given Internet host name or IP address */
PHP_FUNCTION(dns_check_record)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php