Hi Dmitry > +<?php if (!defined('PHP_MAXPATHLEN') && !substr(PHP_OS, 0, 3) == "WIN" && > !stristr(PHP_OS, 'linux')) print "skip unknown PHP_MAXPATHLEN"; ?>
This looks wrong: !substr(PHP_OS, 0, 3) == "WIN" The substr will always be false unless the value returned by substr() is 0 -- regrads, Kalle Sommer Nielsen ka...@php.net -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php