Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25491 invoked by uid 1010); 2 May 2004 18:11:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25432 invoked from network); 2 May 2004 18:11:29 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by pb1.pair.com with SMTP; 2 May 2004 18:11:29 -0000 Received: (qmail 22517 invoked by uid 65534); 2 May 2004 18:11:28 -0000 Received: from p508407CA.dip0.t-ipconnect.de (EHLO p508407ca.dip0.t-ipconnect.de) (80.132.7.202) by mail.gmx.net (mp013) with SMTP; 02 May 2004 20:11:28 +0200 X-Authenticated: #3444402 To: internals@lists.php.net Date: Sun, 2 May 2004 18:31:08 +0200 User-Agent: KMail/1.6.2 Cc: phpdevel@echospace.com MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_MJSlAw1yRXzXglh" Message-ID: <200405021831.08258.holliwell@gmx.net> Subject: [PATCH] proto fixes pspell From: holliwell@gmx.net (Friedhelm Betz) --Boundary-00=_MJSlAw1yRXzXglh Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, attached patch fixes some protos for the pspell module (php-src/ext/pspell/pspell.c) Regards Friedhelm --Boundary-00=_MJSlAw1yRXzXglh Content-Type: text/plain; charset="utf-8"; name="pspell.c.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pspell.c.txt" Index: pspell.c =================================================================== RCS file: /repository/php-src/ext/pspell/pspell.c,v retrieving revision 1.43 diff -u -u -r1.43 pspell.c --- pspell.c 13 Feb 2004 02:20:20 -0000 1.43 +++ pspell.c 2 May 2004 16:14:35 -0000 @@ -718,7 +718,7 @@ } /* }}} */ -/* {{{ proto bool pspell_config_mode(int conf, long mode) +/* {{{ proto bool pspell_config_mode(int conf, int mode) Select mode for config (PSPELL_FAST, PSPELL_NORMAL or PSPELL_BAD_SPELLERS) */ PHP_FUNCTION(pspell_config_mode) { @@ -848,7 +848,7 @@ /* }}} */ /* {{{ proto bool pspell_config_dict_dir(int conf, string directory) - location of the main word list */ + Location of the main word list */ PHP_FUNCTION(pspell_config_dict_dir) { pspell_config_path(INTERNAL_FUNCTION_PARAM_PASSTHRU, "dict-dir"); --Boundary-00=_MJSlAw1yRXzXglh--