php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18907 Error with the vpopmail support with PHP (parse error near void)
Submitted: 2002-08-14 16:04 UTC Modified: 2002-08-15 17:27 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: avenger at buynet dot com dot br Assigned:
Status: Closed Package: Compile Failure
PHP Version: CVS-2002-08-15-09:00 OS: slack linux 8.0
Private report: No CVE-ID: None
 [2002-08-14 16:04 UTC] avenger at buynet dot com dot br
make[3]: Entering directory `/usr/src/php4-STABLE-200208141200/ext/vpopmail'
/bin/sh /usr/src/php4-STABLE-200208141200/libtool --silent --mode=compile gcc  -I. -I/usr/src/php4-STABLE-200208141200/ext/vpopmail -I/usr/src/php4-STABLE-200208141200/main -I/usr/src/php4-STABLE-200208141200 -I/usr/httpd/include -I/usr/src/php4-STABLE-200208141200/Zend -I/usr/src/imap-2002.RC2/c-client -I/usr/mysqld/include/mysql -I/home/vpopmail/include -I/usr/src/php4-STABLE-200208141200/ext/xml/expat  -D_REENTRANT -I/usr/src/php4-STABLE-200208141200/TSRM -g -O2 -pthread -DZTS -prefer-pic  -c php_vpopmail.c
php_vpopmail.c: In function `zif_vpopmail_add_alias_domain':
php_vpopmail.c:265: parse error before `void'
make[3]: *** [php_vpopmail.lo] Error 1
make[3]: Leaving directory `/usr/src/php4-STABLE-200208141200/ext/vpopmail'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/php4-STABLE-200208141200/ext/vpopmail'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php4-STABLE-200208141200/ext'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-14 16:05 UTC] avenger at buynet dot com dot br
Compiled with:
./configure --enable-trans-sid --with-mysql=/usr/mysqld --prefix=/usr/httpd --with-apache2=../httpd-2.0.39/ --with-apxs2 --enable-versioning --with-vpopmail --with-imap=/usr/src/imap-2002.RC2 --with-imap-ssl
Thanks in advance,
 [2002-08-14 20:36 UTC] zeev@php.net
This bug has been fixed in CVS.

 In case this was a PHP problem, snapshots of the sources are packaged
 every three hours; this change will be in the next snapshot. You can grab
 the snapshot at http://snaps.php.net/.
 
 In case this was a documentation problem, the fix will show up soon at
 http://www.php.net/manual/.

 In case this was a PHP.net website problem, the change will show
 up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 [2002-08-15 16:35 UTC] avenger at buynet dot com dot br
I've downloaded php4-STABLE-200208150900;
it still have the same bug:
Making all in vpopmail
make[2]: Entering directory `/usr/src/php4-STABLE-200208150900/ext/vpopmail'
make[3]: Entering directory `/usr/src/php4-STABLE-200208150900/ext/vpopmail'
/bin/sh /usr/src/php4-STABLE-200208150900/libtool --silent --mode=compile gcc  -I. -I/usr/src/php4-STABLE-200208150900/ext/vpopmail -I/usr/src/php4-STABLE-200208150900/main -I/usr/src/php4-STABLE-200208150900 -I/usr/httpd/include -I/usr/src/php4-STABLE-200208150900/Zend -I/usr/src/imap-2002.RC2/c-client -I/usr/mysqld/include/mysql -I/home/vpopmail/include -I/usr/src/php4-STABLE-200208150900/ext/xml/expat  -D_REENTRANT -I/usr/src/php4-STABLE-200208150900/TSRM -g -O2 -pthread -DZTS -prefer-pic  -c php_vpopmail.c
php_vpopmail.c: In function `zif_vpopmail_add_alias_domain':
php_vpopmail.c:265: parse error before `void'
make[3]: *** [php_vpopmail.lo] Error 1
make[3]: Leaving directory `/usr/src/php4-STABLE-200208150900/ext/vpopmail'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/php4-STABLE-200208150900/ext/vpopmail'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/php4-STABLE-200208150900/ext'
make: *** [all-recursive] Error 1
 [2002-08-15 16:38 UTC] avenger at buynet dot com dot br
According to the last comment; it's still giving me back the bug.
 [2002-08-15 17:27 UTC] kalowsky@php.net
It's in the non-stable build.  Honest we fixed it :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 15:01:33 2024 UTC