messenger-sdk-php icon indicating copy to clipboard operation
messenger-sdk-php copied to clipboard

Adopt standard PEAR/Zend style PHP coding & naming conventions

Open ceefour opened this issue 15 years ago • 3 comments

Make it easier to be integrated with applications and libraries due to familiar coding conventions.

ceefour avatar Sep 28 '10 10:09 ceefour

I have 2 problem with this code(http://github.com/ceefour/messenger-sdk-php/):

  1. Take up too much cpu resources 25%
  2. Maximum execution time of 30 seconds exceeded in Engine.php on line 538: $html = curl_exec($s);

How can I fix this problem? Best regards,

fasollafsl avatar Oct 10 '10 15:10 fasollafsl

@fasollafsl ... are you even reading my response ?

Please checkout the original code at http://github.com/yahoo/messenger-sdk-php and see if you still have your problem.

I believe your problem is not caused by my changes to the Yahoo original code because I don't make any changes that could cause your problem. If you experience it, it's more likely that it also happens with the Yahoo code.

ceefour avatar Oct 10 '10 19:10 ceefour

Thank you for your support. Regards,

fasollafsl avatar Oct 11 '10 08:10 fasollafsl