Closed GoogleCodeExporter closed 9 years ago
Here's a much improved version of the patch. I've added support for people who
have mb_convert_encoding disabled.
Original comment by abdulrah...@gmail.com
on 26 Feb 2012 at 11:43
Attachments:
Thank you, this helped me out.
Original comment by primeh...@gmail.com
on 4 Jul 2012 at 12:03
The fix doesn't work on PHP 5.2 because of the anonymous function. I had to
create an actual function then pass it in as a parameter like so: array($this,
'convertMsgEncoding'),
Original comment by primeh...@gmail.com
on 4 Jul 2012 at 11:27
Thank you for your comment. The reason I've added it as anonymous function was
because the requirements allowed me to do it. If you take a look at the
requirements you will see that PHP should be 5.3.0 or later
http://code.google.com/p/apns-php/#Requirements.
I appreciate your feedback, and this patch has been sitting here for almost 5
months now without the maintainer's comments...
Original comment by abdulrah...@gmail.com
on 4 Jul 2012 at 3:33
When I first looked into using apns-php I noted that server did not meet the
php 5.3.0 requirement, but I tried it anyway and it seemed to work fine. You
don't need to update your patch, I was just stating what I had to do to get it
working in case anyone else ran into the same problem.
This project hasn't been updated in over a year so I'm pretty sure it's no
longer going to be. Too bad really, as I've found it to be quite useful.
Original comment by primeh...@gmail.com
on 4 Jul 2012 at 9:09
Dear,
The project source code has moved to github; if your issue is still valid,
please open it on github page https://github.com/duccio/ApnsPHP/issues
Thanks.
Original comment by aldo.arm...@gmail.com
on 26 Oct 2012 at 11:46
Original issue reported on code.google.com by
abdulrah...@gmail.com
on 23 Feb 2012 at 7:28Attachments: