History log of /PHP-5.5/ext/standard/php_string.h (Results 101 – 119 of 119)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e191baa1 24-May-2000 Hartmut Holzgraefe

php_basename() prototype changed according to latest changes in string.c


# 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 ...


# 4571d8dd 23-May-2000 Hartmut Holzgraefe

name changed from levdist() to levenshtein()
(although i bet we'll get a levenstein() alias some day)


# 0eb51100 23-May-2000 Hartmut Holzgraefe

added function "int levdist(string str1, string str2)"
that will calculate the Levenshtein distance between two
strings (faster and possibly more accurate than similar_text())


# 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)


Revision tags: php-4.0RC2
# 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 ...


Revision tags: PHP-4.0-RC1, php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 6d0ab616 10-Feb-2000 Zeev Suraski

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except f

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except for the Apache SAPI module.
- No server specific code is in any of the base PHP code.

Still left to be done:
- Eliminate any references to APACHE from the few remaining modules.
- Move request_info.c's logic to SAPI
- Modify the regex function names, and globals, so that we can always
include them, without having to fear any interference with Apache;
Always use the bundled regex library

show more ...


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 2460569c 08-Feb-2000 Zeev Suraski

Change string->str where possible; string is basic a C++ class, so gdb can't look
inside variables named 'string'.


# 489b705d 08-Feb-2000 Zeev Suraski

@- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE
# 09d2e3d1 28-Dec-1999 Sascha Schumann

Move include into source file


Revision tags: PRE_LIBZEND_TO_ZEND
# 3ee4e65c 18-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE
# 65535401 14-Dec-1999 Thies C. Arntzen

@- implemented count_chars(). (Thies)


# a15916a4 13-Dec-1999 Andrei Zmievski

Made strspn() and strcspn() binary-safe.
# Please test if you can, especially cases with embedded chr(0).

@ Made strspn() and strcspn() binary-safe.


Revision tags: RETURN_REF_BP
# 33d82cb6 11-Dec-1999 Andrei Zmievski

get_meta_tags() was using php_stristr() so it needed to be changed.
Optimized it to use php_memnstr() directly.


# 7e4bd9fb 09-Dec-1999 Andrei Zmievski

(PHP strtoupper, strtolower, substr_replace) Made binary-safe.
@Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)


Revision tags: PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


12345