ID:               24156
 User updated by:  barryn at baptisthealth dot net
 Reported By:      barryn at baptisthealth dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         IMAP related
 Operating System: Solaris 8
 PHP Version:      4.3.2
 New Comment:

My source no longer generates this error. Please read the full bug
description. OBVIOUSLY the error was something to effect of:
`T' undeclared (first use in this function)
(Each undeclared identifier is reported only once
for each function it appears in.)

The line number in the source code was 1117


Previous Comments:
------------------------------------------------------------------------

[2003-06-12 13:15:13] [EMAIL PROTECTED]

Please add the full error message here.

------------------------------------------------------------------------

[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

Reply via email to