#
47b57f25 |
| 17-Oct-2002 |
Ilia Alshanetsky |
Added word_count() function that allows counting of words inside a string. The function also allows the user to retrieve all the words from a string.
|
Revision tags: RELEASE_1_0b1 |
|
#
524c9ef2 |
| 11-Oct-2002 |
Sander Roobol |
Fixed problems with the new nl2br() and beautified the code a little. Closes #19858.
|
Revision tags: php-4.3.0pre1 |
|
#
287b7f9b |
| 11-Oct-2002 |
Ilia Alshanetsky |
Switched from localeconv to localeconv_r, which is apparently thread-safe.
|
#
cd282dad |
| 10-Oct-2002 |
Andrey Hristov |
ws fixes
|
#
bc14a6f1 |
| 10-Oct-2002 |
Ilia Alshanetsky |
This patch fixes handling of floats on locales where decimal point is not a '.'. Problem is best demonstrated by bug #17079.
|
#
868ae8b6 |
| 09-Oct-2002 |
Andrey Hristov |
ws fixes.
|
#
a75eb9c4 |
| 09-Oct-2002 |
Ilia Alshanetsky |
Optimizations to various php string functions substr_count(), strrev(), nl2br(), php_addslashes() and php_memnstr().
|
#
16a82f2b |
| 09-Oct-2002 |
Andrey Hristov |
Returning to the old behavior of str_shuffle() a bit. Now the passed string is left unmodified and the shuffled string is returned.
|
#
0ad8b4aa |
| 08-Oct-2002 |
Andrey Hristov |
Now str_shuffle() has the randomization characteristics of shuffle(). str_shuffle() won't return anymore the randomized string and thus will be consistent with shuffle(). Since this function
Now str_shuffle() has the randomization characteristics of shuffle(). str_shuffle() won't return anymore the randomized string and thus will be consistent with shuffle(). Since this function is new to 4.3.0 no BC problems. #Thanks to Adam Trachtenberg for providing good example to check the #permuations distribution.
show more ...
|
#
004d3d3a |
| 06-Oct-2002 |
Sander Roobol |
Fix another leak in implode()
|
#
68cd0676 |
| 06-Oct-2002 |
Sander Roobol |
Fixed segfault and memory leak in the new implementation of implode()
|
#
df837e67 |
| 04-Oct-2002 |
Sterling Hughes |
have implode use the smart_str_*() functions, this should speed things up quite a bit...
|
#
e6e2c1c7 |
| 04-Oct-2002 |
Sander Roobol |
Fixed a bug in the new implementation of str_repeat()
|
#
ec6713f1 |
| 04-Oct-2002 |
Derick Rethans |
- dot :)
|
#
5605dcf7 |
| 04-Oct-2002 |
Sterling Hughes |
fix a memory leak in implode() # kept seperate from last commit on purpose.. ;)
|
#
abc99919 |
| 04-Oct-2002 |
Sterling Hughes |
@ Make the glue argument to implode() optional, if it is not specified @ default to using "". (Sterling)
|
#
52c529c5 |
| 03-Oct-2002 |
Andrey Hristov |
ws fixes. #again :)
|
#
2ea2b662 |
| 03-Oct-2002 |
Ilia Alshanetsky |
Optimized str_repeat() function, it is now 10x faster on 1 byte multipliers and 5-6x faster on multi-byte multipliers.
|
#
f6dfd6b1 |
| 03-Oct-2002 |
Yasuo Ohgaki |
Forgot 1 byte for \0
|
#
5f1bb18c |
| 03-Oct-2002 |
Yasuo Ohgaki |
Save memory
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
83a0f203 |
| 02-Oct-2002 |
Andrey Hristov |
Making strrchr() binary safe. Test case added.
|
#
2092d802 |
| 02-Oct-2002 |
Andrey Hristov |
Making strstr() binary safe.
|
#
b2d93b67 |
| 02-Oct-2002 |
Andrey Hristov |
Ws fix. Forgot to add this in the previous commit.
|
#
f02b1507 |
| 02-Oct-2002 |
Andrey Hristov |
ws fixes.
|
#
fd732639 |
| 26-Sep-2002 |
Sebastian Bergmann |
Fix warning.
|