Skip to content

Instantly share code, notes, and snippets.

@debo
Created October 11, 2018 11:22
Show Gist options
  • Save debo/a0e203b3aff6c5d39817ae8089412e35 to your computer and use it in GitHub Desktop.
Save debo/a0e203b3aff6c5d39817ae8089412e35 to your computer and use it in GitHub Desktop.
configure: WARNING: unrecognized options: --with-mcrypt
configure: WARNING: ========================================================
configure: WARNING: Use of bundled libzip is deprecated and will be removed.
configure: WARNING: Some features such as encryption and bzip2 are not available.
configure: WARNING: Use system library and --with-libzip is recommended.
configure: WARNING: ========================================================
configure: WARNING: unrecognized options: --with-mcrypt
Configuring for:
PHP Api Version: 20170718
Zend Module Api No: 20170718
Zend Extension Api No: 320170718
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:147:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->collected,
^~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:150:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_before,
^~~~~~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:151:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_after,
^~~~~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:157:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->collected,
^~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:160:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_before,
^~~~~~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:161:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_after,
^~~~~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:168:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->collected,
^~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:171:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_before,
^~~~~~~~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_gc_stats.c:172:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_after,
^~~~~~~~~~~~~~~~~
9 warnings generated.
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_handler_dbgp.c:913:21: warning: incompatible pointer types initializing 'jmp_buf *' (aka 'int (*)[37]') with an expression of type 'sigjmp_buf *' (aka 'int (*)[38]') [-Wincompatible-pointer-types]
jmp_buf *original_bailout = EG(bailout);
^ ~~~~~~~~~~~
/var/tmp/php-build/source/xdebug-2.6.1/xdebug_handler_dbgp.c:944:14: warning: incompatible pointer types assigning to 'sigjmp_buf *' (aka 'int (*)[38]') from 'jmp_buf *' (aka 'int (*)[37]') [-Wincompatible-pointer-types]
EG(bailout) = original_bailout;
^ ~~~~~~~~~~~~~~~~
2 warnings generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment