php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9034 pspell .12 fails to compile
Submitted: 2001-01-31 10:54 UTC Modified: 2001-02-05 13:20 UTC
From: monte at ispi dot net Assigned: vlad (profile)
Status: Closed Package: Pspell related
PHP Version: 4.0 Latest CVS (31/01/2001) OS: Sun SPARC Solaris 7
Private report: No CVE-ID: None
 [2001-01-31 10:54 UTC] monte at ispi dot net
I think some backward compatiblity was broken in this release of pspell (.12)

Here is the output of make:

...snip...
make[2]: Entering directory `/export/projects/zend-php/php4/ext/pspell'
make[3]: Entering directory `/export/projects/zend-php/php4/ext/pspell'
/bin/sh /export/projects/zend-php/php4/libtool --silent --mode=compile gcc  -I. -I/export/projects/zend-php/php4/ext/pspell -I/export/projects/zend-php/php4/main -I/export/projects/zend-php/php4 -I/usr/local/etc/apache/include -I/export/projects/zend-php/php4/Zend -I/projects/compile/mck-3.2.0.4-solaris-sparc/c-api -I/usr/local/include -I/projects/compile/gd1.3 -I/export/projects/zend-php/php4/ext/mysql/libmysql -I/usr/local/include/pspell -I/export/projects/zend-php/php4/ext/xml/expat/xmltok -I/export/projects/zend-php/php4/ext/xml/expat/xmlparse -I/export/projects/zend-php/php4/TSRM  -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=270 -DMOD_SSL=206104 -DEAPI -DEAPI_MM -DUSE_EXPAT -DXML_BYTE_ORDER=21 -O  -c pspell.c
pspell.c: In function `php_if_pspell_check':
pspell.c:304: too few arguments to function `pspell_manager_check'
pspell.c: In function `php_if_pspell_suggest':
pspell.c:340: too few arguments to function `pspell_manager_suggest'
pspell.c: In function `php_if_pspell_store_replacement':
pspell.c:377: warning: passing arg 3 of `pspell_manager_store_replacement' makes integer from pointer without a cast
pspell.c:377: too few arguments to function `pspell_manager_store_replacement'
pspell.c: In function `php_if_pspell_add_to_personal':
pspell.c:414: too few arguments to function `pspell_manager_add_to_personal'
pspell.c: In function `php_if_pspell_add_to_session':
pspell.c:451: too few arguments to function `pspell_manager_add_to_session'
make[3]: *** [pspell.lo] Error 1
make[3]: Leaving directory `/export/projects/zend-php/php4/ext/pspell'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/projects/zend-php/php4/ext/pspell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/projects/zend-php/php4/ext'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-02 13:59 UTC] sniper@php.net
Fixed in CVS.

--Jani

 [2001-02-02 18:11 UTC] vlad@php.net
actually it didn't get fixed, and neither did bug 9062 (essentially duplicate). Looks trivial though. I'll look into it right now.
 [2001-02-02 18:49 UTC] vlad@php.net
well, I got it fixed, but I can't commit until someone with authority gives me enough karma :( Probably gotta wait till tomorrow.

Vlad

 [2001-02-05 13:19 UTC] vlad@php.net
well, I got it fixed, but I can't commit until someone with authority gives me enough karma :( Probably gotta wait till tomorrow.

Vlad

 [2001-02-05 13:20 UTC] vlad@php.net
fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 14:01:29 2024 UTC