Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12996 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63720 invoked by uid 1010); 26 Sep 2004 13:52:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63696 invoked from network); 26 Sep 2004 13:52:38 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.247) by pb1.pair.com with SMTP; 26 Sep 2004 13:52:38 -0000 Received: by mproxy.gmail.com with SMTP id w67so214485cwb for ; Sun, 26 Sep 2004 06:52:38 -0700 (PDT) Received: by 10.11.119.54 with SMTP id r54mr5481cwc; Sun, 26 Sep 2004 06:52:38 -0700 (PDT) Received: by 10.11.117.13 with HTTP; Sun, 26 Sep 2004 06:52:38 -0700 (PDT) Message-ID: <4e89b42604092606526ab9c7cc@mail.gmail.com> Date: Sun, 26 Sep 2004 14:52:38 +0100 Reply-To: Wez Furlong To: Timm Friebe Cc: internals@lists.php.net In-Reply-To: <1096193618.321.2.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1096193618.321.2.camel@localhost> Subject: Re: [PHP-DEV] Readline compile failure From: kingwez@gmail.com (Wez Furlong) Committed; thanks! On Sun, 26 Sep 2004 12:13:38 +0200, Timm Friebe wrote: > Hi, > here's a patch that fixes the following: > > In file included from > /usr/home/thekid/devel/php/php/ext/readline/readline.c:28: > /usr/home/thekid/devel/php/php/ext/readline/php_readline.h:26: warning: > #warning Readline module will *NEVER* be thread-safe > /usr/home/thekid/devel/php/php/ext/readline/readline.c: In function > `_readline_completion_cb': > /usr/home/thekid/devel/php/php/ext/readline/readline.c:423: warning: > passing arg 1 of `completion_matches' discards qualifiers from pointer > target type > /usr/home/thekid/devel/php/php/ext/readline/readline.c: In function > `zif_readline_completion_function': > /usr/home/thekid/devel/php/php/ext/readline/readline.c:443: syntax error > before `char' > /usr/home/thekid/devel/php/php/ext/readline/readline.c:444: `name' > undeclared (first use in this function) > /usr/home/thekid/devel/php/php/ext/readline/readline.c:444: (Each > undeclared identifier is reported only once > /usr/home/thekid/devel/php/php/ext/readline/readline.c:444: for each > function it appears in.) > *** Error code 1 > > Stop in /usr/home/thekid/devel/php/php. > > - Timm > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > > >