andre           Wed Mar 28 11:41:38 2001 EDT

  Modified files:              
    /php4/ext/standard  output.c 
  Log:
  fix proto
  
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.49 php4/ext/standard/output.c:1.50
--- php4/ext/standard/output.c:1.49     Fri Mar 16 19:03:50 2001
+++ php4/ext/standard/output.c  Wed Mar 28 11:41:38 2001
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: output.c,v 1.49 2001/03/17 03:03:50 zeev Exp $ */
+/* $Id: output.c,v 1.50 2001/03/28 19:41:38 andre Exp $ */
 
 #include "php.h"
 #include "ext/standard/head.h"
@@ -475,7 +475,7 @@
  */
 
 
-/* {{{ proto void ob_start([ string user_function])
+/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
    Turn on Output Buffering (specifying an optional output handler). */
 PHP_FUNCTION(ob_start)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to