#
0b7fd17c |
| 06-Jun-2000 |
Clayton Collie |
Added sscanf() function.
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
467c4314 |
| 01-Jun-2000 |
Jouni Ahto |
(ucwords) Remove unnecessary code. # Didn't keep my promise to stop...
|
#
c106ab8b |
| 01-Jun-2000 |
Jouni Ahto |
(ucwords) Yet another fix for #4748. # Last one from me today, I must have a beer now.
|
#
48db9618 |
| 01-Jun-2000 |
Andrei Zmievski |
Some tweaks.
|
#
30c5b53a |
| 01-Jun-2000 |
Jouni Ahto |
(ucwords) Fixed fix for fix for fix for #4748. # Today's most fixed bug.
|
#
a3523779 |
| 01-Jun-2000 |
Hartmut Holzgraefe |
uh, off by one?!! this time it's regression-tested, fast and compact
|
#
3c51a88d |
| 01-Jun-2000 |
Jouni Ahto |
(ucwords) Another try to fix #4748.
|
#
f27956eb |
| 01-Jun-2000 |
Hartmut Holzgraefe |
ucwords will now test against isspace() instead of just ==" " (see BUG #4748)
|
#
7182e722 |
| 23-May-2000 |
Rasmus Lerdorf |
Need a PHPAPI version of basename for some stuff I am working on. Also fixed a bug along the way in the basename function. If it was fed something like "filename.ext/////" it would return th
Need a PHPAPI version of basename for some stuff I am working on. Also fixed a bug along the way in the basename function. If it was fed something like "filename.ext/////" it would return the string with all the slashes whereas if you fed it "/path/filename.ext////" it would get it right. @ Fixed basename() bug where "file.ext///" would not return the same @ as "/path/file.ext///" (Rasmus)
show more ...
|
#
03851ced |
| 23-May-2000 |
Andrei Zmievski |
Clean up the patch by Hartmut.
|
#
78cec9f3 |
| 23-May-2000 |
Hartmut Holzgraefe |
again (due to feature request in bug id #3251) added optional 3rd parameter 'limit' to explode() as in split()
|
Revision tags: php-4.0.0 |
|
#
eb7979ab |
| 20-May-2000 |
Hartmut Holzgraefe |
patch to explode (bug id #3251) suspended till 4.0.1
|
#
af77bc05 |
| 19-May-2000 |
Hartmut Holzgraefe |
added optional 3rd parameter 'limit' to explode() as in split() (due to feature request in bug id #3251)
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
3b77fd37 |
| 27-Apr-2000 |
Andrei Zmievski |
TODO update and fix for C++ comments.
|
#
68e54e99 |
| 26-Apr-2000 |
Sterling Hughes |
Small proto fix.
|
#
5c5ec882 |
| 26-Apr-2000 |
Andrei Zmievski |
@Added substr_count() from Peter Kovacs. (Andrei) # also some todo stuff
|
#
c7100c4a |
| 12-Apr-2000 |
Andrei Zmievski |
Added natural comparison/sorting routines using code from Martin Pool. @- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(), @ natsort(), and natcasesort(). These a
Added natural comparison/sorting routines using code from Martin Pool. @- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(), @ natsort(), and natcasesort(). These are useful for comparing and sorting @ strings that contain numbers. Based on the code from Martin Pool @ <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/ @ for more info on natural sorting. (Andrei)
show more ...
|
#
5cd7bf59 |
| 30-Mar-2000 |
Andrei Zmievski |
@- Fixed return of stristr() to no longer always be lowercased. (Andrei)
|
Revision tags: PHP-4.0-RC1 |
|
#
b43f85d6 |
| 26-Mar-2000 |
Zeev Suraski |
- Change new -> result. Using C++ keywords isn't too hot
|
#
3e99a228 |
| 22-Mar-2000 |
Thies C. Arntzen |
@- stristr() no longer modifies it's arguments. (Thies) fix #3890
|
#
0275e4f6 |
| 24-Feb-2000 |
Egon Schmid |
Will watch the diffs as much as I can.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
bac7a508 |
| 13-Feb-2000 |
Andi Gutmans |
- Not sure if len can be zero but it's better to check it once then rechecking for it every loop and having an extra variable do nothing.
|