Closed jbbrunsveld closed 4 years ago
Thanks! In a couple of weeks I should finally be able to find the time to work on these kind of outstanding issues in phpiredis, just give me that much time and I'll be more than happy to merge your pull request :)
Is this still considered? Also - is this backwards compatible?
Are there plans to integrate this? RPMlint prevents phpiredis 1.0 to be built because of 64 bit portability issues in phpiredis.c. Replacing the two functions does fix the issue.
I'm going to merge #52 in the next few days since it already comes with merge conflicts resolved, thank you anyway for your PR 👍
46 This removes the following old function aliases, use the new name now: (See hiredis Changelog)
redisReplyReaderCreate => redisReaderCreate redisReplyReaderCreate => redisReaderCreate redisReplyReaderFree => redisReaderFree redisReplyReaderFeed => redisReaderFeed redisReplyReaderGetReply => redisReaderGetReply redisReplyReaderSetPrivdata => redisReaderSetPrivdata redisReplyReaderGetObject => redisReaderGetObject redisReplyReaderGetError => redisReaderGetError