-
Notifications
You must be signed in to change notification settings - Fork 215
Confirmation it works with php 7 #47
Comments
Hi, I have the same problem here. I try to fix it but was unable to do so :( I find your issue via: https://developer.salesforce.com/forums/?id=906F0000000MJOoIAO ping @dcarroll @jonmountjoy @jr0cket @wadewegner can you help us? Regards |
We have tried a few builds of our application (that uses the sdk) on PHP7. The only error we are getting is because of a deprecated constructor function name in the SforceEnterpriseClient class
should be
working on a fix in a fork. |
Hi @Jonnx Will try you fork when available. |
@dayofr getting the same error. haven't been able to hunt down what causes that. I am also trying to figure out how to run the tests included with the sdk to ensure that everything works. any ideas? |
@shalomabitan @Jonnx look at https://github.com/developerforce/Force.com-Toolkit-for-PHP/pull/48/files it's now working for me. |
Has anyone experienced an issue when saving null parameters using the $salesforceAtar->fieldsToNull |
Hi,
Can you please confirm that it works with php 7? I'm getting errors only when I run on a server with php7 and I'm wondering if it's me or the framework.
Thanks
The text was updated successfully, but these errors were encountered: