History log of /PHP-5.3/ext/standard/php_string.h (Results 51 – 75 of 102)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 61d4f7fe 09-Sep-2001 Derick Rethans

- Really fix nl2br now... it's actaulyl faster now


Revision tags: php-4.0.7RC2
# 536c9696 04-Sep-2001 Sterling Hughes

update php_trim as well...


# c661449e 04-Sep-2001 Sterling Hughes

fix crash bug


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)


12345