History log of /PHP-7.0/ext/standard/string.c (Results 676 – 700 of 899)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


# 831f05b0 10-Aug-2001 Wez Furlong

Fix some build probs on *bsd


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

more tsrm cleanup


# dce78d75 05-Aug-2001 Jeroen van Wolffelaar

Removed some duplicate code out of addclashes
# Not TSRM-safe, I am afraid...
@- addcslashes now warns when charlist is invalid. The returned string
@ remained the same (Jeroen)


# b4f31ece 05-Aug-2001 Sebastian Bergmann

Fix ZTS build.


# 4a01a15f 05-Aug-2001 Jeroen van Wolffelaar

Error-handling for the second parameter of [l|r]trim


# 3884b15b 04-Aug-2001 Thies C. Arntzen

fix possible crash - we should never keep the zval** as they might point
somewhere into the Engine. (there's still a new bug in strtok - hunting;-)


# b32f1ab2 03-Aug-2001 Jeroen van Wolffelaar

#- Fix silly bug that caused segfault


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


# f6ed403f 03-Aug-2001 Sascha Schumann

Don't copy the strtok parameter


# 7471943c 03-Aug-2001 Sascha Schumann

Replace our strtok implementation with a binary-safe one which code
does not cause headaches when reading it. Also happens to be a bit quicker.


# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# 1c25b8dd 30-Jul-2001 Zeev Suraski

Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# 4ebcdd99 20-Jul-2001 Sascha Schumann

Add optional support for using boyer-moore to str_replace.


# aee2ff3e 09-Jul-2001 Sascha Schumann

__USE_GNU should not be defined by an application.


# 4948cb16 05-Jul-2001 Wez Furlong

More ifdefs, just in case.


# ca9c4b37 05-Jul-2001 Wez Furlong

Added loads of #ifdefs; should fix Bug #11889.


# e48bc17c 05-Jul-2001 Jason Greene

Fix build on linux
Heads up Wez


# 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


1...<<21222324252627282930>>...36