Skip to content

Instantly share code, notes, and snippets.

@tranphuoctien
Created March 16, 2022 02:28
Show Gist options
  • Save tranphuoctien/9157ddd704e4e9c612cf8a1bb6accd22 to your computer and use it in GitHub Desktop.
Save tranphuoctien/9157ddd704e4e9c612cf8a1bb6accd22 to your computer and use it in GitHub Desktop.
Text note solution to fix limit in PHP Big Int
#WebDAV
#======
#A simple PHP WebDAV client and stream wrapper.
## Timeout Value Big Int Support
#Windows hosts PHP_INT_MAX value is 2147483647. For fix it you can use gmp extention.
#On Unix hosts big int support is better, you can use WebDAV AS IS.
#For run all tests run (it's skipped by default):
$sudo apt-get install php5-gmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment