History log of /php-src/ext/standard/php_string.h (Results 126 – 150 of 174)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE
# c4555f9f 07-Aug-2001 Andrei Zmievski

@- Added vprintf() and vsprintf() functions that allow passing all arguments
@ after format as an array. (Andrei)

Revision tags: PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup

# b4f31ece 05-Aug-2001 Sebastian Bergmann

Fix ZTS build.

# 2e6850a9 05-Aug-2001 Jeroen van Wolffelaar

Added proto for php_charmask in the .h

# ea79632b 04-Aug-2001 Sebastian Bergmann

Fix Win32 (and maybe other ZTS) builds.

# f0bcaf39 03-Aug-2001 Jeroen van Wolffelaar

Un-revert patch

# f6979a7d 03-Aug-2001 Jeroen van Wolffelaar

Reverting last patch, segfaults.

# c2150f70 03-Aug-2001 Jeroen van Wolffelaar

- Added new parameter to [l|r]trim, to specify _what_ to trim
@- Added optional second parameter to trim, chop and ltrim. You can
@ now specify which characters to trim (jeroen)

Revision tags: PRE_TSRM_MERGE_PATCH
# 09ce807b 21-Jul-2001 Sascha Schumann

Drop memchr() in php_memnstr in favor of manual scanning. This reduces
the complexity of the function and is about 20% faster on Linux/x86.

# f1364ebf 04-Jul-2001 Wez Furlong

(PHP nl_langinfo) Added function when provided by OS
(PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset
@- Added nl_langinfo() (when OS provides it) that returns local

(PHP nl_langinfo) Added function when provided by OS
(PHP htmlentities, htmlspecialchars) Uses nl_langinfo to determine charset
@- Added nl_langinfo() (when OS provides it) that returns locale
information. (Wez Furlong)
# There are a lot of constants used by nl_langinfo; should we do something
# along the lines of what we do for syslog?

show more ...

# 045acafc 23-Jun-2001 Hartmut Holzgraefe

@added optional suffix removal parameter to basename() (Hartmut)
added optional suffix removal parameter to basename()
this makes it more simmilar to the basename command

Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# 3b8140e4 17-Mar-2001 Stephen van Egmond

fixed a (C++) warning about implicit conversion from void*

Revision tags: php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001

# 457888ac 17-Jan-2001 Sean Bright

Put these back where they belong. They weren't necessary unless ZTS and
HAVE_LOCALECONV were both defined.

# a588d655 17-Jan-2001 Sean Bright

Added string comparison function strcoll(). It uses the current locale to
do the comparisons.
@- Added localeconv() and strcoll() functions for localization. (Sean)

# 0592feb2 15-Jan-2001 Zeev Suraski

Nuke a couple of warnings

# 40f35242 14-Jan-2001 Sean Bright

Added localeconv() function. Operates similarly to localeconv() defined in
locale.h. Should work well under non-ZTS as well as ZTS.

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 0afcb03d 09-Jan-2001 Rui Hirokawa

added iconv extension.

# 63689331 08-Jan-2001 Rui Hirokawa

added iconv_set_encoding() to change the encoding setting.

# 517b81ad 08-Jan-2001 Rui Hirokawa

added a output handler function ob_iconv_handler which tranforms output encoding using iconv().

Revision tags: php-4.0.4pl1RC1, php-4.0.4REL
# 6e1e78d1 15-Dec-2000 Stig Bakken

@Added iconv() function (using libc or libiconv) (Stig)

Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 1cc3e6b5 27-Sep-2000 Sascha Schumann

Move php_memnstr to the header file, so that the function body is available
in all compilation units (note the static linkage).

# 0b9a78cb 10-Sep-2000 Sterling Hughes

@- Added the pathinfo() function. (Sterling)

Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 83513d95 24-Jul-2000 David Croft

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not alr

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

show more ...

1234567