<?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: Support for php 5.3 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/58046#M32722</link>
    <description>&lt;P&gt;I cloned the sample code repo.&lt;/P&gt;&lt;P&gt;I updated composer.json and set the authorizenet version to 1.8.3.3 since that is the latest version that supports php 5.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;composer ran successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run&lt;/P&gt;&lt;P&gt;php CustomerProfiles/create-customer-profile.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get&lt;/P&gt;&lt;PRE&gt;php CustomerProfiles/create-customer-profile.php 


Fatal error: Class 'Goetas\Xsd\XsdToPhp\Jms\Handler\BaseTypesHandler' not found in /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/authorizenet/authorizenet/lib/net/authorize/api/controller/base/ApiOperationBase.php on line 79

Call Stack:
    0.4076     680904   1. {main}() /Users/bill.clark/Sites/AuthorizeNetSampleCode/CustomerProfiles/create-customer-profile.php:0
    0.4128    1074696   2. createCustomerProfile() /Users/bill.clark/Sites/AuthorizeNetSampleCode/CustomerProfiles/create-customer-profile.php:74
    0.4187    1375288   3. net\authorize\api\controller\CreateCustomerProfileController-&amp;gt;__construct() /Users/bill.clark/Sites/AuthorizeNetSampleCode/CustomerProfiles/create-customer-profile.php:57
    0.4187    1375416   4. net\authorize\api\controller\base\ApiOperationBase-&amp;gt;__construct() /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/authorizenet/authorizenet/lib/net/authorize/api/controller/CreateCustomerProfileController.php:12
    0.4242    1904352   5. JMS\Serializer\SerializerBuilder-&amp;gt;configureHandlers() /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/authorizenet/authorizenet/lib/net/authorize/api/controller/base/ApiOperationBase.php:82
    0.4242    1904400   6. net\authorize\api\controller\base\{closure}() /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/jms/serializer/src/JMS/Serializer/SerializerBuilder.php:132&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which is the same result I get from my current integration attempts with our codebase, which is stuck on php 5.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 21:41:54 GMT</pubDate>
    <dc:creator>wclark</dc:creator>
    <dc:date>2017-05-10T21:41:54Z</dc:date>
    <item>
      <title>Support for php 5.3</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/54333#M29336</link>
      <description>&lt;P&gt;Does anyone have any working sample code for asp or php 5.3&lt;BR /&gt;&lt;BR /&gt;I'm on a windows system and have php 5.3. Seriallizer doesnt support 5.3 due to $().&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:40:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/54333#M29336</guid>
      <dc:creator>drewdub</dc:creator>
      <dc:date>2016-04-14T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Support for php 5.3</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/54342#M29341</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I've reported your issue to the product team for analysis. &amp;nbsp;And I would also encourage you to open an issue on GitHub as well so you'll get immediate notification for updates.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 19:57:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/54342#M29341</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-04-15T19:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Support for php 5.3</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/54405#M29393</link>
      <description>&lt;P&gt;I've removed any 5.3+ dependencies in the sample code and also made sure we include 5.3 in the Travis CI build and tests. &amp;nbsp;Everything green now for 5.3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://travis-ci.org/AuthorizeNet/sample-code-php" target="_blank"&gt;https://travis-ci.org/AuthorizeNet/sample-code-php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if there are any issues,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 00:13:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/54405#M29393</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2016-04-22T00:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Support for php 5.3</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/58046#M32722</link>
      <description>&lt;P&gt;I cloned the sample code repo.&lt;/P&gt;&lt;P&gt;I updated composer.json and set the authorizenet version to 1.8.3.3 since that is the latest version that supports php 5.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;composer ran successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run&lt;/P&gt;&lt;P&gt;php CustomerProfiles/create-customer-profile.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get&lt;/P&gt;&lt;PRE&gt;php CustomerProfiles/create-customer-profile.php 


Fatal error: Class 'Goetas\Xsd\XsdToPhp\Jms\Handler\BaseTypesHandler' not found in /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/authorizenet/authorizenet/lib/net/authorize/api/controller/base/ApiOperationBase.php on line 79

Call Stack:
    0.4076     680904   1. {main}() /Users/bill.clark/Sites/AuthorizeNetSampleCode/CustomerProfiles/create-customer-profile.php:0
    0.4128    1074696   2. createCustomerProfile() /Users/bill.clark/Sites/AuthorizeNetSampleCode/CustomerProfiles/create-customer-profile.php:74
    0.4187    1375288   3. net\authorize\api\controller\CreateCustomerProfileController-&amp;gt;__construct() /Users/bill.clark/Sites/AuthorizeNetSampleCode/CustomerProfiles/create-customer-profile.php:57
    0.4187    1375416   4. net\authorize\api\controller\base\ApiOperationBase-&amp;gt;__construct() /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/authorizenet/authorizenet/lib/net/authorize/api/controller/CreateCustomerProfileController.php:12
    0.4242    1904352   5. JMS\Serializer\SerializerBuilder-&amp;gt;configureHandlers() /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/authorizenet/authorizenet/lib/net/authorize/api/controller/base/ApiOperationBase.php:82
    0.4242    1904400   6. net\authorize\api\controller\base\{closure}() /Users/bill.clark/Sites/AuthorizeNetSampleCode/vendor/jms/serializer/src/JMS/Serializer/SerializerBuilder.php:132&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which is the same result I get from my current integration attempts with our codebase, which is stuck on php 5.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 21:41:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/58046#M32722</guid>
      <dc:creator>wclark</dc:creator>
      <dc:date>2017-05-10T21:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Support for php 5.3</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/58190#M32860</link>
      <description>&lt;P&gt;No responses. nice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone stuck like me, try this:&amp;nbsp;&lt;A href="https://github.com/cystbear/AuthorizeNet-PHP-SDK" target="_blank"&gt;https://github.com/cystbear/AuthorizeNet-PHP-SDK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is an authorizeNet library that has been tweaked to work with php 5.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is working for me.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 13:35:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Support-for-php-5-3/m-p/58190#M32860</guid>
      <dc:creator>wclark</dc:creator>
      <dc:date>2017-05-23T13:35:06Z</dc:date>
    </item>
  </channel>
</rss>

