<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 64 bit Int Error on windows server 2012 R2 64 bit and PHP 64 bit in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/64-bit-Int-Error-on-windows-server-2012-R2-64-bit-and-PHP-64-bit/m-p/61494#M1921</link>
    <description>&lt;P&gt;Thanks for link, I'll have a look - although I think i did go through it. I suspected it must be just the platform, whats strange is that everything on my platform is 64 Bit (OS, Hardware, PHP). Strange. Thanks again.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2015 23:03:23 GMT</pubDate>
    <dc:creator>Tshiamo T.</dc:creator>
    <dc:date>2015-03-16T23:03:23Z</dc:date>
    <item>
      <title>64 bit Int Error on windows server 2012 R2 64 bit and PHP 64 bit</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/64-bit-Int-Error-on-windows-server-2012-R2-64-bit-and-PHP-64-bit/m-p/61492#M1919</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I setup an amazon instance with windows server 2012 R2 and installed 64 bit PHP 5.5.22.  I'm getting this error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Fatal error:  Uncaught exception 'Exception' with message 'The Dropbox SDK uses 64-bit integers, but it looks like we're running on a version of PHP that doesn't support 64-bit integers (PHP_INT_MAX=2147483647).  Library: "C:\inetpub\wwwroot\dropbox\dropboxCoreApi\lib\Dropbox\RequestUtil.php"' in C:\inetpub\wwwroot\dropbox\dropboxCoreApi\lib\Dropbox\RequestUtil.php:22
Stack trace:
#0 C:\inetpub\wwwroot\dropbox\dropboxCoreApi\lib\Dropbox\autoload.php(27): require_once()
#1 [internal function]: Dropbox\autoload('Dropbox\\Request...')
#2 C:\inetpub\wwwroot\dropbox\dropboxCoreApi\lib\Dropbox\SSLTester.php(96): spl_autoload_call('Dropbox\\Request...')
#3 C:\inetpub\wwwroot\dropbox\dropboxCoreApi\lib\Dropbox\SSLTester.php(83): Dropbox\SSLTester::testAllowed('https://www.dro...')
#4 C:\inetpub\wwwroot\dropbox\dropboxCoreApi\lib\Dropbox\SSLTester.php(40): Dropbox\SSLTester::testMulti(Array)
#5 C:\inetpub\wwwroot\dropbox\dropboxCoreApi\SDKexamples\test-ssl.php(38): Dropbox\SSLTester::test()
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please assist.  Have I done something wrong in the setup?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:44:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/64-bit-Int-Error-on-windows-server-2012-R2-64-bit-and-PHP-64-bit/m-p/61492#M1919</guid>
      <dc:creator>Tshiamo T.</dc:creator>
      <dc:date>2019-05-29T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: 64 bit Int Error on windows server 2012 R2 64 bit and PHP 64 bit</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/64-bit-Int-Error-on-windows-server-2012-R2-64-bit-and-PHP-64-bit/m-p/61493#M1920</link>
      <description>&lt;P&gt;Due to the size of certain numbers used by the SDK, it requires a 64-bit build of PHP in order to run properly. (Or more specifically, the SDK checks the size of PHP_INT_MAX, as some of the numbers, like file sizes, quota, etc, can be larger than 32-bit ints can handle.) It sounds like you currently only have a 32-bit ints available though, as otherwise the number shown would be much higher. How you make this available will depend a bit on your platform though, and is outside the scope of Dropbox API support, so I'm afraid I won't be able to be offer much more insight. (It looks like there's some information here though: &lt;A href="http://stackoverflow.com/questions/17837157/php-64-bit-with-php-int-max-2147483647" rel="nofollow noreferrer"&gt;http://stackoverflow.com/questions/17837157/php-64-bit-with-php-int-max-2147483647&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 22:48:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/64-bit-Int-Error-on-windows-server-2012-R2-64-bit-and-PHP-64-bit/m-p/61493#M1920</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-03-16T22:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: 64 bit Int Error on windows server 2012 R2 64 bit and PHP 64 bit</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/64-bit-Int-Error-on-windows-server-2012-R2-64-bit-and-PHP-64-bit/m-p/61494#M1921</link>
      <description>&lt;P&gt;Thanks for link, I'll have a look - although I think i did go through it. I suspected it must be just the platform, whats strange is that everything on my platform is 64 Bit (OS, Hardware, PHP). Strange. Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 23:03:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/64-bit-Int-Error-on-windows-server-2012-R2-64-bit-and-PHP-64-bit/m-p/61494#M1921</guid>
      <dc:creator>Tshiamo T.</dc:creator>
      <dc:date>2015-03-16T23:03:23Z</dc:date>
    </item>
  </channel>
</rss>

