Skip to content

Commit

Permalink
php8, 9583ecb: regenerate ice sources [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice Framework committed Mar 26, 2021
1 parent 9583ecb commit 8cc573a
Show file tree
Hide file tree
Showing 258 changed files with 6,550 additions and 4,026 deletions.
19 changes: 6 additions & 13 deletions build/php8/ice.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,12 @@ static PHP_MINFO_FUNCTION(ice)
php_info_print_table_row(2, "Powered by Zephir", "Version " PHP_ICE_ZEPVERSION);
php_info_print_table_end();
php_info_print_table_start();
php_info_print_table_row(2, "Website", "http://www.iceframework.org");
php_info_print_table_row(2, "Email", "info@iceframework.org");
php_info_print_table_row(2, "FreeNode", "#iceframework");
php_info_print_table_row(2, "Twitter, Packagist", "iceframework");
php_info_print_table_row(2, "GitHub", "ice");
php_info_print_table_row(2, "homepage", "https://www.iceframework.org");
php_info_print_table_row(2, "email", "info@iceframework.org");
php_info_print_table_row(2, "freenode", "#iceframework");
php_info_print_table_row(2, "twitter", "iceframework");
php_info_print_table_row(2, "packagist", "iceframework");
php_info_print_table_row(2, "github", "ice");
php_info_print_table_end();

DISPLAY_INI_ENTRIES();
Expand All @@ -382,18 +383,10 @@ static PHP_GSHUTDOWN_FUNCTION(ice)

PHP_FUNCTION(g_ice__t);
ZEND_BEGIN_ARG_INFO_EX(arginfo_g_ice__t, 0, 0, 1)
#if PHP_VERSION_ID >= 70200
ZEND_ARG_TYPE_INFO(0, str, IS_STRING, 0)
#else
ZEND_ARG_INFO(0, str)
#endif
ZEND_ARG_ARRAY_INFO(0, values, 1)
ZEND_ARG_INFO(0, context)
#if PHP_VERSION_ID >= 70200
ZEND_ARG_TYPE_INFO(0, lang, IS_STRING, 1)
#else
ZEND_ARG_INFO(0, lang)
#endif
ZEND_END_ARG_INFO()


Expand Down
Loading

0 comments on commit 8cc573a

Please sign in to comment.