Procházet zdrojové kódy

* Change message for phpinfo()

tags/v0.99.beta17
Nicolas Vion nico před 17 roky
rodič
revize
c405f3505d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      caca-php/php_caca.c

+ 2
- 2
caca-php/php_caca.c Zobrazit soubor

@@ -183,10 +183,10 @@ PHP_MINFO_FUNCTION(caca) {
php_info_print_table_start();
php_info_print_table_row(2, "Caca library version", caca_get_version());
#ifdef HAVE_GD
php_info_print_table_row(2, "Compiled with gd support", "YES");
php_info_print_table_row(2, "Gd support", "enabled");
php_info_print_table_row(2, "Gd API version", GD_VERSION_STRING);
#else
php_info_print_table_row(2, "Compiled with gd support", "NO");
php_info_print_table_row(2, "Compiled with gd support", "disabled");
#endif
php_info_print_table_end();
}


Načítá se…
Zrušit
Uložit