andre           Wed Mar 28 12:08:49 2001 EDT

  Modified files:              
    /php4/ext/standard  output.c 
  Log:
  fix typo
  
Index: php4/ext/standard/output.c
diff -u php4/ext/standard/output.c:1.50 php4/ext/standard/output.c:1.51
--- php4/ext/standard/output.c:1.50     Wed Mar 28 11:41:38 2001
+++ php4/ext/standard/output.c  Wed Mar 28 12:08:49 2001
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: output.c,v 1.50 2001/03/28 19:41:38 andre Exp $ */
+/* $Id: output.c,v 1.51 2001/03/28 20:08:49 andre Exp $ */
 
 #include "php.h"
 #include "ext/standard/head.h"
@@ -475,7 +475,7 @@
  */
 
 
-/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
+/* {{{ 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