PHP Doku:: Ncurses Terminal Screen Control - book.ncurses.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzEingabezeilenspezifische ErweiterungenNcurses Terminal Screen Control

Ein Service von Reinhard Neidl - Webprogrammierung.

Eingabezeilenspezifische Erweiterungen

<<newt_win_ternary

Einführung>>


UnterSeiten:

Ncurses Terminal Screen Control


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
tom dot setliff at gmail dot com
17.09.2009 21:36
I am using php 5.2.9 on FC9 and had issues with ncurses_init() not being defined when I ran a simple script after installing with pecl.  Adding
extension ncurses.so
to my php.ini file resolved this issue. Also when installing with pecl I had some issues, they were resolved by using yum to install additional packages:
yum install ncurses-devel php-pear.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)