php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22406 syntax errors in php_imap.c
Submitted: 2003-02-24 16:48 UTC Modified: 2003-03-09 19:10 UTC
Votes:2
Avg. Score:4.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: rbyrns at wenaasusa dot com Assigned:
Status: No Feedback Package: IMAP related
PHP Version: 4.3.1 OS: Free BSD
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-02-24 16:48 UTC] rbyrns at wenaasusa dot com
Using source posted at php.net on Feb 17
Configure seems to go well but make returns:

/usr/home/rex/php-4.3.1/ext/imap/php_imap.c:339: syntax error before `QUOTALIST'
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c: In function `mail_getquota':
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c:344: `qlist' undeclared (first use in this function)
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c:344: (Each undeclared identifier is reported only once
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c:344: for each function it appears in.)
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c: In function `zif_imap_get_quota':
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c:869: `SET_QUOTA' undeclared (first use in this function)
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c: In function `zif_imap_get_quotaroot':
/usr/home/rex/php-4.3.1/ext/imap/php_imap.c:903: `SET_QUOTA' undeclared (first use in this function)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-24 17:26 UTC] michael dot mauch at gmx dot de
Please give some more info! You don't say which of the source files you used (a release? a snapshot? which?), you don't say which imap version you're using.
 [2003-02-24 20:14 UTC] kalowsky@php.net
Are you expecting support on an unknown custom hack to PHP's IMAP module system?

Please re-read the rules for submitting a bug and give us more information before an answer can be given.
 [2003-02-25 09:16 UTC] rbyrns at wenaasusa dot com
I am using the release version 4.3.1 [17 Feb 2003]

The imap packages are:
imap-uw-2001,1
imap-uw-4.7c

./configure --with-apxs=/usr/local/www/bin/apxs --with-mysql=/usr/local/ --with gd=/usr/local/ --with-freety
pe --with-imap --with-config-file-path=/usr/local/www/etc --enable-versioning --with-system-regex --disable-
debug --enable-track-vars --enable-inline-optimization --with-gettext --with-xml --with-expat --enable-ftp -
-enable-sockets --enable-pic --with-openssl --enable-bcmath --with-freetype --enable-magic-quotes --with-png
  --enable-gd-native-ttf --with-imap --with-imap-ssl --with-ttf --prefix=/usr/local/www i386--freebsd4.4
 [2003-02-25 10:42 UTC] kalowsky@php.net
cclient 2001 works with Quotas so I'm not concerned about that being the case.

What are the relevant results from configure?
 [2003-02-25 11:33 UTC] rbyrns at wenaasusa dot com
config.log only shows the following about imap.

Do you want the config.status?

configure:35413: checking whether IMAP works
configure:35446: gcc -o conftest -g -O2  -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION="/usr/local/www/htdocs"
 -DDEFAULT_PATH="/usr/local/bin:/bin:/usr/bin" -DACCEPT_FILTER_NAME="httpready" -DMOD_SSL=208105 -DEAPI -DEA
PI_MM -DUSE_EXPAT  -R/usr/local/lib -L/usr/local/lib -R/usr/local//lib -L/usr/local//lib conftest.c -lcrypto
 -lssl -lc-client4   -lcrypt -lpam -lintl -lgd -lttf -lcrypt -lssl -lcrypto -lm  -lcrypt 1>&5
 [2003-02-26 01:05 UTC] sniper@php.net
You're saying you have 2 different imap-uw packages installed? Remove them both and reinstall ONLY that newer one. (2001)

 [2003-03-09 19:10 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC