ID: 24156 Updated by: [EMAIL PROTECTED] Reported By: barryn at baptisthealth dot net -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: Solaris 8 PHP Version: 4.3.2 New Comment:
Please add the full error message here. Previous Comments: ------------------------------------------------------------------------ [2003-06-12 13:03:17] barryn at baptisthealth dot net Description: ------------ Compiling with these switches: ./configure --prefix=/opt/php --with-nsapi=/opt/netscape --with-oci8 --enable-dbase --enable-filepro --enable-ftp --enable-sysvsem --enable-sysvshm --with-zlib --with-jpeg-dir=/opt/sfw --with-png-dir=/opt/sfw --with-gdbm --with-gd --with-imap --with-mysql --enable-sigchild --enable-libgcc --with-cpdflib --with-flatfile on Solaris 8 resulted in T being undefined when compiling php_imap.c Imap version info: * Program: Interactive Mail Access Protocol 4rev1 (IMAP4R1) routines * * Author: Mark Crispin * Networks and Distributed Computing * Computing & Communications * University of Washington * Administration Building, AG-44 * Seattle, WA 98195 * Internet: [EMAIL PROTECTED] * * Date: 14 October 1988 * Last Edited: 14 November 2001 Reproduce code: --------------- I fixed the problem by adding: #ifndef T #define T 1 #endif after the line #define PHP_IMAP_ADDRESS_SIZE_BUF 10 in php_imap.c ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24156&edit=1