
6 Dec
2017
6 Dec
'17
5:45 p.m.
On Wed, 2017-12-06 at 11:40 -0500, Dawid Zamirski wrote:
On Wed, 2017-12-06 at 16:21 +0100, Michal Privoznik wrote:
On 12/06/2017 12:17 AM, Dawid Zamirski wrote:
&_info.length, &_info.index, 0, &_pos); \
but not here. Does that work for you?
It does but with a compiler warning :-) I did not realize PHP5 had zend_ulong and I thought it was introduced only in PHP7. V2 coming in a minute.
Well PHP5 indeed does not have zend_ulong but we do typedef it already in src/util.h
Thanks, Dawid
Michal