Re: [PHP4BETA] cvs: php4 /ext/standard/ string.c
[email protected] (Jouni Ahto) Thu, 1 Jun 2000 13:06:23 +0300 (EEST)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 1 Jun 2000, Hartmut Holzgraefe wrote:
> hholzgra Thu Jun 1 02:56:54 2000 EDT
>
> Modified files:
> /php4/ext/standard string.c
> Log:
> ucwords will now test against isspace() instead of just ==" "
> (see BUG #4748)
Sorry, try for example <? echo ucwords(" hello\n \t world"); ?>. Will
commit another version of the fix in a minute.
-- Jouni Ahto