pthreads icon indicating copy to clipboard operation
pthreads copied to clipboard

Build failure with PHP 7.3.0 alpha 4

Open Jan-E opened this issue 5 years ago • 1 comments

Looks the same as in https://github.com/cataphract/php-rar/pull/4#issuecomment-405769300 @cmb69 Something fot the release managers?

ext\pthreads\src\prepare.c(196): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(243): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(243): error C2168: 'memcpy': too few actual parameters for intrinsic function
ext\pthreads\src\prepare.c(245): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(245): error C2198: 'zend_hash_index_find_ptr': too few arguments for call
ext\pthreads\src\prepare.c(246): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(246): error C2198: 'zend_hash_index_find_ptr': too few arguments for call
ext\pthreads\src\prepare.c(247): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(247): error C2198: 'zend_hash_index_find_ptr': too few arguments for call
ext\pthreads\src\prepare.c(248): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(248): error C2198: 'zend_hash_index_find_ptr': too few arguments for call
ext\pthreads\src\prepare.c(249): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(249): error C2198: 'zend_hash_index_find_ptr': too few arguments for call
ext\pthreads\src\prepare.c(250): error C2039: 'iterator_funcs': is not a member of '_zend_class_entry'
ext\pthreads\src\prepare.c(250): error C2198: 'zend_hash_index_find_ptr': too few arguments for call
ext\pthreads\src\prepare.c(789): error C2083: struct comparison illegal
ext\pthreads\src\prepare.c(790): error C2440: 'function': cannot convert from 'zend_trait_method_reference' to 'zend_trait_method_reference *'
ext\pthreads\src\prepare.c(790): error C2440: '=': cannot convert from 'zend_trait_method_reference *' to 'zend_trait_method_reference'
ext\pthreads\src\prepare.c(806): error C2440: 'function': cannot convert from 'zend_trait_method_reference' to 'zend_trait_method_reference *'
ext\pthreads\src\prepare.c(806): error C2440: '=': cannot convert from 'zend_trait_method_reference *' to 'zend_trait_method_reference'
ext\pthreads\src\prepare.c(807): error C2039: 'exclude_from_classes': is not a member of '_zend_trait_precedence'
ext\pthreads\src\prepare.c(808): error C2039: 'exclude_from_classes': is not a member of '_zend_trait_precedence'
ext\pthreads\src\prepare.c(808): error C2198: '_emalloc': too few arguments for call
ext\pthreads\src\prepare.c(809): error C2039: 'exclude_from_classes': is not a member of '_zend_trait_precedence'
ext\pthreads\src\prepare.c(810): error C2039: 'exclude_from_classes': is not a member of '_zend_trait_precedence'
ext\pthreads\src\prepare.c(811): error C2198: 'pthreads_prepared_entry': too few arguments for call
ext\pthreads\src\prepare.c(812): error C2039: 'exclude_from_classes': is not a member of '_zend_trait_precedence'
ext\pthreads\src\prepare.c(812): error C2198: 'zend_string_new': too few arguments for call
ext\pthreads\src\prepare.c(826): error C2039: 'ce': is not a member of '_zend_trait_method_reference'
ext\pthreads\src\prepare.c(826): error C2198: 'pthreads_prepared_entry': too few arguments for call

Jan-E avatar Jul 18 '18 00:07 Jan-E

https://github.com/php/php-src/commit/1db8402208055ac4fc00ef16dc1a7c2ec097849c and https://github.com/php/php-src/commit/7d4e18b05dc962e923236a8d3df81fb0b10b113d

Jan-E avatar Jul 18 '18 00:07 Jan-E