1
0
Fork 0

Merge pull request #2258 from romainneutron/inf-val

Update INF to PHP_INT_MAX as recommended by Stof
pull/2259/merge
Jordi Boggiano 2013-09-12 06:12:43 -07:00
commit 441f0ee7d8
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ EOT
if (null === $width) {
// In case the width is not detected, we're probably running the command
// outside of a real terminal, use space without a limit
$width = INF;
$width = PHP_INT_MAX;
}
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
$width--;