Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Running zend-xmlrpc without BigInteger #39

Open
1 task
jvandort opened this issue Dec 19, 2019 · 2 comments
Open
1 task

Running zend-xmlrpc without BigInteger #39

jvandort opened this issue Dec 19, 2019 · 2 comments

Comments

@jvandort
Copy link
Contributor

  • [ x] I was not able to find an open or closed issue matching what I'm seeing.
  • This is not a question. (Questions should be asked on chat (Signup here) or our forums.)

I was trying to use zend-XMLRPC today and I was receiving data back with type i8 from the XMLRPC server. As noted here, an i8 is a 64-bit integer. I am running the XMLRPC client on a 64-bit machine, where PHP_INT_MAX is 9223372036854775807, and I feel that using BigInteger is not required in this situation.

Would it be possible to add some sort of flag or configuration option, or perhaps detect if the machine is 64-bit, and in that case disable BigInteger support and simply use PHP's native integer for XMLRPC i8 types?

Code to reproduce the issue

// See https://github.com/zendframework/zend-xmlrpc/blob/9f1bf634995d0956fb1af9f63e394787c1211594/src/AbstractValue.php#L193

Expected results

BigInteger is not required on a 64 bit machine

Actual results

Error "Big integer math support is not detected" since either gmp or bcmath module is not installed.

@jvandort
Copy link
Contributor Author

Please see #40

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-xmlrpc; a new issue has been opened at laminas/laminas-xmlrpc#1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants