View Issue Details

IDProjectCategoryView StatusLast Update
0000293XdebugUncategorizedpublic2020-03-12 17:16
Reporterk-fish Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Summary0000293: Impossible to compile with PHP6
Description

It is not possible to compile xdebug (latest CVS) against PHP6 (Build Date: May 25 2007 23:24:03).

Steps To Reproduce

./phpize
./configure --enable-xdebug

Additional Information

see attached file with the output of phpize, configure, make

TagsNo tags attached.
Operating System
PHP Version6.0-dev

Activities

k-fish

2007-07-12 13:23

reporter   ~0000690

No attachments it seems, so here we go:

kmac:~/xdebug karsten$ phpize
Configuring for:
PHP Api Version: 20070116
Zend Module Api No: 20060613
Zend Extension Api No: 320060519

kmac:~/xdebug karsten$ ./configure --enable-xdebug
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... no
checking build system type... i686-apple-darwin8.10.1
checking host system type... i686-apple-darwin8.10.1
checking target system type... i686-apple-darwin8.10.1
checking for PHP prefix... /opt/local
checking for PHP includes... -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib
checking for PHP extension directory... /opt/local/lib/php/extensions/no-debug-non-zts-20060613
checking for PHP installed headers prefix... /opt/local/include/php
checking for re2c... no
configure: WARNING: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking for location of ICU headers and libraries... found in /opt/local
checking for ICU 3.4 or greater... found 3.6
checking whether to enable eXtended debugging support... yes, shared
checking for gettimeofday... yes
checking for cos in -lm... yes
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.10.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.10.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
configure: creating ./config.status
config.status: creating config.h

kmac:~/xdebug karsten$ make
/bin/sh /Users/karsten/xdebug/libtool --mode=compile gcc -I. -I/Users/karsten/xdebug -DPHP_ATOM_INC -I/Users/karsten/xdebug/include -I/Users/karsten/xdebug/main -I/Users/karsten/xdebug -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include -DHAVE_CONFIG_H -g -O0 -c /Users/karsten/xdebug/xdebug.c -o xdebug.lo
mkdir .libs
gcc -I. -I/Users/karsten/xdebug -DPHP_ATOM_INC -I/Users/karsten/xdebug/include -I/Users/karsten/xdebug/main -I/Users/karsten/xdebug -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include -DHAVE_CONFIG_H -g -O0 -c /Users/karsten/xdebug/xdebug.c -fno-common -DPIC -o .libs/xdebug.o
In file included from /Users/karsten/xdebug/xdebug.c:63:
/Users/karsten/xdebug/php_xdebug.h:214: error: parse error before 'php_output_globals'
/Users/karsten/xdebug/php_xdebug.h:214: warning: no semicolon at end of struct or union
/Users/karsten/xdebug/php_xdebug.h:223: error: parse error before '}' token
/Users/karsten/xdebug/php_xdebug.h:223: warning: data definition has no type or storage class
/Users/karsten/xdebug/xdebug.c:176: error: parse error before 'xdebug_globals'
/Users/karsten/xdebug/xdebug.c:176: warning: data definition has no type or storage class
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateServer':
/Users/karsten/xdebug/xdebug.c:184: error: request for member 'server' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:184: error: request for member 'server' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateGet':
/Users/karsten/xdebug/xdebug.c:189: error: request for member 'get' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:189: error: request for member 'get' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdatePost':
/Users/karsten/xdebug/xdebug.c:194: error: request for member 'post' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:194: error: request for member 'post' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateCookie':
/Users/karsten/xdebug/xdebug.c:199: error: request for member 'cookie' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:199: error: request for member 'cookie' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateFiles':
/Users/karsten/xdebug/xdebug.c:204: error: request for member 'files' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:204: error: request for member 'files' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateEnv':
/Users/karsten/xdebug/xdebug.c:209: error: request for member 'env' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:209: error: request for member 'env' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateRequest':
/Users/karsten/xdebug/xdebug.c:214: error: request for member 'request' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:214: error: request for member 'request' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateSession':
/Users/karsten/xdebug/xdebug.c:219: error: request for member 'session' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:219: error: request for member 'session' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateIDEKey':
/Users/karsten/xdebug/xdebug.c:224: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:225: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:228: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:230: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'OnUpdateDebugMode':
/Users/karsten/xdebug/xdebug.c:238: error: request for member 'remote_mode' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:241: error: request for member 'remote_mode' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:244: error: request for member 'remote_mode' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:247: error: request for member 'remote_mode' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: At top level:
/Users/karsten/xdebug/xdebug.c:254: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:255: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:256: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:261: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:262: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:264: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:268: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:270: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:271: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:272: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:273: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:274: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:278: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:280: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:281: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:282: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:293: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:294: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:295: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:298: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:299: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:300: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:301: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:302: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:303: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:306: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:307: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:308: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:313: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:315: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:316: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:325: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:326: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:327: error: parse error before 'zend_xdebug_globals'
/Users/karsten/xdebug/xdebug.c:331: error: parse error before '' token
/Users/karsten/xdebug/xdebug.c: In function 'php_xdebug_init_globals':
/Users/karsten/xdebug/xdebug.c:333: error: 'xg' undeclared (first use in this function)
/Users/karsten/xdebug/xdebug.c:333: error: (Each undeclared identifier is reported only once
/Users/karsten/xdebug/xdebug.c:333: error: for each function it appears in.)
/Users/karsten/xdebug/xdebug.c:333: error: 'struct _zend_ini_entry' has no member named 'stack'
/Users/karsten/xdebug/xdebug.c:334: error: 'struct _zend_ini_entry' has no member named 'level'
/Users/karsten/xdebug/xdebug.c:335: error: 'struct _zend_ini_entry' has no member named 'do_trace'
/Users/karsten/xdebug/xdebug.c:336: error: 'struct _zend_ini_entry' has no member named 'trace_file'
/Users/karsten/xdebug/xdebug.c:337: error: 'struct _zend_ini_entry' has no member named 'do_code_coverage'
/Users/karsten/xdebug/xdebug.c:338: error: 'struct _zend_ini_entry' has no member named 'breakpoint_count'
/Users/karsten/xdebug/xdebug.c:339: error: 'struct _zend_ini_entry' has no member named 'ide_key'
/Users/karsten/xdebug/xdebug.c:341: error: 'struct _zend_ini_entry' has no member named 'server'
/Users/karsten/xdebug/xdebug.c:341: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:342: error: 'struct _zend_ini_entry' has no member named 'get'
/Users/karsten/xdebug/xdebug.c:342: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:343: error: 'struct _zend_ini_entry' has no member named 'post'
/Users/karsten/xdebug/xdebug.c:343: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:344: error: 'struct _zend_ini_entry' has no member named 'cookie'
/Users/karsten/xdebug/xdebug.c:344: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:345: error: 'struct _zend_ini_entry' has no member named 'files'
/Users/karsten/xdebug/xdebug.c:345: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:346: error: 'struct _zend_ini_entry' has no member named 'env'
/Users/karsten/xdebug/xdebug.c:346: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:347: error: 'struct _zend_ini_entry' has no member named 'request'
/Users/karsten/xdebug/xdebug.c:347: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:348: error: 'struct _zend_ini_entry' has no member named 'session'
/Users/karsten/xdebug/xdebug.c:348: warning: passing argument 1 of 'xdebug_llist_init' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c: At top level:
/Users/karsten/xdebug/xdebug.c:351: error: parse error before '
' token
/Users/karsten/xdebug/xdebug.c: In function 'php_xdebug_shutdown_globals':
/Users/karsten/xdebug/xdebug.c:353: error: 'xg' undeclared (first use in this function)
/Users/karsten/xdebug/xdebug.c:353: error: 'struct _zend_ini_entry' has no member named 'server'
/Users/karsten/xdebug/xdebug.c:353: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:354: error: 'struct _zend_ini_entry' has no member named 'get'
/Users/karsten/xdebug/xdebug.c:354: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:355: error: 'struct _zend_ini_entry' has no member named 'post'
/Users/karsten/xdebug/xdebug.c:355: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:356: error: 'struct _zend_ini_entry' has no member named 'cookie'
/Users/karsten/xdebug/xdebug.c:356: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:357: error: 'struct _zend_ini_entry' has no member named 'files'
/Users/karsten/xdebug/xdebug.c:357: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:358: error: 'struct _zend_ini_entry' has no member named 'env'
/Users/karsten/xdebug/xdebug.c:358: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:359: error: 'struct _zend_ini_entry' has no member named 'request'
/Users/karsten/xdebug/xdebug.c:359: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:360: error: 'struct _zend_ini_entry' has no member named 'session'
/Users/karsten/xdebug/xdebug.c:360: warning: passing argument 1 of 'xdebug_llist_empty' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_jmp_handler':
/Users/karsten/xdebug/xdebug.c:504: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_jmpz_handler':
/Users/karsten/xdebug/xdebug.c:505: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_is_identical_handler':
/Users/karsten/xdebug/xdebug.c:506: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_is_not_identical_handler':
/Users/karsten/xdebug/xdebug.c:507: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_is_equal_handler':
/Users/karsten/xdebug/xdebug.c:508: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_is_not_equal_handler':
/Users/karsten/xdebug/xdebug.c:509: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_is_smaller_handler':
/Users/karsten/xdebug/xdebug.c:510: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_is_smaller_or_equal_handler':
/Users/karsten/xdebug/xdebug.c:511: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_assign_handler':
/Users/karsten/xdebug/xdebug.c:512: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_assign_dim_handler':
/Users/karsten/xdebug/xdebug.c:513: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_add_array_element_handler':
/Users/karsten/xdebug/xdebug.c:514: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_return_handler':
/Users/karsten/xdebug/xdebug.c:515: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_ext_stmt_handler':
/Users/karsten/xdebug/xdebug.c:516: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_raise_abstract_error_handler':
/Users/karsten/xdebug/xdebug.c:517: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_send_var_handler':
/Users/karsten/xdebug/xdebug.c:518: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_send_var_no_ref_handler':
/Users/karsten/xdebug/xdebug.c:519: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_send_val_handler':
/Users/karsten/xdebug/xdebug.c:520: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_new_handler':
/Users/karsten/xdebug/xdebug.c:521: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_ext_fcall_begin_handler':
/Users/karsten/xdebug/xdebug.c:522: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_catch_handler':
/Users/karsten/xdebug/xdebug.c:523: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_bool_handler':
/Users/karsten/xdebug/xdebug.c:524: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_add_string_handler':
/Users/karsten/xdebug/xdebug.c:525: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_init_array_handler':
/Users/karsten/xdebug/xdebug.c:526: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_fetch_obj_r_handler':
/Users/karsten/xdebug/xdebug.c:527: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_fetch_obj_w_handler':
/Users/karsten/xdebug/xdebug.c:528: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_fetch_dim_r_handler':
/Users/karsten/xdebug/xdebug.c:529: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_fetch_obj_func_arg_handler':
/Users/karsten/xdebug/xdebug.c:530: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_fetch_dim_func_arg_handler':
/Users/karsten/xdebug/xdebug.c:531: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_fetch_class_handler':
/Users/karsten/xdebug/xdebug.c:532: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_fetch_constant_handler':
/Users/karsten/xdebug/xdebug.c:533: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_concat_handler':
/Users/karsten/xdebug/xdebug.c:534: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'zm_startup_xdebug':
/Users/karsten/xdebug/xdebug.c:550: error: request for member 'aggr_calls' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:550: warning: passing argument 1 of '_zend_hash_init_ex' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:613: error: request for member 'breakpoint_count' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'zm_shutdown_xdebug':
/Users/karsten/xdebug/xdebug.c:620: error: request for member 'profiler_aggregate' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:630: error: request for member 'aggr_calls' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:630: warning: passing argument 1 of 'zend_hash_destroy' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c: In function 'zm_activate_xdebug':
/Users/karsten/xdebug/xdebug.c:711: error: request for member 'no_exec' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:712: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:713: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:714: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:715: error: request for member 'code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:716: error: request for member 'code_coverage_op_array_cache' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:717: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:718: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:719: error: request for member 'tracefile_name' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:720: error: request for member 'profile_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:721: error: request for member 'profile_filename' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:722: error: request for member 'prev_memory' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:723: error: request for member 'function_count' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:724: error: request for member 'active_symbol_table' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:725: error: request for member 'last_exception_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:728: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:729: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:731: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:749: error: request for member 'no_exec' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:753: error: request for member 'extended_info' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:755: error: request for member 'default_enable' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:762: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:763: error: request for member 'profiler_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:764: error: request for member 'breakpoints_allowed' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:765: error: request for member 'auto_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:765: error: request for member 'trace_output_dir' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:765: error: request for member 'trace_output_dir' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:765: warning: passing argument 1 of 'strlen' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:768: error: request for member 'trace_options' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:768: warning: passing argument 2 of 'xdebug_start_trace' makes integer from pointer without a cast
/Users/karsten/xdebug/xdebug.c:772: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:772: error: request for member 'program_name' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:773: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:773: error: request for member 'list' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:773: error: request for member 'last_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:774: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:774: error: request for member 'list' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:774: error: request for member 'last_line' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:775: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:775: error: request for member 'do_break' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:776: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:776: error: request for member 'do_step' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:777: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:777: error: request for member 'do_next' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:778: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:778: error: request for member 'do_finish' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:781: error: request for member 'dumped' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:784: error: request for member 'start_time' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:788: error: request for member 'orig_var_dump_func' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:793: error: request for member 'orig_set_time_limit_func' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'zm_post_zend_deactivate_xdebug':
/Users/karsten/xdebug/xdebug.c:810: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:811: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:811: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:811: error: 'struct _zend_ini_entry' has no member named 'remote_deinit'
/Users/karsten/xdebug/xdebug.c:811: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:811: error: called object '&<erroneous-expression>' is not a function
/Users/karsten/xdebug/xdebug.c:812: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:812: error: request for member 'socket' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:812: warning: passing argument 1 of 'xdebug_close_socket' makes integer from pointer without a cast
/Users/karsten/xdebug/xdebug.c:814: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:814: error: request for member 'program_name' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:815: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:815: error: request for member 'program_name' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:818: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:818: warning: passing argument 1 of 'xdebug_llist_destroy' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:819: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:821: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:821: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:825: error: request for member 'profile_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:826: error: request for member 'profile_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:826: warning: passing argument 1 of 'fclose' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:829: error: request for member 'profile_filename' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:830: error: request for member 'profile_filename' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:833: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:834: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:835: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:838: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:839: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:840: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:842: error: request for member 'code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:842: warning: passing argument 1 of 'xdebug_hash_destroy' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:843: error: request for member 'code_coverage_op_array_cache' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:843: warning: passing argument 1 of 'xdebug_hash_destroy' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:845: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:845: error: request for member 'list' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:845: error: request for member 'last_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:846: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:846: error: request for member 'list' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:846: error: request for member 'last_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:849: error: request for member 'last_exception_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:850: error: request for member 'last_exception_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:855: error: request for member 'orig_var_dump_func' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:857: error: request for member 'orig_set_time_limit_func' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_build_fname':
/Users/karsten/xdebug/xdebug.c:894: error: used union type value where scalar is required
/Users/karsten/xdebug/xdebug.c:909: error: incompatible type for argument 1 of 'strdup'
/Users/karsten/xdebug/xdebug.c:911: error: invalid operands to binary &&
/Users/karsten/xdebug/xdebug.c:913: error: incompatible type for argument 1 of 'strdup'
/Users/karsten/xdebug/xdebug.c:918: error: incompatible type for argument 1 of 'strdup'
/Users/karsten/xdebug/xdebug.c: In function 'trace_function_begin':
/Users/karsten/xdebug/xdebug.c:946: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:946: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:948: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:948: warning: passing argument 1 of 'fprintf' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:949: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:949: warning: passing argument 1 of 'fclose' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:950: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:952: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:952: warning: passing argument 1 of 'fflush' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c: In function 'trace_function_end':
/Users/karsten/xdebug/xdebug.c:960: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:960: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:962: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:962: warning: passing argument 1 of 'fprintf' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:963: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:963: warning: passing argument 1 of 'fclose' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:964: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:966: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:966: warning: passing argument 1 of 'fflush' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c: In function 'add_stack_frame':
/Users/karsten/xdebug/xdebug.c:985: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:999: error: request for member 'function_count' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:999: error: wrong type argument to increment
/Users/karsten/xdebug/xdebug.c:1002: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1002: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1006: error: invalid operands to binary &&
/Users/karsten/xdebug/xdebug.c:1008: error: incompatible type for argument 1 of 'strcmp'
/Users/karsten/xdebug/xdebug.c:1009: error: incompatible type for argument 1 of 'strcmp'
/Users/karsten/xdebug/xdebug.c:1010: error: incompatible type for argument 1 of 'strcmp'
/Users/karsten/xdebug/xdebug.c:1011: error: incompatible type for argument 1 of 'strcmp'
/Users/karsten/xdebug/xdebug.c:1013: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1013: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1013: error: 'struct _zend_ini_entry' has no member named 'ptr'
/Users/karsten/xdebug/xdebug.c:1013: error: 'struct _zend_ini_entry' has no member named 'filename'
/Users/karsten/xdebug/xdebug.c:1013: warning: passing argument 1 of 'strdup' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1016: error: request for member 'function_count' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1016: error: wrong type argument to increment
/Users/karsten/xdebug/xdebug.c:1023: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1023: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1023: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1023: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1023: error: 'struct _zend_ini_entry' has no member named 'ptr'
/Users/karsten/xdebug/xdebug.c:1024: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1024: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1024: error: 'struct _zend_ini_entry' has no member named 'ptr'
/Users/karsten/xdebug/xdebug.c:1024: error: 'struct _zend_ini_entry' has no member named 'filename'
/Users/karsten/xdebug/xdebug.c:1024: warning: passing argument 1 of 'strdup' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1027: error: request for member 'prev_memory' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1029: error: request for member 'prev_memory' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1055: error: request for member 'collect_includes' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1066: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1066: error: request for member 'collect_params' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1066: error: request for member 'collect_vars' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1101: error: used union type value where scalar is required
/Users/karsten/xdebug/xdebug.c:1102: error: incompatible type for argument 1 of 'strdup'
/Users/karsten/xdebug/xdebug.c:1106: error: request for member 'collect_params' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1122: error: used union type value where scalar is required
/Users/karsten/xdebug/xdebug.c:1123: error: incompatible type for argument 1 of 'strdup'
/Users/karsten/xdebug/xdebug.c:1133: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1137: error: request for member 'profiler_aggregate' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1143: error: request for member 'aggr_calls' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1143: warning: passing argument 1 of 'zend_hash_find' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1159: error: request for member 'aggr_calls' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1159: warning: passing argument 1 of '_zend_hash_add_or_update' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1163: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1163: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1164: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1164: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1164: error: 'struct _zend_ini_entry' has no member named 'ptr'
/Users/karsten/xdebug/xdebug.c:1166: error: request for member 'profiler_aggregate' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1180: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1180: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1180: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1180: warning: passing argument 1 of 'xdebug_llist_insert_next' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1180: warning: passing argument 2 of 'xdebug_llist_insert_next' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1182: error: request for member 'profiler_aggregate' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'add_used_variables':
/Users/karsten/xdebug/xdebug.c:1214: error: incompatible types in assignment
/Users/karsten/xdebug/xdebug.c:1218: error: incompatible types in assignment
/Users/karsten/xdebug/xdebug.c: In function 'handle_breakpoints':
/Users/karsten/xdebug/xdebug.c:1284: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1284: error: request for member 'function_breakpoints' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1284: warning: passing argument 1 of 'xdebug_hash_extended_find' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1290: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1290: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1290: error: 'struct _zend_ini_entry' has no member named 'remote_breakpoint'
/Users/karsten/xdebug/xdebug.c:1290: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1290: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1290: error: called object '&<erroneous-expression>' is not a function
/Users/karsten/xdebug/xdebug.c:1294: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1294: error: request for member 'do_break' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1304: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1304: error: request for member 'class_breakpoints' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1304: warning: passing argument 1 of 'xdebug_hash_extended_find' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1309: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1309: error: request for member 'do_break' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_execute':
/Users/karsten/xdebug/xdebug.c:1324: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1324: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1330: error: request for member 'no_exec' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1330: warning: comparison between pointer and integer
/Users/karsten/xdebug/xdebug.c:1335: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1335: error: request for member 'program_name' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1336: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1336: error: request for member 'program_name' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1339: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1353: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1354: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1356: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1364: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1365: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1367: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1370: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1370: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1370: error: invalid operands to binary &&
/Users/karsten/xdebug/xdebug.c:1371: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1371: error: request for member 'ide_key' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1371: warning: passing argument 1 of 'strlen' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1371: warning: passing argument 3 of 'php_setcookie' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1398: error: request for member 'remote_autostart' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1399: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1400: error: request for member 'remote_enable' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1401: error: request for member 'remote_mode' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1401: warning: comparison between pointer and integer
/Users/karsten/xdebug/xdebug.c:1404: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1404: error: request for member 'socket' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1404: error: request for member 'remote_host' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1404: error: request for member 'remote_port' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1404: warning: passing argument 1 of 'xdebug_create_socket' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1404: warning: passing argument 2 of 'xdebug_create_socket' makes integer from pointer without a cast
/Users/karsten/xdebug/xdebug.c:1405: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1405: error: request for member 'socket' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1406: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1409: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1409: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1409: error: request for member 'remote_handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1409: warning: passing argument 1 of 'xdebug_handler_get' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1410: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1410: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1411: error: request for member 'remote_handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1412: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1413: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1413: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1413: error: 'struct _zend_ini_entry' has no member named 'remote_init'
/Users/karsten/xdebug/xdebug.c:1413: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1413: error: called object '&<erroneous-expression>' is not a function
/Users/karsten/xdebug/xdebug.c:1415: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1429: error: request for member 'profiler_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1431: error: request for member 'profiler_enable' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1434: error: request for member 'profiler_enable_trigger' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1451: error: request for member 'profiler_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1456: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1456: error: wrong type argument to increment
/Users/karsten/xdebug/xdebug.c:1457: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1457: error: request for member 'max_nesting_level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1458: error: request for member 'max_nesting_level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1463: error: request for member 'function_count' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1469: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1469: error: request for member 'collect_vars' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1469: error: request for member 'show_local_vars' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1476: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1476: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1485: error: request for member 'do_code_coverage' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1485: error: request for member 'code_coverage_unused' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1492: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1492: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1492: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1492: error: 'struct _zend_ini_entry' has no member named 'register_eval_id'
/Users/karsten/xdebug/xdebug.c:1493: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1493: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1493: error: 'struct _zend_ini_entry' has no member named 'register_eval_id'
/Users/karsten/xdebug/xdebug.c:1493: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1493: error: called object '&<erroneous-expression>' is not a function
/Users/karsten/xdebug/xdebug.c:1497: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1497: error: request for member 'breakpoints_allowed' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1499: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1503: error: request for member 'profiler_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1508: error: request for member 'profiler_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1515: error: request for member 'collect_return' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1515: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1515: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1518: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1518: warning: passing argument 1 of 'fprintf' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1519: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1519: warning: passing argument 1 of 'fflush' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1525: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1525: error: request for member 'breakpoints_allowed' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1527: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1532: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1532: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1532: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1532: error: 'struct _zend_ini_entry' has no member named 'unregister_eval_id'
/Users/karsten/xdebug/xdebug.c:1533: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1533: error: request for member 'handler' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1533: error: 'struct _zend_ini_entry' has no member named 'unregister_eval_id'
/Users/karsten/xdebug/xdebug.c:1533: error: request for member 'context' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1533: error: called object '&<erroneous-expression>' is not a function
/Users/karsten/xdebug/xdebug.c:1538: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1538: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1538: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1538: warning: passing argument 1 of 'xdebug_llist_remove' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1538: warning: passing argument 2 of 'xdebug_llist_remove' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1539: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1539: error: wrong type argument to decrement
/Users/karsten/xdebug/xdebug.c: In function 'xdebug_execute_internal':
/Users/karsten/xdebug/xdebug.c:1547: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1547: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1550: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1550: error: wrong type argument to increment
/Users/karsten/xdebug/xdebug.c:1551: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1551: error: request for member 'max_nesting_level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1552: error: request for member 'max_nesting_level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1557: error: request for member 'function_count' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1561: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1561: error: request for member 'breakpoints_allowed' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1563: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1567: error: request for member 'profiler_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1572: error: request for member 'profiler_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1579: error: request for member 'collect_return' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1579: error: request for member 'do_trace' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1579: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1584: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1584: warning: passing argument 1 of 'fprintf' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1585: error: request for member 'trace_file' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1585: warning: passing argument 1 of 'fflush' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1591: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1591: error: request for member 'breakpoints_allowed' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1593: error: request for member 'remote_enabled' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1597: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1597: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1597: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1597: warning: passing argument 1 of 'xdebug_llist_remove' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1597: warning: passing argument 2 of 'xdebug_llist_remove' from incompatible pointer type
/Users/karsten/xdebug/xdebug.c:1598: error: request for member 'level' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1598: error: wrong type argument to decrement
/Users/karsten/xdebug/xdebug.c: In function 'dump_used_var_with_contents':
/Users/karsten/xdebug/xdebug.c:1661: error: request for member 'active_symbol_table' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1662: error: request for member 'active_symbol_table' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1664: error: request for member 'active_symbol_table' in something not a structure or union
/Users/karsten/xdebug/xdebug.c: In function 'log_stack':
/Users/karsten/xdebug/xdebug.c:1707: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1707: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1707: error: 'struct _zend_ini_entry' has no member named 'size'
/Users/karsten/xdebug/xdebug.c:1710: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1710: error: 'struct _zend_ini_entry' has no member named 'head'
/Users/karsten/xdebug/xdebug.c: In function 'get_printable_stack':
/Users/karsten/xdebug/xdebug.c:1769: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1769: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1769: error: 'struct _zend_ini_entry' has no member named 'size'
/Users/karsten/xdebug/xdebug.c:1770: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1770: error: 'struct _zend_ini_entry' has no member named 'head'
/Users/karsten/xdebug/xdebug.c:1770: error: 'struct _zend_ini_entry' has no member named 'ptr'
/Users/karsten/xdebug/xdebug.c:1774: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1774: error: 'struct _zend_ini_entry' has no member named 'head'
/Users/karsten/xdebug/xdebug.c:1784: error: request for member 'start_time' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1784: error: invalid operands to binary -
/Users/karsten/xdebug/xdebug.c:1790: error: request for member 'start_time' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1790: error: invalid operands to binary -
/Users/karsten/xdebug/xdebug.c:1808: error: request for member 'collect_params' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1808: warning: comparison between pointer and integer
/Users/karsten/xdebug/xdebug.c:1821: error: request for member 'collect_params' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1837: error: request for member 'collect_params' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1871: error: request for member 'dump_globals' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1871: error: request for member 'dump_once' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1871: error: request for member 'dumped' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1877: error: request for member 'dumped' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1880: error: request for member 'show_local_vars' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1880: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1880: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1880: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1881: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1881: error: 'struct _zend_ini_entry' has no member named 'size'
/Users/karsten/xdebug/xdebug.c:1883: error: request for member 'stack' in something not a structure or union
/Users/karsten/xdebug/xdebug.c:1883: error: 'struct _zend_ini_entry' has no member named 'tail'
/Users/karsten/xdebug/xdebug.c:1883: error: 'struct _zend_ini_entry' has no member named 'ptr'
/Users/karsten/xdebug/xdebug.c:1884: error: request for member 'stack' in something not a

derick

2007-07-14 14:09

administrator   ~0000691

PHP 6 is just not supported yet. I'll have a look at it when it becomes more stable.

k-fish

2007-07-14 20:54

reporter   ~0000696

Since we are already developing on PHP6 (because we want Unicode the right way), and we'd love to have code coverage reports with PHPUnit - is there any way you can estimate when that will be?

Thanks, Karsten

derick

2007-08-28 21:39

administrator   ~0000720

I started working on this now, need it myself ;-)

k-fish

2007-10-15 12:16

reporter   ~0000739

Hi, the last comment looks promising... But we have October now, and current CVS looks pretty much as con-compiling as before. :( Any news on the topic? Thanks!

k-fish

2007-10-15 12:23

reporter   ~0000740

Addendum to my last comment: I tried compiling against PHP6 as of 2007-10-14 14:30. Here is the phpize output:

PHP Api Version: 20070116
Zend Module Api No: 20070729
Zend Extension Api No: 320070729

derick

2007-10-16 14:55

administrator   ~0000741

It's a lot of work - be patient :)

k-fish

2008-01-28 23:24

reporter   ~0000826

We are - for the time being - back to PHP5. Anyway, let us know when it works... :)

derick

2011-01-03 09:33

administrator   ~0001629

No more PHP 6.

Issue History

Date Modified Username Field Change
2007-07-12 12:45 k-fish New Issue
2007-07-12 13:23 k-fish Note Added: 0000690
2007-07-14 14:09 derick Note Added: 0000691
2007-07-14 14:09 derick Category Installation => Feature/Change request
2007-07-14 20:54 k-fish Note Added: 0000696
2007-08-28 21:39 derick Note Added: 0000720
2007-10-15 12:16 k-fish Note Added: 0000739
2007-10-15 12:23 k-fish Note Added: 0000740
2007-10-16 14:55 derick Note Added: 0000741
2008-01-28 23:24 k-fish Note Added: 0000826
2011-01-03 09:33 derick Note Added: 0001629
2011-01-03 09:33 derick Status new => resolved
2011-01-03 09:33 derick Resolution open => won't fix
2011-01-03 09:33 derick Assigned To => derick
2020-03-12 16:55 derick Severity block => feature
2020-03-12 17:16 derick Category Feature/Change request => Uncategorized