sniper          Sat Sep  6 20:00:01 2003 EDT

  Modified files:              
    /php-src/ext/standard       http.c 
  Log:
  typo + proto fix
  
Index: php-src/ext/standard/http.c
diff -u php-src/ext/standard/http.c:1.7 php-src/ext/standard/http.c:1.8
--- php-src/ext/standard/http.c:1.7     Sat Sep  6 10:56:36 2003
+++ php-src/ext/standard/http.c Sat Sep  6 20:00:00 2003
@@ -12,11 +12,11 @@
    | obtain it through the world-wide-web, please send a note to          |
    | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Authors: Sara Golemon <[EMAIL PROTECTED]>                               |
+   | Authors: Sara Golemon <[EMAIL PROTECTED]>                              |
    +----------------------------------------------------------------------+
 */
 
-/* $Id: http.c,v 1.7 2003/09/06 14:56:36 pollita Exp $ */
+/* $Id: http.c,v 1.8 2003/09/07 00:00:00 sniper Exp $ */
 
 #include "php_http.h"
 #include "php_ini.h"
@@ -170,8 +170,7 @@
 /* }}} */
 
 /* {{{ proto string http_build_query(mixed formdata [, string prefix])
-   Generate a form-encoded query string from an associative array or object.
-   */
+   Generates a form-encoded query string from an associative array or object. */
 PHP_FUNCTION(http_build_query)
 {
        zval *formdata;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to