From: [EMAIL PROTECTED]
Operating system: Linux 2.4.18
PHP version: 4.2.0
PHP Bug Type: IMAP related
Bug description: argument mising in ext/cyrus.c
I found out that in ext/cyrus.c there's an argument missing.
If you change line 360 from
&retval, 4, argv, 0, NULL) == FAILURE) {
to
&retval, 4, argv, 0, NULL TSRMLS_CC) == FAILURE) {
the file gets compiled.
--
Edit bug report at http://bugs.php.net/?id=16762&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=16762&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=16762&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=16762&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=16762&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16762&r=support
Expected behavior: http://bugs.php.net/fix.php?id=16762&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16762&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16762&r=submittedtwice