Re: [PHP-DEV] Done something wrong ...

2015-02-16 Thread Lester Caine
On 16/02/15 20:24, Martin Jansen wrote: >> OK I'm working off multiple local copies of the code base so vcsclean is >> > not usable. I suspect it would wipe the eclipse project files anyway. > IIRC vcsclean essentially runs `git clean -f -X`. That last parameter is > important because it instructs

Re: [PHP-DEV] Done something wrong ...

2015-02-16 Thread Martin Jansen
On 16.02.15 20:46, Lester Caine wrote: > On 16/02/15 18:34, Ferenc Kovacs wrote: >> On Mon, Feb 16, 2015 at 6:55 PM, Lester Caine wrote: >>> /srv/repo/php-src_master/ext/opcache/ZendAccelerator.c:2005:19: error: >>> ‘zend_array’ has no member named ‘pDestructor’ >>> Seems to be due to changes for

Re: [PHP-DEV] Done something wrong ...

2015-02-16 Thread Lester Caine
On 16/02/15 18:34, Ferenc Kovacs wrote: > On Mon, Feb 16, 2015 at 6:55 PM, Lester Caine wrote: > >> I've synced with current git and seem to have the files I expect for >> interbase, but when trying to run a clean build of the core stuff it no >> longer compiles ... >> >> For example >> /srv/repo

Re: [PHP-DEV] Done something wrong ...

2015-02-16 Thread Ferenc Kovacs
On Mon, Feb 16, 2015 at 6:55 PM, Lester Caine wrote: > I've synced with current git and seem to have the files I expect for > interbase, but when trying to run a clean build of the core stuff it no > longer compiles ... > > For example > /srv/repo/php-src_master/ext/opcache/ZendAccelerator.c:2005

[PHP-DEV] Done something wrong ...

2015-02-16 Thread Lester Caine
I've synced with current git and seem to have the files I expect for interbase, but when trying to run a clean build of the core stuff it no longer compiles ... For example /srv/repo/php-src_master/ext/opcache/ZendAccelerator.c:2005:19: error: ‘zend_array’ has no member named ‘pDestructor’ Seems t