function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
stathostatho 

[PHP] The future of PHP4 in Appexchange.

Hello,

adamg wrote : "We are definately targeting PHP5 as our platform of choice, so I'd recommend you switch if possible."

But it's very difficult  for me to take a decision because  the php5 installation would imply a lot of  constraints.
I'm developing an API for a company who is providing a site web generation Software and all his customers are using php4, so it will be difficult to change.

- Is there any toolkit i can use for php4 ?
- Can I continue to use Php4 in the future, or will it be unusable with the next Appexchange developments. (the most important question)


thanks for the answers.
(I'm french, sorry for my faults :))

Message Edited by statho on 04-10-2006 02:55 AM

adamgadamg
You'll find some PEAR:SOAP based samples on the sourceforge site at http://sforce.sourceforge.net/
ClaiborneClaiborne
You also can use NuSoap if you don't want to deal with Pear. There are some examples here of using NuSoap and PHP 4 with a full library of most of the API functions. You can probably find it by searching on NuSoap.
stathostatho
Thanks for all. I'm studying the PEAR::SOAP library.