I can't get PHP to compile. It keeps kicking out a parse error when it reaches the # include <unix.h> line in both Zend/zend.h and main/php.h. When I remove unix.h, ./configure dies stating that it's missing unix.h, but if I comment out the # include <unix.h> lines it compiles.
Why does it need unix.h (Linux box)? What's likely to go wrong since I commented out the # include <unix.h> lines? Glen -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php