History log of /PHP-7.0/ext/standard/string.c (Results 751 – 775 of 899)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5ed3e24f 11-Sep-2000 Andrei Zmievski

(PHP pathinfo) Fixed leaks, saved some memory allocations, added
more error checking.


# 0b9a78cb 10-Sep-2000 Sterling Hughes

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


# 6f59f8b0 05-Sep-2000 Colin Viebrock

str_repeat() should be able to handle multipliers of 0 gracefully, IMHO ...
Hope no one disagrees. :)


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 890ae1e2 18-Aug-2000 Sterling Hughes

#Its fixed this time, no really.


# 1b8ee02f 18-Aug-2000 Sterling Hughes

Fix #6234


# 56ecc789 17-Aug-2000 Stanislav Malyshev

Fix chunk_split (#6208)


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 868e3b1d 06-Aug-2000 Egon Schmid

Changed some protos.


# 75bb0197 30-Jul-2000 Rasmus Lerdorf

Fix bug in strip_tags function as per bug #5857
@ Fix bug in strip_tags function as per bug #5857 (Rasmus)


# e4b7e9e9 26-Jul-2000 Egon Schmid

Protos fixed.


# 8dd1fdb1 22-Jul-2000 David Croft

wordwrap function from Chris Russel <russel@yorku.ca>
differences from his patch:
- wordwrap width and wrap-string now optional parameters
(default to 75 and "\n" respectively)
-

wordwrap function from Chris Russel <russel@yorku.ca>
differences from his patch:
- wordwrap width and wrap-string now optional parameters
(default to 75 and "\n" respectively)
- wordwrap_byte is now just an automatic special case of wordwrap
- Zend API compliant

@- Added new function "wordwrap" to wordwrap long strings from Chris
@ Russel <russel@yorku.ca> (David Croft)

show more ...


# fbced1b9 21-Jul-2000 Andrei Zmievski

(php_addslashes) Fixed stop condition - it should only take into account
the length of the string, not the characters.


# 5390b6a2 20-Jul-2000 Hartmut Holzgraefe

fix for bug #5707


# 327e3397 18-Jul-2000 Zeev Suraski

Shutup a gcc warning


# 7b9d2e33 17-Jul-2000 Stanislav Malyshev

Fix crash in stripcslashes("") (#5628)


# 1231a3e4 09-Jul-2000 Egon Schmid

Fixed other protos.


# ee513d6e 08-Jul-2000 Egon Schmid

Eliminated a typo.


# 885e40db 08-Jul-2000 Andrei Zmievski

@- Updated str_pad() to be able to pad on left/right/both sides. (Andrei)


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 5b1f7bc8 18-Jun-2000 Thies C. Arntzen

(implode), (strtr) no longer touch the internal array-pointer.


# da662986 17-Jun-2000 Zeev Suraski

- Fix a couple of wranings in the FTP code and in parsedate.y
- Be safer with LC_MESSAGES
- Align with the latest Zend change in call_user_function_ex()


# 1e5a405c 17-Jun-2000 Andi Gutmans

- Make Windows compile
- Windows doesn't support LC_MESSAGES


# 34cc1de2 17-Jun-2000 Hartmut Holzgraefe

setlocale didn't recognize LC_MESSAGES (BUG ID#3957)


# ab99eb59 12-Jun-2000 Andrei Zmievski

(PHP str_pad) Terminate string with a null.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# ef1d6987 09-Jun-2000 Andrei Zmievski

@- Fixed stripcslashes() to remove to strip \ in unknown escapes instead of
@ leaving it. (Andrei)


# ff843bac 07-Jun-2000 Rasmus Lerdorf

Make trim strip \0 to match php 3
@ Make trim strip \0 to match php 3 (Rasmus)


# b928bdce 06-Jun-2000 Andrei Zmievski

@- Added str_pad() for padding a string with an arbitrary string on left or
@ right. (Andrei)

Added str_pad() for padding a string with an arbitrary string on left or right.

#

@- Added str_pad() for padding a string with an arbitrary string on left or
@ right. (Andrei)

Added str_pad() for padding a string with an arbitrary string on left or right.

# With all those macros, the code is starting to eerily resemble Perl's guts.

show more ...


1...<<313233343536