first attempt of moving rpc output from 16 to 64 bit

This commit is contained in:
Unbit
2013-11-11 13:00:20 +01:00
parent 2d4e04059a
commit 26386909de
18 changed files with 61 additions and 48 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ PHP_FUNCTION(uwsgi_rpc) {
zval *z_current_obj;
char *argv[256];
uint16_t argvs[256];
uint16_t size = 0;
uint64_t size = 0;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "+", &varargs, &num_args) == FAILURE) {
RETURN_NULL();