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 <les...@lsces.co.uk> 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 HashTable? But what have I missed?
> 
>> try a fresh build after ./vcsclean
> 
> 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 git to only remove files that are ignored
via .gitignore. Your manually created files will stay.

- Martin

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to