#
27863eb4 |
| 11-May-2003 |
Moriyoshi Koizumi |
MFB(r-1.40.2.4): fixed bug #23016 |
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
570e929d |
| 24-Mar-2003 |
Moriyoshi Koizumi |
Fixed bug #22834 (compile failure due to ugly implicit casts) |
Revision tags: php-4.3.2RC1, php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year. |
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
de79a4e9 |
| 02-Dec-2002 |
Moriyoshi Koizumi |
Reverted the changes because the problem was elsewhere. |
#
b2a648f5 |
| 02-Dec-2002 |
Frank M. Kromann |
Fixing the Win32 compilation of mbstring with mbregex enabled. |
#
a7f3ad42 |
| 02-Dec-2002 |
Frank M. Kromann |
Fixing build on WIn32 MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32 |
Revision tags: php-4.3.0RC2, RELEASE_1_0b2 |
|
#
7f1f056f |
| 23-Nov-2002 |
Moriyoshi Koizumi |
Updated license information headers |
#
22a9d7ad |
| 23-Nov-2002 |
Moriyoshi Koizumi |
Separated GPC related part from mbstring.c |
#
72f0be09 |
| 19-Nov-2002 |
Moriyoshi Koizumi |
Function renamings: s/php_mbstr_/php_mb/. # all of which are static so I don't see any problem for now. |
Revision tags: BEFORE_RENAMING, php-4.3.0RC1 |
|
#
08362f90 |
| 14-Nov-2002 |
Wez Furlong |
Fix build for unix. Not sure if this needs merging to the branch (haven't got that far yet today). |
#
1eddce79 |
| 13-Nov-2002 |
Edin Kadribasic |
MFB (made mbstring compile on windows again). |
#
0e6445b8 |
| 09-Nov-2002 |
Moriyoshi Koizumi |
Added mb_substr_count() as per the request #15097 |
Revision tags: php-4.3.0pre2 |
|
#
74883a95 |
| 23-Oct-2002 |
Moriyoshi Koizumi |
Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars. # Sorry Marcus, it seems we were working simultaneously :) |
#
b321568b |
| 23-Oct-2002 |
Marcus Boerger |
fix warning: used in rfc1867.c |
#
afa9f42f |
| 23-Oct-2002 |
Moriyoshi Koizumi |
Function renaming. |
#
fdc91ccc |
| 23-Oct-2002 |
Moriyoshi Koizumi |
Renaming the functions. |
#
b7703551 |
| 23-Oct-2002 |
Moriyoshi Koizumi |
Remaned the functions for consistency |
#
f45231a8 |
| 21-Oct-2002 |
Moriyoshi Koizumi |
Added mb_strtolower() and mb_strtoupper() @- Added mb_strtolower() and mb_strtoupper(). (Moriyoshi) |
#
a6ecdca0 |
| 20-Oct-2002 |
Masaki Fujimoto |
fixed highlight related bugs (in case shift_jis input/output filters are enabled) |
#
22f44fa6 |
| 16-Oct-2002 |
Rui Hirokawa |
*** empty log message *** |
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
2e1d931c |
| 07-Oct-2002 |
Moriyoshi Koizumi |
Lots of clean-up for upcoming mbstring merging event. Added mb_regex_set_options(). The Options parameters of various mbregex functions are now deprecated. @- Added mb_regex_set_options()
Lots of clean-up for upcoming mbstring merging event. Added mb_regex_set_options(). The Options parameters of various mbregex functions are now deprecated. @- Added mb_regex_set_options(). The Options parameters of @ various mbregex functions are now deprecated. (Moriyoshi).
show more ...
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
1a87c6b5 |
| 26-Sep-2002 |
Wez Furlong |
(PHP mb_convert_case) Add function that will convert the case of a string Respecting it's encoding (or the internal encoding). |
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1 |
|
#
e139decd |
| 14-Aug-2002 |
Den V. Tsopa |
Revert from patch added mb_guess_encoding to previous version |
#
4f574358 |
| 14-Aug-2002 |
Den V. Tsopa |
Added new function mb_guess_encoding, based on symbols rating |
Revision tags: dev |
|
#
4b492c4d |
| 03-Aug-2002 |
Andi Gutmans |
- Fix build on Windows. Also please don't use Java style opening function - bracket indentation. |