Commit:    c2e228b77dcd015a2fc7679d6e62044100e66ce0
Author:    Anatol Belski <a...@php.net>         Sat, 9 Nov 2013 09:18:42 +0100
Parents:   27a86a4402022bf5ba180a6dbb46cf86c9a05b72
Branches:  str_size_and_int64

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=c2e228b77dcd015a2fc7679d6e62044100e66ce0

Log:
too much for a compare func

Changed paths:
  M  ext/standard/array.c


Diff:
diff --git a/ext/standard/array.c b/ext/standard/array.c
index 218df54..4363e31 100644
--- a/ext/standard/array.c
+++ b/ext/standard/array.c
@@ -2924,7 +2924,7 @@ static int zval_compare(zval **a, zval **b TSRMLS_DC) /* 
{{{ */
 }
 /* }}} */
 
-static php_int_t zval_user_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */
+static int zval_user_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */
 {
        zval **args[2];
        zval *retval_ptr = NULL;


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

Reply via email to