[libvirt] [php PATCH] Use long variable type for zend_parse_parameters.

2014-06-18 Thread Dawid Zamirski
This patch fixes a bug where zend_parse_parameters would segfault on certain PHP version (spotted on PHP 5.3.2 64bit) where type specifier is long l and variable reference is int or unsigned int. Changing the variable type from int or unsigned int to long fixes the problem for me and is a known

Re: [libvirt] [php PATCH] Use long variable type for zend_parse_parameters.

2014-06-18 Thread Michal Novotny
Hi Dawid, I've applied it to the libvirt-php git repository. See: http://libvirt.org/git/?p=libvirt-php.git;a=commit;h=d3b3afa7d37541984d1e80e4ab46cd3e582ea60d Thanks, Michal 2014-06-18 19:11 GMT+02:00 Dawid Zamirski dzamir...@dattobackup.com: 2014-06-18 19:11 GMT+02:00 Dawid Zamirski