ID: 24210 Updated by: [EMAIL PROTECTED] Reported By: admin at the66 dot org -Status: Open +Status: Closed Bug Type: *Configuration Issues Operating System: Redhat 7.2 PHP Version: 4CVS-2003-06-16 (stable) New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-06-16 15:11:04] admin at the66 dot org Description: ------------ you should modify your config.m4 for correct detecting pressence of assume_default_colors() diff follows.. --- config.m4 Mon Jun 16 21:44:28 2003 +++ config.m4.new Mon Jun 16 21:49:57 2003 @@ -56,7 +56,7 @@ AC_CHECK_LIB($LIBNAME, color_set, [AC_DEFINE(HAVE_NCURSES_COLOR_SET, 1, [ ])]) AC_CHECK_LIB($LIBNAME, slk_color, [AC_DEFINE(HAVE_NCURSES_SLK_COLOR, 1, [ ])]) - AC_CHECK_LIB($LIBNAME, asume_default_colors, [AC_DEFINE(HAVE_NCURSES_ASSUME_DEFAULT_COLORS, 1, [ ])]) + AC_CHECK_LIB($LIBNAME, assume_default_colors, [AC_DEFINE(HAVE_NCURSES_ASSUME_DEFAULT_COLORS, 1, [ ])]) AC_CHECK_LIB($LIBNAME, use_extended_names, [AC_DEFINE(HAVE_NCURSES_USE_EXTENDED_NAMES, 1, [ ])]) PHP_NEW_EXTENSION(ncurses, ncurses.c ncurses_fe.c ncurses_functions.c, $ext_shared, cli) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24210&edit=1
