Line 829 in main/network.c causes a compile error on HP-UX:
if (err == PHP_TIMEOUT_ERROR_VALUE) {
I believe this line should instead read
if (*error_code == PHP_TIMEOUT_ERROR_VALUE) {
I verified that this is present in the most recent snapshot.
- Mark
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
