]> git.pld-linux.org Git - packages/php-pecl-ncurses.git/blame - php-pecl-ncurses-php52.patch
- replaces old php-ncurses module
[packages/php-pecl-ncurses.git] / php-pecl-ncurses-php52.patch
CommitLineData
23ba2d47
JB
1--- ncurses-1.0.1/ncurses_fe.c.orig 1970-01-01 10:13:08.000000000 +0100
2+++ ncurses-1.0.1/ncurses_fe.c 2010-10-30 07:34:35.511734339 +0200
3@@ -25,7 +25,7 @@
4 #include "php_ini.h"
5 #include "php_ncurses.h"
6
7-#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 2) || PHP_MAJOR_VERSION > 5
8+#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 2) || PHP_MAJOR_VERSION > 5
9 # define NCURSES_ARGINFO
10 #else
11 # define NCURSES_ARGINFO static
This page took 0.028039 seconds and 4 git commands to generate.