Revision tags: php-4.0.4REL |
|
#
2d011afb |
| 17-Dec-2000 |
Sascha Schumann |
Don't do anything, if the input string has a length of 0. PR: #7686
|
#
6e1e78d1 |
| 15-Dec-2000 |
Stig Bakken |
@Added iconv() function (using libc or libiconv) (Stig)
|
Revision tags: php-4.0.4RC6 |
|
#
c0daf14c |
| 14-Dec-2000 |
Sascha Schumann |
Don't define LC_MESSAGES, if LC_MESSAGES is not defined. PR: #8259
|
Revision tags: php-4.0.4RC5, php-4.0.4RC4 |
|
#
16987ca1 |
| 13-Dec-2000 |
Stanislav Malyshev |
Fix crash when first argument to strtr is empty
|
#
6239ddfe |
| 11-Dec-2000 |
Zeev Suraski |
Fix Win32 build
|
#
8bb668b2 |
| 10-Dec-2000 |
foobar |
Added constants for locale categories.
|
Revision tags: php-4.0.4RC3 |
|
#
f9e226fe |
| 01-Dec-2000 |
Frank M. Kromann |
Fixing bug 8061. Position counter starts a 0 but was compared with length. oops. the fix should be made twice.
|
#
518ab3c6 |
| 01-Dec-2000 |
Frank M. Kromann |
Fixing bug 8061. Position counter starts a 0 but was compared with length.
|
#
939b72c7 |
| 22-Nov-2000 |
Sascha Schumann |
removing '{' was certainly not intended
|
#
886fbabb |
| 22-Nov-2000 |
Sascha Schumann |
Don't access opt, if opt was not set.
|
#
65f37060 |
| 06-Nov-2000 |
Andrei Zmievski |
Fix bug #7667.
|
#
3ee22837 |
| 12-Oct-2000 |
Sascha Schumann |
Let strtr() use smart_str to reduce complexity
|
#
17425312 |
| 12-Oct-2000 |
Sascha Schumann |
Rewrite php_str_to_str using the smart_str API. This removes much complexity from the function. Speed is improved by pre-allocating memory instead of reallocating the buffer eac
Rewrite php_str_to_str using the smart_str API. This removes much complexity from the function. Speed is improved by pre-allocating memory instead of reallocating the buffer each time the pattern is found.
show more ...
|
Revision tags: php-4.0.3, php-4.0.3RC2 |
|
#
a1abfb76 |
| 03-Oct-2000 |
Andi Gutmans |
- Fix dirname()
|
#
d37b1406 |
| 03-Oct-2000 |
Andi Gutmans |
- Fix VC++ warning
|
Revision tags: 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).
|
#
27fb7df0 |
| 17-Sep-2000 |
Stanislav Malyshev |
Add empty string checks to add?slashes
|
#
b852f394 |
| 12-Sep-2000 |
Daniel Beckham |
reversed chomp alias addition as per Andi Gutmans' request
|
#
59250719 |
| 12-Sep-2000 |
Daniel Beckham |
added chomp() alias for chop() for us Perl purists.
|
#
44e04f76 |
| 12-Sep-2000 |
Stanislav Malyshev |
Make parse_str always register globals with 1 argument and never - with 2 arguments
|
#
e0a5a481 |
| 12-Sep-2000 |
Stanislav Malyshev |
A quick attempt to make parse_str($str,$arr) not register globals.
|
#
71066c12 |
| 11-Sep-2000 |
Derick Rethans |
- Fix for bug #6673 - Added a "cut" option to wordwrap (as per feature request #6429) @ Added an optional parameter to wordwrap that cuts a string if the length of a word is longer than
- Fix for bug #6673 - Added a "cut" option to wordwrap (as per feature request #6429) @ Added an optional parameter to wordwrap that cuts a string if the length of a word is longer than the maximum allowed with (Derick)
show more ...
|
#
6ac728e1 |
| 11-Sep-2000 |
Andrei Zmievski |
(PHP parse_str) ParameterPassedByReference() check is not necessary.
|
#
1ccac6ed |
| 11-Sep-2000 |
Stanislav Malyshev |
Add additional parameter to parse_str for saving result (thanks to John Bafford <dshadow@zort.net>) @ Added second parameter for parse_str to save result (John Bafford)
|
#
5abacc54 |
| 11-Sep-2000 |
Andrei Zmievski |
(PHP pathinfo) Fixed more typos.
|