ID: 16762
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: IMAP related
Operating System: Linux 2.4.18
PHP Version: 4.2.0
New Comment:
Fixed in CVS, will be in 4.2.1+ and 4.3.x
Derick
Previous Comments:
------------------------------------------------------------------------
[2002-04-23 14:29:58] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=16762&edit=1