hholzgra                Mon Feb  3 18:36:20 2003 EDT

  Modified files:              
    /php4/main  output.c 
  Log:
  proto-fix
  
  
Index: php4/main/output.c
diff -u php4/main/output.c:1.146 php4/main/output.c:1.147
--- php4/main/output.c:1.146    Mon Jan 27 12:22:22 2003
+++ php4/main/output.c  Mon Feb  3 18:36:19 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: output.c,v 1.146 2003/01/27 17:22:22 iliaa Exp $ */
+/* $Id: output.c,v 1.147 2003/02/03 23:36:19 hholzgra Exp $ */
 
 #include "php.h"
 #include "ext/standard/head.h"
@@ -890,7 +890,7 @@
 }
 /* }}} */
 
-/* {{{ proto string ob_get_length(void)
+/* {{{ proto int ob_get_length(void)
    Return the length of the output buffer */
 PHP_FUNCTION(ob_get_length)
 {



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

Reply via email to