andrey          Thu Jun 12 08:23:11 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/bcmath    bcmath.c 
  Log:
  proto fixes
  
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.39.4.7 php4/ext/bcmath/bcmath.c:1.39.4.8
--- php4/ext/bcmath/bcmath.c:1.39.4.7   Wed Apr  2 18:50:41 2003
+++ php4/ext/bcmath/bcmath.c    Thu Jun 12 08:23:10 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: bcmath.c,v 1.39.4.7 2003/04/02 23:50:41 rasmus Exp $ */
+/* $Id: bcmath.c,v 1.39.4.8 2003/06/12 12:23:10 andrey Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -439,7 +439,7 @@
 }
 /* }}} */
 
-/* {{{ proto string bccomp(string left_operand, string right_operand [, int scale])
+/* {{{ proto int bccomp(string left_operand, string right_operand [, int scale])
    Compares two arbitrary precision numbers */
 PHP_FUNCTION(bccomp)
 {
@@ -481,7 +481,7 @@
 }
 /* }}} */
 
-/* {{{ proto string bcscale(int scale)
+/* {{{ proto bool bcscale(int scale)
    Sets default scale parameter for all bc math functions */
 PHP_FUNCTION(bcscale)
 {



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

Reply via email to