Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1 |
|
#
103b3c66 |
| 29-Sep-2003 |
Moriyoshi Koizumi |
Simplification.
|
#
ef7905a1 |
| 26-Sep-2003 |
Sara Golemon |
Bug Fix#25671 Corruption in subarrays in subject when using str_replace
|
Revision tags: RELEASE_0_7 |
|
#
36ac7a5b |
| 20-Sep-2003 |
Sascha Schumann |
MFB Avoid zero-length keys which result in a spinning process
|
#
3560cd83 |
| 27-Aug-2003 |
Sara Golemon |
Squelch warning "Variable may be used uninitialized." This would never occur anyway because of the logic of the function, but gcc isn't quite smart enough to realize this.
|
Revision tags: php-4.3.3, php-4.3.3RC4 |
|
#
ed40ae26 |
| 11-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
3caa0d0a |
| 25-Jul-2003 |
Sara Golemon |
Fix Bug#24784 single character search keys not respecting case sensitivity/replace count parameters.
|
#
4b07cb98 |
| 12-Jul-2003 |
Moriyoshi Koizumi |
Fixed bug #24556
|
Revision tags: php-5.0.0b1 |
|
#
baa3892f |
| 23-Jun-2003 |
Stanislav Malyshev |
Fix #24281 - str_replace not updating the count if value is not initialized
|
#
4c52cf5f |
| 20-Jun-2003 |
Sara Golemon |
When skipping blank searchvals we should advance the corresponding replace hash as well
|
Revision tags: php-4.3.3RC1 |
|
#
b5dc8f91 |
| 11-Jun-2003 |
Ilia Alshanetsky |
fixed proto
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
aec7815e |
| 09-Jun-2003 |
Ilia Alshanetsky |
Fixed bug #24098 (Crash in pathinfo() due to double var initialization). # This is a php5 specific bug, no MFB needed
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4 |
|
#
e4006659 |
| 27-May-2003 |
Melvyn Sopacua |
MFB: LC_MESSAGES support
|
#
2e361db1 |
| 25-May-2003 |
Ilia Alshanetsky |
Fixed bug #23788 (str|preg_replace clober the array elements). # Should this be MFBed to 4.3 branch?
|
#
24eee37f |
| 21-May-2003 |
Sterling Hughes |
seems there is only the stupid way to be stupid (implode copying array elements) at least we check for IS_STRING, which should clear this up 90% of the time
|
#
90ae4e00 |
| 21-May-2003 |
Sterling Hughes |
be stupid, but at least be smart about being stupid.
|
#
8d5c30c1 |
| 21-May-2003 |
Sterling Hughes |
make brian happy
|
Revision tags: BEFORE_FD_REVERT |
|
#
89243957 |
| 16-May-2003 |
Sara Golemon |
MFB(r-1.333.2.27) Bugfix 23654. If subject is an array and it contains other arrays, we want to pass those subarrays through unchanged rather than attempt to convert them to string.
|
#
8cbb6b63 |
| 16-May-2003 |
Moriyoshi Koizumi |
Fixed bug #23650 (strip_tags() removes hyphens)
|
Revision tags: php-4.3.2RC3, RELEASE_0_9b |
|
#
e6490c4a |
| 05-May-2003 |
Hartmut Holzgraefe |
basename() now binary safe, testcases added
|
#
b44ae54b |
| 04-May-2003 |
Moriyoshi Koizumi |
Real fix and a test case for bug #22008
|
#
e9c903ad |
| 04-May-2003 |
Moriyoshi Koizumi |
A quick fix for bug #22008 # BTW I'm working on an enhanced strip_tags implementation with re2c, which # will feature more CSS awareness and more stateful scanning.
|
#
a894bf5c |
| 02-May-2003 |
Andrey Hristov |
Extending substr_replace(). Every parameter can be mixed (string/array) also the return type. #see the test file if you need more info.
|
Revision tags: SPL_ALPHA |
|
#
89503b16 |
| 29-Apr-2003 |
Wez Furlong |
Fix dirname() under win32. The calculated length would be off-by-two under windows, which resulted in bogus dirnames.
|
Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
7f8bd25f |
| 16-Apr-2003 |
Ilia Alshanetsky |
Fixed bug #23225 (money_format() didn't handle erroneous return of strfmon) # Initial patch proposed by marcot@tabini.ca
|