Re: [PHP-DEV] Get variable refcount

2017-05-30 Thread Martijn van Duren
On 05/30/17 10:23, Nikita Popov wrote: > On Tue, May 30, 2017 at 9:11 AM, Martijn van Duren > wrote: > >> Hello internals@, >> >> I'm new to this list, so let me first introduce myself. >> My name is Martijn van Duren and I work for a webhosting company in the >> Netherlands. Apart from that I'm

Re: [PHP-DEV] Get variable refcount

2017-05-30 Thread Nikita Popov
On Tue, May 30, 2017 at 9:11 AM, Martijn van Duren wrote: > Hello internals@, > > I'm new to this list, so let me first introduce myself. > My name is Martijn van Duren and I work for a webhosting company in the > Netherlands. Apart from that I'm also an OpenBSD h^Hslacker. > > tl;dr: > How do I

[PHP-DEV] Get variable refcount

2017-05-30 Thread Martijn van Duren
Hello internals@, I'm new to this list, so let me first introduce myself. My name is Martijn van Duren and I work for a webhosting company in the Netherlands. Apart from that I'm also an OpenBSD h^Hslacker. tl;dr: How do I properly use Z_REFCOUNT on a zval? I'm faced with the following issue: I'