|
|
| |
1. Unknown function: ncurses_init() |
|
Reply |
|
|
 Are Vinje | 2007-02-13 07:58:50 |
I am using PHP Version 5.1.4, but I am getting "Fatal error: Unknown function: ncurses_init()".
It is my understanding the ncurses functions are part of PHP V5, but they are considered experimental.
Anybody have some pointers for me?
|
| |
2. Re: Unknown function: ncurses_init() |
|
Reply |
|
|
 John Smith | 2007-07-09 17:48:33 - In reply to message 1 from Are Vinje |
ncurses functions are part of PHP V5 ?? That depends on what platform and how you compiled PHP. On FreeBSD systems, the ncurses are seperate php-extensions.
Your error plainly indicates nCurses has not been compiled into your PHP build.
|
|