You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/root/softwares/php-beast/beast.c: In function 'segmentfault_deadlock_fix':
/root/softwares/php-beast/beast.c:1058:10: warning: assignment makes pointer from integer without a cast [enabled by default]
info = backtrace_symbols(array, (int)size);
^
/root/softwares/php-beast/beast.c: In function 'zif_beast_file_expire':
/root/softwares/php-beast/beast.c:1438:16: warning: assignment from incompatible pointer type [enabled by default]
string = php_format_date(format, strlen(format), expire, 1 TSRMLS_CC);
^
The text was updated successfully, but these errors were encountered:
/root/softwares/php-beast/beast.c: In function 'segmentfault_deadlock_fix':
/root/softwares/php-beast/beast.c:1058:10: warning: assignment makes pointer from integer without a cast [enabled by default]
info = backtrace_symbols(array, (int)size);
^
/root/softwares/php-beast/beast.c: In function 'zif_beast_file_expire':
/root/softwares/php-beast/beast.c:1438:16: warning: assignment from incompatible pointer type [enabled by default]
string = php_format_date(format, strlen(format), expire, 1 TSRMLS_CC);
^
The text was updated successfully, but these errors were encountered: