mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix for bug #9449 to stop infinate loop in wordwrap.
This commit is contained in:
parent
eb6ba01d1c
commit
08d3e700fa
1 changed files with 1 additions and 0 deletions
|
@ -463,6 +463,7 @@ PHP_FUNCTION(wordwrap)
|
|||
break;
|
||||
}
|
||||
}
|
||||
l ++;
|
||||
}
|
||||
}
|
||||
i += l+1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue