I'm getting a parse error while trying to compile php (any release). It appears to be related to IMAP, and occurs when PHP includes unix.h, a file from the U of Washington's IMAP server. Is there a known workaround for this? When I comment out the line # Include <unix.h> in Zend/zend.h and main/php.h it compiles fine.
What IMAP server works best with PHP? What's likely to go wrong if I use it without including unix.h? Running Linux, trying to install PHP 4.2.3 as a module for Apache-2.0.40. Glen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php