<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.andreas-duffner.de/index.php?action=history&amp;feed=atom&amp;title=Install_ncurses_for_php_on_Debian</id>
	<title>Install ncurses for php on Debian - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.andreas-duffner.de/index.php?action=history&amp;feed=atom&amp;title=Install_ncurses_for_php_on_Debian"/>
	<link rel="alternate" type="text/html" href="http://wiki.andreas-duffner.de/index.php?title=Install_ncurses_for_php_on_Debian&amp;action=history"/>
	<updated>2026-04-07T18:47:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>http://wiki.andreas-duffner.de/index.php?title=Install_ncurses_for_php_on_Debian&amp;diff=104&amp;oldid=prev</id>
		<title>Andreas: Created page with &quot;== Check for installation == Check for ncurses with:   php -m | grep -i curs  If you get &quot;ncurses&quot; you are done.  == Install ==  === install files ===  Otherwise you need  * p...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.andreas-duffner.de/index.php?title=Install_ncurses_for_php_on_Debian&amp;diff=104&amp;oldid=prev"/>
		<updated>2016-02-16T11:35:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Check for installation == Check for ncurses with:   php -m | grep -i curs  If you get &amp;quot;ncurses&amp;quot; you are done.  == Install ==  === install files ===  Otherwise you need  * p...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Check for installation ==&lt;br /&gt;
Check for ncurses with:&lt;br /&gt;
  php -m | grep -i curs&lt;br /&gt;
&lt;br /&gt;
If you get &amp;quot;ncurses&amp;quot; you are done.&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
&lt;br /&gt;
=== install files ===&lt;br /&gt;
&lt;br /&gt;
Otherwise you need &lt;br /&gt;
* php5-dev for phpize&lt;br /&gt;
* libncursesw5-dev for wide char support&lt;br /&gt;
* php-pear for pecl&lt;br /&gt;
 apt-get install php5-dev libncursesw5-dev php-pear&lt;br /&gt;
&lt;br /&gt;
Ncurses for php is a pecl lib:&lt;br /&gt;
 pecl install ncurses&lt;br /&gt;
&lt;br /&gt;
=== update php.ini ===&lt;br /&gt;
&lt;br /&gt;
Make ncurses lib known to php, search for &amp;quot;Dynamic Extensions&amp;quot;:&lt;br /&gt;
 #/etc/php5/cli/php.ini&lt;br /&gt;
 extension=ncurses.so&lt;br /&gt;
&lt;br /&gt;
Reload the ini&lt;br /&gt;
 /etc/init.d/apache reload&lt;br /&gt;
&lt;br /&gt;
=== test ===&lt;br /&gt;
&lt;br /&gt;
try ncurses with a minimal program:&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 ncurses_init();&lt;br /&gt;
 ncurses_end();&lt;br /&gt;
&lt;br /&gt;
If you get no error, you are done.&lt;/div&gt;</summary>
		<author><name>Andreas</name></author>
	</entry>
</feed>