| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/mbstring/mbstring.c
|
| 352a195 |
|
02-Sep-2012 |
Lars Strojny <lstrojny@php.net> |
Allow null as a default value for length in mb_substr() and mb_strcut()
/php-src/ext/mbstring/mbstring.c
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/mbstring/mbstring.c
|
| 3e14579 |
|
30-Sep-2011 |
Xinchen Hui <laruence@php.net> |
A better fix for #55817 (thanks to bjori)
/php-src/ext/mbstring/mbstring.c
|
| 9eeac29 |
|
30-Sep-2011 |
Xinchen Hui <laruence@php.net> |
Fix wrong codes #55817
/php-src/ext/mbstring/mbstring.c
|
| 1297c05 |
|
25-Sep-2011 |
Rui Hirokawa <hirokawa@php.net> |
added mb_ereg_replace_callback().
/php-src/ext/mbstring/mbstring.c
|
| 6074e38 |
|
12-Sep-2011 |
Rui Hirokawa <hirokawa@php.net> |
fixed optional argument.
/php-src/ext/mbstring/mbstring.c
|
| 01bb437 |
|
11-Sep-2011 |
Rui Hirokawa <hirokawa@php.net> |
fixed test case failures.
/php-src/ext/mbstring/mbstring.c
|
| 9103c93 |
|
08-Sep-2011 |
Rui Hirokawa <hirokawa@php.net> |
2nd arguments is necessary in mb_parse_str because register_globals was removed in PHP 5.4.
/php-src/ext/mbstring/mbstring.c
|
| caff611 |
|
07-Aug-2011 |
Pierrick Charron <pierrick@php.net> |
Remove unused variables
/php-src/ext/mbstring/mbstring.c
|
| 5771c1f |
|
02-Aug-2011 |
Rui Hirokawa <hirokawa@php.net> |
added version number of libmbfl.
/php-src/ext/mbstring/mbstring.c
|
| da37638 |
|
25-Jul-2011 |
Felipe Pena <felipe@php.net> |
- Make usage of new PHP_FE_END macro
/php-src/ext/mbstring/mbstring.c
|
| b150a6d |
|
18-Jul-2011 |
Rui Hirokawa <hirokawa@php.net> |
added numeric entities encode/decode in hex format.
/php-src/ext/mbstring/mbstring.c
|
| 2997719 |
|
12-Jun-2011 |
Felipe Pena <felipe@php.net> |
- Restore basename in filename on non Windows OS
/php-src/ext/mbstring/mbstring.c
|
| bbc879b |
|
14-Mar-2011 |
Dmitry Stogov <dmitry@php.net> |
Fixed multibyte related issues
/php-src/ext/mbstring/mbstring.c
|
| b2ddc6d |
|
06-Mar-2011 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fix ZTS build.
/php-src/ext/mbstring/mbstring.c
|
| cdb9ee0 |
|
06-Mar-2011 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fix zend.multibyte oddities. Hope this will address all the known problems.
/php-src/ext/mbstring/mbstring.c
|
| c10b7e3 |
|
27-Jan-2011 |
Scott MacVicar <scottmac@php.net> |
Fix crash with mbstring, this probably isn't the correct behaviour but 272/276 of the tests pass after this. When mbstring.language is unset, it ends up being mbfl_no_language_neutral and there is no default when setting the encoding. internal_encoding and current_internal_encoding then end up being null.
/php-src/ext/mbstring/mbstring.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/mbstring/mbstring.c
|
| 7f055f5 |
|
20-Dec-2010 |
Rui Hirokawa <hirokawa@php.net> |
fixed compile error with VS2008.
/php-src/ext/mbstring/mbstring.c
|
| 7cbe5f1 |
|
19-Dec-2010 |
Moriyoshi Koizumi <moriyoshi@php.net> |
WS
/php-src/ext/mbstring/mbstring.c
|
| bbf3d43 |
|
19-Dec-2010 |
Moriyoshi Koizumi <moriyoshi@php.net> |
* Refactor zend_multibyte facility. Now mbstring.script_encoding is superseded by zend.script_encoding.
/php-src/ext/mbstring/mbstring.c
|
| 755c2cd |
|
08-Dec-2010 |
Dmitry Stogov <dmitry@php.net> |
Removed compile time dependency from ext/mbstring
/php-src/ext/mbstring/mbstring.c
|
| ab93d8c |
|
24-Nov-2010 |
Dmitry Stogov <dmitry@php.net> |
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini
/php-src/ext/mbstring/mbstring.c
|
| a9953ca |
|
27-Sep-2010 |
Felipe Pena <felipe@php.net> |
- Fixed bug #52931 (strripos not overloaded with function overloading enabled)
/php-src/ext/mbstring/mbstring.c
|
| bd526e4 |
|
19-Sep-2010 |
Rui Hirokawa <hirokawa@php.net> |
fixed compilation error.
/php-src/ext/mbstring/mbstring.c
|
| 45960c9 |
|
25-Aug-2010 |
Adam Harvey <aharvey@php.net> |
Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
/php-src/ext/mbstring/mbstring.c
|
| eea8fc6 |
|
08-Jul-2010 |
Dmitry Stogov <dmitry@php.net> |
Reduced overhead of request startup
/php-src/ext/mbstring/mbstring.c
|
| b65f1da |
|
05-Jul-2010 |
Dmitry Stogov <dmitry@php.net> |
Reduced overhead of ext/mbstring initialization
/php-src/ext/mbstring/mbstring.c
|
| dd8e59d |
|
26-Apr-2010 |
Kalle Sommer Nielsen <kalle@php.net> |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
/php-src/ext/mbstring/mbstring.c
|
| febee11 |
|
21-Apr-2010 |
Kalle Sommer Nielsen <kalle@php.net> |
Removed register_globals
/php-src/ext/mbstring/mbstring.c
|
| 453b49e |
|
20-Apr-2010 |
Dmitry Stogov <dmitry@php.net> |
Added a number of small performance tweaks and optimizations . ZEND_RECV now always has IS_CV as its result . ZEND_CATCH now has to be used only with constant class names . ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order
/php-src/ext/mbstring/mbstring.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/mbstring/mbstring.c
|
| 0c97416 |
|
23-Sep-2009 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a multibyte character). (This bug was introduced by the commit by r202895. Please double-check the specification of the function you are going to *fix*.)
/php-src/ext/mbstring/mbstring.c
|
| 988b89a |
|
27-May-2009 |
Antony Dovgal <tony2001@php.net> |
MFH: fix compile warnings
/php-src/ext/mbstring/mbstring.c
|
| 068d240 |
|
10-May-2009 |
Jani Taskinen <jani@php.net> |
- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)
/php-src/ext/mbstring/mbstring.c
|
| 33bec1e |
|
20-Apr-2009 |
Jani Taskinen <jani@php.net> |
- Sync with HEAD (just reorder to match HEAD order)
/php-src/ext/mbstring/mbstring.c
|
| 716d2c9 |
|
15-Mar-2009 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within the request encoding converter.
/php-src/ext/mbstring/mbstring.c
|
| 483d963 |
|
06-Mar-2009 |
Ilia Alshanetsky <iliaa@php.net> |
Improve parameter parsing code
/php-src/ext/mbstring/mbstring.c
|
| c7cebbf |
|
17-Feb-2009 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Add an entry for http_output_conv_mimetypes to the output of mb_get_info(). (patch by T. Komura, thanks!)
/php-src/ext/mbstring/mbstring.c
|
| 446a165 |
|
15-Feb-2009 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Forgot to include these files.
/php-src/ext/mbstring/mbstring.c
|
| 9d7250d |
|
14-Feb-2009 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: fix Bug #45923 (mb_st[r]ripos() offset not handled correctly)
/php-src/ext/mbstring/mbstring.c
|
| fbb1927 |
|
11-Feb-2009 |
Ilia Alshanetsky <iliaa@php.net> |
Improved param parsing
/php-src/ext/mbstring/mbstring.c
|
| 2d38e25 |
|
09-Feb-2009 |
Ilia Alshanetsky <iliaa@php.net> |
Initialize optional var
/php-src/ext/mbstring/mbstring.c
|
| 0937041 |
|
29-Jan-2009 |
Scott MacVicar <scottmac@php.net> |
MFB Fix bug #47245 - Double free in mb_detect_encoding()
/php-src/ext/mbstring/mbstring.c
|
| dc7aa2a |
|
05-Jan-2009 |
Antony Dovgal <tony2001@php.net> |
fix memleaks correctly and make valgrind happy
/php-src/ext/mbstring/mbstring.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/mbstring/mbstring.c
|
| 9212a95 |
|
30-Dec-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria)
/php-src/ext/mbstring/mbstring.c
|
| 2f2fb60 |
|
27-Dec-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Fixed memory leaks
/php-src/ext/mbstring/mbstring.c
|
| 84c12b2 |
|
25-Dec-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Fixed memory leak
/php-src/ext/mbstring/mbstring.c
|
| 7877cbd |
|
11-Dec-2008 |
Scott MacVicar <scottmac@php.net> |
MFH Fix bug #46738 - Segfault when mb_detect_encoding() fails.
/php-src/ext/mbstring/mbstring.c
|
| fc2fb50 |
|
17-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/mbstring/mbstring.c
|
| 7a37fa2 |
|
02-Nov-2008 |
Felipe Pena <felipe@php.net> |
- Revert ZEND_BEGIN_ARG_INFO change
/php-src/ext/mbstring/mbstring.c
|
| df10005 |
|
24-Oct-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/mbstring/mbstring.c
|
| 111d815 |
|
13-Sep-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime. (noticed by Antony. Thanks!)
/php-src/ext/mbstring/mbstring.c
|
| b8e81fd |
|
13-Sep-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: mb_list_*() issue settlements
/php-src/ext/mbstring/mbstring.c
|
| 6c8d64f |
|
12-Sep-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: use memcmp() for binary safety.
/php-src/ext/mbstring/mbstring.c
|
| 66ec2ac |
|
10-Sep-2008 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding())
/php-src/ext/mbstring/mbstring.c
|
| d79b879 |
|
18-Aug-2008 |
Felipe Pena <felipe@php.net> |
- New parameter parsing API (for mb_convert_variables())
/php-src/ext/mbstring/mbstring.c
|
| 65b1e12 |
|
11-Aug-2008 |
Nuno Lopes <nlopess@php.net> |
MFH: fix build when pcre is not present
/php-src/ext/mbstring/mbstring.c
|
| 970e00a |
|
04-Aug-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: More fixes for bug #45691
/php-src/ext/mbstring/mbstring.c
|
| fdbb8c2 |
|
03-Aug-2008 |
Jani Taskinen <jani@php.net> |
MFH: no c++ comments in c files
/php-src/ext/mbstring/mbstring.c
|
| 9ec7f49 |
|
03-Aug-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Forgot to take account of the case when mbstring.language is processed afterwards.
/php-src/ext/mbstring/mbstring.c
|
| fd9c49c |
|
02-Aug-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Fixed bug #45691 (Some per-dir or runtime settings may leak into other requests).
/php-src/ext/mbstring/mbstring.c
|
| 9225429 |
|
25-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Fix warnings
/php-src/ext/mbstring/mbstring.c
|
| 52d5287 |
|
25-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Fix wrong cast
/php-src/ext/mbstring/mbstring.c
|
| 1f7e547 |
|
25-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Fix a typo in mb_stripos() that caused segfaults (noticed by bs@php.net, thanks).
/php-src/ext/mbstring/mbstring.c
|
| 4f42ed3 |
|
24-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Revived zend multibyte
/php-src/ext/mbstring/mbstring.c
|
| d7594ed |
|
24-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Fixed warnings.
/php-src/ext/mbstring/mbstring.c
|
| e29684a |
|
24-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.
/php-src/ext/mbstring/mbstring.c
|
| 2392861 |
|
17-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Fix ZTS build
/php-src/ext/mbstring/mbstring.c
|
| f78da21 |
|
17-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Removed dependencies from php_mbregex to oniguruma types
/php-src/ext/mbstring/mbstring.c
|
| 88318e0 |
|
16-Jul-2008 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Added a new configure option --with-onig=[DIR] that allows the extension to link to the external oniguruma library. - MFH: Prevent libmbfl files from being installed when --with-libmbfl is specified.
/php-src/ext/mbstring/mbstring.c
|
| 97b0ae9 |
|
13-Jul-2008 |
Rui Hirokawa <hirokawa@php.net> |
fixed #43227 removed PHP_INI_PERDIR from mbstring.func_overload.
/php-src/ext/mbstring/mbstring.c
|
| 40e96d2 |
|
11-Jul-2008 |
Felipe Pena <felipe@php.net> |
MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' parsing incorrect)
/php-src/ext/mbstring/mbstring.c
|
| e7eda53 |
|
07-Jul-2008 |
Felipe Pena <felipe@php.net> |
- Removed unused variables
/php-src/ext/mbstring/mbstring.c
|
| d7a2249 |
|
07-Jul-2008 |
Felipe Pena <felipe@php.net> |
- Added arginfo - Removed unnecessary #include "zend_arg_defs.c"
/php-src/ext/mbstring/mbstring.c
|
| dea0d31 |
|
05-Jul-2008 |
Rui Hirokawa <hirokawa@php.net> |
- added koi8-u (Ukrainian) and CP1254 (Turkish).
/php-src/ext/mbstring/mbstring.c
|
| e035184 |
|
01-Jul-2008 |
Antony Dovgal <tony2001@php.net> |
string length -> int
/php-src/ext/mbstring/mbstring.c
|
| 1c77f59 |
|
28-Jun-2008 |
Alexey Zakhlestin <indeyets@php.net> |
updated to the new parameter-parsing api
/php-src/ext/mbstring/mbstring.c
|
| 95e4196 |
|
28-Jun-2008 |
Alexey Zakhlestin <indeyets@php.net> |
added arginfo (fixes #45388)
/php-src/ext/mbstring/mbstring.c
|
| b202ef7 |
|
13-Jun-2008 |
Rui Hirokawa <hirokawa@php.net> |
MFH
/php-src/ext/mbstring/mbstring.c
|
| 179b370 |
|
16-Feb-2008 |
Rui Hirokawa <hirokawa@php.net> |
fixed #43841 mb_strrpos offset is byte count for negative values.
/php-src/ext/mbstring/mbstring.c
|
| c00121c |
|
16-Feb-2008 |
Rui Hirokawa <hirokawa@php.net> |
fixed bug #43840 mb_strpos bounds check is byte count rather than a character count.
/php-src/ext/mbstring/mbstring.c
|
| 852bf6e |
|
16-Feb-2008 |
Rui Hirokawa <hirokawa@php.net> |
'auto' encoding was not initialized correctly per request basis.
/php-src/ext/mbstring/mbstring.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/mbstring/mbstring.c
|
| b4e95c3 |
|
26-Dec-2007 |
Hannes Magnusson <bjori@php.net> |
MFH: Fix typo (TAKAGI Masahiro)
/php-src/ext/mbstring/mbstring.c
|
| 4b4d634 |
|
07-Oct-2007 |
Yiduo (David) Wang <davidw@php.net> |
MFH: Added macros for managing zval refcounts and is_ref statuses
/php-src/ext/mbstring/mbstring.c
|
| 6c810b0 |
|
27-Sep-2007 |
Dmitry Stogov <dmitry@php.net> |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
/php-src/ext/mbstring/mbstring.c
|
| e94f26f |
|
24-Sep-2007 |
Rui Hirokawa <hirokawa@php.net> |
MFH: added support "entity" as substitute_character settin accoding to bug #39404
/php-src/ext/mbstring/mbstring.c
|
| e206802 |
|
12-Jul-2007 |
Seiji Masugata <masugata@php.net> |
Synced mail function in mb_send_mail function(Escape mail.force_extra_parameters value).
/php-src/ext/mbstring/mbstring.c
|
| dc8d09b |
|
11-Jul-2007 |
Johannes Schlüter <johannes@php.net> |
- MFH: Always enable mail() function
/php-src/ext/mbstring/mbstring.c
|
| febad95 |
|
04-Apr-2007 |
Seiji Masugata <masugata@php.net> |
Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB-34-2007:PHP).
/php-src/ext/mbstring/mbstring.c
|
| 50ea267 |
|
24-Feb-2007 |
Marcus Boerger <helly@php.net> |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
/php-src/ext/mbstring/mbstring.c
|
| 7d4ea80 |
|
12-Jan-2007 |
Antony Dovgal <tony2001@php.net> |
MFH
/php-src/ext/mbstring/mbstring.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/mbstring/mbstring.c
|
| 133d6bf |
|
21-Dec-2006 |
Seiji Masugata <masugata@php.net> |
Fixed bug #39361, #39400 (mbstring function overloading problem).
/php-src/ext/mbstring/mbstring.c
|
| 4f3889d |
|
03-Nov-2006 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).
/php-src/ext/mbstring/mbstring.c
|
| 5010253 |
|
03-Nov-2006 |
Rui Hirokawa <hirokawa@php.net> |
fixed illegal encoding detection when mbstring.encoding_translation is enabled.(made by komura)
/php-src/ext/mbstring/mbstring.c
|
| b4ca4a0 |
|
24-Sep-2006 |
Rui Hirokawa <hirokawa@php.net> |
disabled mb_list_*_names() and mb_list_encodings(arg) which are introduced in PHP 5.2.0RC to reconsider/discuss the specification.
/php-src/ext/mbstring/mbstring.c
|
| 0d233db |
|
21-Sep-2006 |
Seiji Masugata <masugata@php.net> |
Updated bundled oniguruma library (used for multibyte regular expression) to 4.4.4. fixed some Segmentation Fault, and build fails in OSX(Xcode 2.4/gcc 4.0.1 problem). See #38452.
/php-src/ext/mbstring/mbstring.c
|
| 3ec9141 |
|
05-Sep-2006 |
Nuno Lopes <nlopess@php.net> |
first fix from my new zend_parse_parameters_* checker
/php-src/ext/mbstring/mbstring.c
|
| 75b8cd7 |
|
31-Aug-2006 |
Antony Dovgal <tony2001@php.net> |
last portion of z/Z fixes
/php-src/ext/mbstring/mbstring.c
|
| 100742f |
|
25-Aug-2006 |
Seiji Masugata <masugata@php.net> |
added configure option --disable-mbregex-backtrack.
/php-src/ext/mbstring/mbstring.c
|
| 560208b |
|
24-Aug-2006 |
Seiji Masugata <masugata@php.net> |
added returned value in mb_get_info( ).
/php-src/ext/mbstring/mbstring.c
|
| 1d6182a |
|
17-Jul-2006 |
Seiji Masugata <masugata@php.net> |
added option parameter mb_strrpos( ).
/php-src/ext/mbstring/mbstring.c
|
| ee23aba |
|
16-Jun-2006 |
Seiji Masugata <masugata@php.net> |
changed GINIT definition.
/php-src/ext/mbstring/mbstring.c
|
| 1dbaae2 |
|
15-Jun-2006 |
Dmitry Stogov <dmitry@php.net> |
Added automatic module globals management
/php-src/ext/mbstring/mbstring.c
|
| c314888 |
|
30-May-2006 |
Seiji Masugata <masugata@php.net> |
added mb_stristr( ), mb_strrichr( ).
/php-src/ext/mbstring/mbstring.c
|
| 731584c |
|
30-May-2006 |
Seiji Masugata <masugata@php.net> |
added mb_strstr( ), mb_strrchr( ).
/php-src/ext/mbstring/mbstring.c
|
| 42aadab |
|
30-May-2006 |
Seiji Masugata <masugata@php.net> |
added mb_stripos( ), mb_strripos( ).
/php-src/ext/mbstring/mbstring.c
|
| 7314771 |
|
30-May-2006 |
Seiji Masugata <masugata@php.net> |
added mb_list_encodings_alias_names( ), mb_list_mime_names( ).
/php-src/ext/mbstring/mbstring.c
|
| 91dd837 |
|
30-May-2006 |
Seiji Masugata <masugata@php.net> |
added option parameter mb_list_encodings( ).
/php-src/ext/mbstring/mbstring.c
|
| 9b05e15 |
|
11-May-2006 |
Seiji Masugata <masugata@php.net> |
fixed all mbstring setting information doesn't return in mb_get_info( ).
/php-src/ext/mbstring/mbstring.c
|
| bf4ae10 |
|
26-Mar-2006 |
Seiji Masugata <masugata@php.net> |
fixed compiler warning.
/php-src/ext/mbstring/mbstring.c
|
| e8d320d |
|
21-Mar-2006 |
Rui Hirokawa <hirokawa@php.net> |
MFH
/php-src/ext/mbstring/mbstring.c
|
| 85019bf |
|
21-Mar-2006 |
Rui Hirokawa <hirokawa@php.net> |
MFH.
/php-src/ext/mbstring/mbstring.c
|
| fa3173b |
|
21-Mar-2006 |
Rui Hirokawa <hirokawa@php.net> |
*** empty log message ***
/php-src/ext/mbstring/mbstring.c
|
| 6912dab |
|
21-Mar-2006 |
Rui Hirokawa <hirokawa@php.net> |
@added possible encoding attack detection by mb_get_info('illegalchars').
/php-src/ext/mbstring/mbstring.c
|
| 2e3ae2f |
|
12-Mar-2006 |
Rui Hirokawa <hirokawa@php.net> |
MFH
/php-src/ext/mbstring/mbstring.c
|
| 61f7dc1 |
|
10-Mar-2006 |
Seiji Masugata <masugata@php.net> |
fixed different value was returned in mb_get_info.
/php-src/ext/mbstring/mbstring.c
|
| e221851 |
|
02-Mar-2006 |
Yasuo Ohgaki <yohgaki@php.net> |
MFH add safe_mode num of parameter check
/php-src/ext/mbstring/mbstring.c
|
| e8d3882 |
|
11-Feb-2006 |
Rui Hirokawa <hirokawa@php.net> |
MFH
/php-src/ext/mbstring/mbstring.c
|
| 4a17993 |
|
06-Feb-2006 |
Antony Dovgal <tony2001@php.net> |
initialize to_r remove needless semicolon
/php-src/ext/mbstring/mbstring.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/mbstring/mbstring.c
|
| b0ccd89 |
|
30-Dec-2005 |
Rui Hirokawa <hirokawa@php.net> |
MFH:added Turkish language definition (related to bug #29955)
/php-src/ext/mbstring/mbstring.c
|
| ef0c0cc |
|
25-Dec-2005 |
Rui Hirokawa <hirokawa@php.net> |
MFH: fixed #35711, added mbstring.strict_detection to detect the encoding striktly.
/php-src/ext/mbstring/mbstring.c
|
| cf90abf |
|
23-Dec-2005 |
Rui Hirokawa <hirokawa@php.net> |
MFH: fixed #28899 mb_substr() and substr() work differently when mbstring.func_overload is enabled.
/php-src/ext/mbstring/mbstring.c
|
| cb3cca2 |
|
15-Dec-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed possible memory corruption inside mb_strcut().
/php-src/ext/mbstring/mbstring.c
|
| 347032c |
|
06-Dec-2005 |
foobar <sniper@php.net> |
sync with HEAD
/php-src/ext/mbstring/mbstring.c
|
| 253392f |
|
06-Dec-2005 |
foobar <sniper@php.net> |
MFH: nuke php3 legacy
/php-src/ext/mbstring/mbstring.c
|
| 244c9a4 |
|
25-Nov-2005 |
Rui Hirokawa <hirokawa@php.net> |
5th argument of mb_encode_mimeheader() was not acceptable.
/php-src/ext/mbstring/mbstring.c
|
| b9f0ff7 |
|
23-Nov-2005 |
Rui Hirokawa <hirokawa@php.net> |
MFH: fixed 5307 unexpected header can be injected to mb_send_mail().
/php-src/ext/mbstring/mbstring.c
|
| 60949ca |
|
19-Nov-2005 |
Rui Hirokawa <hirokawa@php.net> |
MFH: fixed #35253 length of the encoded string vilolates a RFC.
/php-src/ext/mbstring/mbstring.c
|
| 20c3266 |
|
21-Sep-2005 |
Ilia Alshanetsky <iliaa@php.net> |
fixed compiler warnings
/php-src/ext/mbstring/mbstring.c
|
| 999a7ac |
|
21-Sep-2005 |
Ilia Alshanetsky <iliaa@php.net> |
MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)
/php-src/ext/mbstring/mbstring.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/mbstring/mbstring.c
|
| 542901d |
|
22-Mar-2005 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Add Armenian encoding / NLS (patch by Hayk Chamyan)
/php-src/ext/mbstring/mbstring.c
|
| 2d521a7 |
|
17-Mar-2005 |
foobar <sniper@php.net> |
Revert bad fix
/php-src/ext/mbstring/mbstring.c
|
| eb253ab |
|
17-Mar-2005 |
Rasmus Lerdorf <rasmus@php.net> |
Build fixes
/php-src/ext/mbstring/mbstring.c
|
| 3093ceb |
|
21-Feb-2005 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- WS fix.
/php-src/ext/mbstring/mbstring.c
|
| 0d78453 |
|
21-Feb-2005 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fix bug #28568 (known_post_content_types is not thread safe). # What is eventually necessiated is entire SAPI redesign, I think.
/php-src/ext/mbstring/mbstring.c
|
| 8d73dc7 |
|
21-Feb-2005 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fix compiler warnings.
/php-src/ext/mbstring/mbstring.c
|
| f257e10 |
|
10-Feb-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Removed unused vars.
/php-src/ext/mbstring/mbstring.c
|
| f7326d6 |
|
28-Jan-2005 |
Antony Dovgal <tony2001@php.net> |
MFB: fix #31732
/php-src/ext/mbstring/mbstring.c
|
| b1ddbcb |
|
16-Jan-2005 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fix a critical bug that request-local settings leak to another request.
/php-src/ext/mbstring/mbstring.c
|
| b33f7ab |
|
26-Jun-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fix bug #28466 (mbstring_convert_variables() problem).
/php-src/ext/mbstring/mbstring.c
|
| 3787740 |
|
12-Mar-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warning.
/php-src/ext/mbstring/mbstring.c
|
| e84334a |
|
10-Mar-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Revert ini setting patch, as I notified in http://news.php.net/article.php?group=php.internals&article=8451
/php-src/ext/mbstring/mbstring.c
|
| b3b2192 |
|
08-Mar-2004 |
Derick Rethans <derick@php.net> |
- Added mb_list_encoding() to return an array with all mbstring supported encodings.
/php-src/ext/mbstring/mbstring.c
|
| 02cdf5a |
|
06-Mar-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #27421 (mbstring.func_overload should be system ini setting).
/php-src/ext/mbstring/mbstring.c
|
| 11b0f46 |
|
28-Feb-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi) . Supports various encodings such as BIG5, GB2312 and ISO-8859-* . Fixes bug #26677 (mbstring compile errors with IRIX) . Many thanks to K.Kosako. - Remove redundant files that are not relevant to the build.
/php-src/ext/mbstring/mbstring.c
|
| f4983c0 |
|
17-Jan-2004 |
foobar <sniper@php.net> |
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
/php-src/ext/mbstring/mbstring.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/php-src/ext/mbstring/mbstring.c
|
| b8ea4e6 |
|
18-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fix bug #26639 (mb_convert_variables() clutters variables beyond the references)
/php-src/ext/mbstring/mbstring.c
|
| c77302f |
|
10-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Eliminate compiler warnings.
/php-src/ext/mbstring/mbstring.c
|
| f8e6e5d |
|
11-Nov-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Compiler warning fix (patch by Joe Orton)
/php-src/ext/mbstring/mbstring.c
|
| c4b163d |
|
25-Oct-2003 |
Rui Hirokawa <hirokawa@php.net> |
encoding detection shouldn't be performed if mbstring.http_input is set to auto or any valid encoding.
/php-src/ext/mbstring/mbstring.c
|
| 0ce6378 |
|
22-Oct-2003 |
Rui Hirokawa <hirokawa@php.net> |
name/value in multipart/form-date will be converted into internal encoding when mbstring.encoding_translation is On.
/php-src/ext/mbstring/mbstring.c
|
| 980c3b2 |
|
22-Oct-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compile warnings.
/php-src/ext/mbstring/mbstring.c
|
| a542268 |
|
02-Oct-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Remove leftovers
/php-src/ext/mbstring/mbstring.c
|
| b826794 |
|
26-Sep-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fix some incompatibilities with the pre-libmbfl behaviour regarding encoding detection.
/php-src/ext/mbstring/mbstring.c
|
| aa36f5b |
|
23-Sep-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Oops
/php-src/ext/mbstring/mbstring.c
|
| a89d00b |
|
23-Sep-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Remove unused variable
/php-src/ext/mbstring/mbstring.c
|
| 25bb0d1 |
|
23-Sep-2003 |
Rui Hirokawa <hirokawa@php.net> |
fixed win32-build and update e-mail address in mbstring.
/php-src/ext/mbstring/mbstring.c
|
| 8767205 |
|
31-Aug-2003 |
Zeev Suraski <zeev@php.net> |
Fix Win32 linkage problems
/php-src/ext/mbstring/mbstring.c
|
| ba41781 |
|
25-Aug-2003 |
Marcus Boerger <helly@php.net> |
- Fix compile - Building still not possible
/php-src/ext/mbstring/mbstring.c
|
| 7fe12aa |
|
24-Aug-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Integrate allocator code into mbstring.c
/php-src/ext/mbstring/mbstring.c
|
| 6b92fbd |
|
23-Aug-2003 |
Rui Hirokawa <hirokawa@php.net> |
revert previous patch.
/php-src/ext/mbstring/mbstring.c
|
| d2f002e |
|
23-Aug-2003 |
Rui Hirokawa <hirokawa@php.net> |
changed for ZTS mode.
/php-src/ext/mbstring/mbstring.c
|
| 5a80df2 |
|
23-Aug-2003 |
Rui Hirokawa <hirokawa@php.net> |
@mbfilter is changed to bundled version of libmbfl to prevent LGPL licence problem. mbregex is changed to oniguruma.
/php-src/ext/mbstring/mbstring.c
|
| 9bb299e |
|
19-Aug-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
More accurate fix for bug #25140
/php-src/ext/mbstring/mbstring.c
|
| 9cd7b9d |
|
19-Aug-2003 |
Derick Rethans <derick@php.net> |
- Fix for bug #25140 (mb_convert_encoding returns FALSE when it tries to convert empty string)
/php-src/ext/mbstring/mbstring.c
|
| ab9dcec |
|
11-Aug-2003 |
Masaki Fujimoto <fujimoto@php.net> |
- added script encoding support to Zend Engine 2. this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM), UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with '--enable-zend-multibyte' and '--enable-mbstring')
/php-src/ext/mbstring/mbstring.c
|
| 5e343ad |
|
08-Aug-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Eliminate redundant assignment
/php-src/ext/mbstring/mbstring.c
|
| de9d52c |
|
08-Aug-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Real fix for the problem addressed in the last commit message.
/php-src/ext/mbstring/mbstring.c
|
| a126014 |
|
07-Aug-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fix wrong behaviour under ZTS that was inconsistent with non-ZTS. # This patch really needs MFH
/php-src/ext/mbstring/mbstring.c
|
| c7a2910 |
|
06-Aug-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
MFB(1.142.2.22): add missing NLS entry for German.
/php-src/ext/mbstring/mbstring.c
|
| 0626fff |
|
03-Aug-2003 |
Marcus Boerger <helly@php.net> |
Fix warning
/php-src/ext/mbstring/mbstring.c
|
| 21503e7 |
|
03-Aug-2003 |
Marcus Boerger <helly@php.net> |
Reallow build
/php-src/ext/mbstring/mbstring.c
|
| 538d58d |
|
03-Aug-2003 |
Zeev Suraski <zeev@php.net> |
Use new infrastructure. There are bound to be some messups, please report build/runtime bugs!
/php-src/ext/mbstring/mbstring.c
|
| ac91b2d |
|
14-Jul-2003 |
Rui Hirokawa <hirokawa@php.net> |
MFH
/php-src/ext/mbstring/mbstring.c
|
| 0b0962e |
|
13-Jul-2003 |
Rui Hirokawa <hirokawa@php.net> |
added strict encoding detection mode to fix #24309
/php-src/ext/mbstring/mbstring.c
|
| 2b44c63 |
|
28-Jun-2003 |
Rui Hirokawa <hirokawa@php.net> |
Fixed corruption of multibyte character including 0x5c as second byte in multipart/form-data.
/php-src/ext/mbstring/mbstring.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/mbstring/mbstring.c
|
| e500e95 |
|
12-May-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Applied the right fix for bug #23016
/php-src/ext/mbstring/mbstring.c
|
| e9111e0 |
|
04-May-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed an issue that zend-multibyte's behaviour doesn't reflect the change to mbstring.internal_encoding ini setting.
/php-src/ext/mbstring/mbstring.c
|
| 894e2aa |
|
01-May-2003 |
Ilia Alshanetsky <iliaa@php.net> |
emalloc -> safe_emalloc
/php-src/ext/mbstring/mbstring.c
|
| 0e5df53 |
|
25-Apr-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Moved copyright notice to the better place.
/php-src/ext/mbstring/mbstring.c
|
| 4c2d694 |
|
25-Apr-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added a bogus copyright notice.
/php-src/ext/mbstring/mbstring.c
|
| 6eaa478 |
|
01-Apr-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed crash in mb_convert_encoding() that occurs when a void array is passed as the third parameter
/php-src/ext/mbstring/mbstring.c
|
| 8bdef0d |
|
28-Mar-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Removed redundant aliases & CS fix.
/php-src/ext/mbstring/mbstring.c
|
| 3c9155e |
|
07-Mar-2003 |
foobar <sniper@php.net> |
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
/php-src/ext/mbstring/mbstring.c
|
| d2eb897 |
|
05-Mar-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added missing phpinfo entry (Russian support)
/php-src/ext/mbstring/mbstring.c
|
| 3940c67 |
|
04-Mar-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
64bit long fix: patch by Dave Hill
/php-src/ext/mbstring/mbstring.c
|
| 63291af |
|
20-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed bug #22330 (overloaded strrpos() gives wrong results) Patch by david at santinoli dot com. Thanks!
/php-src/ext/mbstring/mbstring.c
|
| 7429c2d |
|
19-Feb-2003 |
Rasmus Lerdorf <rasmus@php.net> |
Input Filter support. See README.input_filter for details. @- Input Filter support added. See README.input_filter. (Rasmus)
/php-src/ext/mbstring/mbstring.c
|
| dd0462c |
|
18-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added description for the hand-made finite state machine.
/php-src/ext/mbstring/mbstring.c
|
| bcd49d6 |
|
18-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed mb_send_mail() so that Content-Type and Content-Transfer-Encoding headers are overridable by additional header parameters. This patch fixes bug #21985 and bug #22064.
/php-src/ext/mbstring/mbstring.c
|
| 1068156 |
|
11-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed ZTS build
/php-src/ext/mbstring/mbstring.c
|
| 0ae9394 |
|
03-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
zend_get_parameters_* => zend_parse_parameters
/php-src/ext/mbstring/mbstring.c
|
| a4fe845 |
|
03-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Really fixed proto. # sorry for messing
/php-src/ext/mbstring/mbstring.c
|
| 2a92efd |
|
03-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Oops! wrong commit. Reverting...
/php-src/ext/mbstring/mbstring.c
|
| e58e117 |
|
03-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed proto
/php-src/ext/mbstring/mbstring.c
|
| b00cc4f |
|
31-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.net See http://lists.php.net/article.php?group=php.i18n&article=427
/php-src/ext/mbstring/mbstring.c
|
| 8a9e09a |
|
21-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
ARG_COUNT(ht) -> ZEND_NUM_ARGS().
/php-src/ext/mbstring/mbstring.c
|
| 984c091 |
|
18-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Removed pointless memory allocation checks.
/php-src/ext/mbstring/mbstring.c
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/php-src/ext/mbstring/mbstring.c
|
| 12d4a19 |
|
25-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Forgot to adjust this one
/php-src/ext/mbstring/mbstring.c
|
| 76b218c |
|
25-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Renamed several internal functions for consistency
/php-src/ext/mbstring/mbstring.c
|
| 7f1f056 |
|
23-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Updated license information headers
/php-src/ext/mbstring/mbstring.c
|
| 22a9d7a |
|
23-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Separated GPC related part from mbstring.c
/php-src/ext/mbstring/mbstring.c
|
| 13a51b8 |
|
21-Nov-2002 |
Rui Hirokawa <hirokawa@php.net> |
mbstring is supporting CJK + some other encodings.
/php-src/ext/mbstring/mbstring.c
|
| 72f0be0 |
|
19-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Function renamings: s/php_mbstr_/php_mb/. # all of which are static so I don't see any problem for now.
/php-src/ext/mbstring/mbstring.c
|
| 41ef851 |
|
19-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Unified the duplicated portions. # No need to merge this patch to the branch
/php-src/ext/mbstring/mbstring.c
|
| e40416e |
|
14-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed possible buffer over run in php_mb_safe_strrchr_ex()
/php-src/ext/mbstring/mbstring.c
|
| dac0b6f |
|
14-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Moved some mbregex related portions from mbstring.c to php_mbregex.c # No need to merge this change to PHP_4_3 branch
/php-src/ext/mbstring/mbstring.c
|
| 1eddce7 |
|
13-Nov-2002 |
Edin Kadribasic <edink@php.net> |
MFB (made mbstring compile on windows again).
/php-src/ext/mbstring/mbstring.c
|
| 7addde8 |
|
13-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Prevented unwanted encoding detections in mb_send_mail() # This patch shouldn't break BC
/php-src/ext/mbstring/mbstring.c
|
| e01b60c |
|
13-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed mb_encode_mimeheader() to work with languages other than Japanese and English
/php-src/ext/mbstring/mbstring.c
|
| 04f5907 |
|
13-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a buffer over-run bug in case a function to be overloaded doesn't exist. # This patch was made by Ilia.
/php-src/ext/mbstring/mbstring.c
|
| 16cf26e |
|
12-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Cosmetics
/php-src/ext/mbstring/mbstring.c
|
| 3cf7002 |
|
12-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a function overloading related bug. # Yet I suspect the problem is in another place...
/php-src/ext/mbstring/mbstring.c
|
| 268903c |
|
12-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added neutral language spec for backwards compatibility
/php-src/ext/mbstring/mbstring.c
|
| 1017cf9 |
|
12-Nov-2002 |
Marcus Boerger <helly@php.net> |
fix warnings
/php-src/ext/mbstring/mbstring.c
|
| 66d606d |
|
10-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed mb_send_mail() so that it correctly handles the language setting.
/php-src/ext/mbstring/mbstring.c
|
| 2007517 |
|
10-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed OnUpdate_mbstring_language so that change for mbstring.language would be reflected to the setting properly
/php-src/ext/mbstring/mbstring.c
|
| 3e21044 |
|
10-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Changed the default settings so that it shouldn't affect htmlentities()
/php-src/ext/mbstring/mbstring.c
|
| a1d6dcc |
|
10-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
These changes seems to have bad effect on htmlentities(). Remove it.
/php-src/ext/mbstring/mbstring.c
|
| 60febe2 |
|
09-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed typo
/php-src/ext/mbstring/mbstring.c
|
| 0e6445b |
|
09-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added mb_substr_count() as per the request #15097
/php-src/ext/mbstring/mbstring.c
|
| f47cf49 |
|
09-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed PHP_INI_MH(OnUpdate_mbstring_language) so that ini entry values are properly updated.
/php-src/ext/mbstring/mbstring.c
|
| 941d5e3 |
|
03-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
style keisatsu
/php-src/ext/mbstring/mbstring.c
|
| e9982c0 |
|
02-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Reduced compiler warnings
/php-src/ext/mbstring/mbstring.c
|
| 75583ee |
|
26-Oct-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Remove useless check. # Problem was in other place
/php-src/ext/mbstring/mbstring.c
|
| af9aefc |
|
25-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Additional fix for #20087 # Thanks, Derick!
/php-src/ext/mbstring/mbstring.c
|
| 9e1b9a8 |
|
25-Oct-2002 |
Derick Rethans <derick@php.net> |
- Fixed bug #20087 (Assertion failure when the value was empty)
/php-src/ext/mbstring/mbstring.c
|
| 36447eb |
|
25-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed null value check in php_mb_mbchar_bytes_ex() as it should be
/php-src/ext/mbstring/mbstring.c
|
| b309c05 |
|
25-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Adjusted MINFO table style
/php-src/ext/mbstring/mbstring.c
|
| 15b2e27 |
|
24-Oct-2002 |
Marcus Boerger <helly@php.net> |
fix compiler warning
/php-src/ext/mbstring/mbstring.c
|
| 74883a9 |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars. # Sorry Marcus, it seems we were working simultaneously :)
/php-src/ext/mbstring/mbstring.c
|
| 015832d |
|
23-Oct-2002 |
Marcus Boerger <helly@php.net> |
fix style and warnings
/php-src/ext/mbstring/mbstring.c
|
| d59f9b7 |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed comment position. # Sorry for repetitive commit logs :)
/php-src/ext/mbstring/mbstring.c
|
| afa9f42 |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Function renaming.
/php-src/ext/mbstring/mbstring.c
|
| 83fd27e |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added folding markers for happier hacking
/php-src/ext/mbstring/mbstring.c
|
| e8e6141 |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Style keisatsu
/php-src/ext/mbstring/mbstring.c
|
| fdc91cc |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Renaming the functions.
/php-src/ext/mbstring/mbstring.c
|
| b770355 |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Remaned the functions for consistency
/php-src/ext/mbstring/mbstring.c
|
| cbc9256 |
|
23-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
MFH
/php-src/ext/mbstring/mbstring.c
|
| 4eadff2 |
|
21-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
More style fixes...
/php-src/ext/mbstring/mbstring.c
|
| 8213494 |
|
21-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
style keisatsu :)
/php-src/ext/mbstring/mbstring.c
|
| fe7c6de |
|
21-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Changed the dafault option for consistency
/php-src/ext/mbstring/mbstring.c
|
| f45231a |
|
21-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added mb_strtolower() and mb_strtoupper() @- Added mb_strtolower() and mb_strtoupper(). (Moriyoshi)
/php-src/ext/mbstring/mbstring.c
|
| 7fb4938 |
|
20-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
ZTS fixes
/php-src/ext/mbstring/mbstring.c
|
| a6ecdca |
|
20-Oct-2002 |
Masaki Fujimoto <fujimoto@php.net> |
fixed highlight related bugs (in case shift_jis input/output filters are enabled)
/php-src/ext/mbstring/mbstring.c
|
| 6f46548 |
|
16-Oct-2002 |
Rui Hirokawa <hirokawa@php.net> |
modified zend_bool handling code.
/php-src/ext/mbstring/mbstring.c
|
| 585eefc |
|
16-Oct-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed a problem when mbstring.encoding_translation is defined per directory basis.
/php-src/ext/mbstring/mbstring.c
|
| e5f81ee |
|
16-Oct-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed a problem when mbstring.encoding_translation is defined per directory basis.
/php-src/ext/mbstring/mbstring.c
|
| 8884469 |
|
12-Oct-2002 |
Rui Hirokawa <hirokawa@php.net> |
changed INI restriction to enable per-directory settings.
/php-src/ext/mbstring/mbstring.c
|
| 579a1c3 |
|
08-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
ZTS fixes
/php-src/ext/mbstring/mbstring.c
|
| 2e1d931 |
|
07-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
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).
/php-src/ext/mbstring/mbstring.c
|
| 1a87c6b |
|
26-Sep-2002 |
Wez Furlong <wez@php.net> |
(PHP mb_convert_case) Add function that will convert the case of a string Respecting it's encoding (or the internal encoding).
/php-src/ext/mbstring/mbstring.c
|
| 16125ec |
|
07-Sep-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
This should fix var handling problems finally.
/php-src/ext/mbstring/mbstring.c
|
| b65073d |
|
07-Sep-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed array var handling. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>
/php-src/ext/mbstring/mbstring.c
|
| 27ce2cf |
|
07-Sep-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed trancated value bug when array is used
/php-src/ext/mbstring/mbstring.c
|
| ee2e4ed |
|
03-Sep-2002 |
Rui Hirokawa <hirokawa@php.net> |
removed #ifdef for mbstring.encoding_translation.
/php-src/ext/mbstring/mbstring.c
|
| 965ecdb |
|
27-Aug-2002 |
Marcus Boerger <helly@php.net> |
php_error_docref
/php-src/ext/mbstring/mbstring.c
|
| a8027c1 |
|
27-Aug-2002 |
Marcus Boerger <helly@php.net> |
Remove this nonsense - this makes the module unpredicable since we do not have default values in ini and more encodings will follow.
/php-src/ext/mbstring/mbstring.c
|
| e139dec |
|
14-Aug-2002 |
Den V. Tsopa <dets@php.net> |
Revert from patch added mb_guess_encoding to previous version
/php-src/ext/mbstring/mbstring.c
|
| 4f57435 |
|
14-Aug-2002 |
Den V. Tsopa <dets@php.net> |
Added new function mb_guess_encoding, based on symbols rating
/php-src/ext/mbstring/mbstring.c
|
| 3ffe4cb |
|
13-Aug-2002 |
Rasmus Lerdorf <rasmus@php.net> |
bool not boolean
/php-src/ext/mbstring/mbstring.c
|
| 81df625 |
|
04-Aug-2002 |
Marcus Boerger <helly@php.net> |
-Fix warnings (fixed all?)
/php-src/ext/mbstring/mbstring.c
|
| f2f70b5 |
|
04-Aug-2002 |
Marcus Boerger <helly@php.net> |
-Allow double quotes for encoding lists (if used in ini for example) -New parameter 'L' for mb_http_input() to retieve input encoding as comma separated string. @New parameter 'L' for mb_http_input() to retrieve input encoding as comma separated string. (marcus)
/php-src/ext/mbstring/mbstring.c
|
| 4b492c4 |
|
03-Aug-2002 |
Andi Gutmans <andi@php.net> |
- Fix build on Windows. Also please don't use Java style opening function - bracket indentation.
/php-src/ext/mbstring/mbstring.c
|
| de8c36d |
|
02-Aug-2002 |
Marcus Boerger <helly@php.net> |
-use const to clarify code -fix tsrmls build (therefore rfc1867.c)
/php-src/ext/mbstring/mbstring.c
|
| 7527bf0 |
|
02-Aug-2002 |
Rui Hirokawa <hirokawa@php.net> |
made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
/php-src/ext/mbstring/mbstring.c
|
| bc82be4 |
|
31-Jul-2002 |
Zeev Suraski <zeev@php.net> |
Fix crash
/php-src/ext/mbstring/mbstring.c
|
| 3e7c884 |
|
28-Jul-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed query string handling. Now some.php?a&b=1;c works. # arg_separator.output can be multile chars
/php-src/ext/mbstring/mbstring.c
|
| fbbeaec |
|
27-Jul-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed: output encoding translation by mb_output_handler() in ext/mbstring was not usable when Content-Type is set by header().
/php-src/ext/mbstring/mbstring.c
|
| 50ca75a |
|
15-Jul-2002 |
Edin Kadribasic <edink@php.net> |
Fix bug #16985 (wrong count of GET/POST variables).
/php-src/ext/mbstring/mbstring.c
|
| bec1633 |
|
12-Jul-2002 |
Sebastian Bergmann <sebastian@php.net> |
Remove unused variables.
/php-src/ext/mbstring/mbstring.c
|
| 555ca8e |
|
11-Jul-2002 |
Rui Hirokawa <hirokawa@php.net> |
added mbstring.language option in ext/mbstring.
/php-src/ext/mbstring/mbstring.c
|
| ead78e9 |
|
05-Jul-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed shift_jis character corruption including 0x5c as second byte following a slash on uploaded filename.
/php-src/ext/mbstring/mbstring.c
|
| bda7548 |
|
03-Jul-2002 |
Frank M. Kromann <fmk@php.net> |
Removed unneeded check for MBSTR_ENC_TRANS
/php-src/ext/mbstring/mbstring.c
|
| 0818410 |
|
03-Jul-2002 |
Frank M. Kromann <fmk@php.net> |
Fixing ZTS build
/php-src/ext/mbstring/mbstring.c
|
| bb21c40 |
|
03-Jul-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed shift_jis character corruption including 0x5c as second byte on uploaded filename.
/php-src/ext/mbstring/mbstring.c
|
| 010e5e6 |
|
19-Jun-2002 |
Marcus Boerger <helly@php.net> |
correct handling/generating of php_mbstr_default_identify_list
/php-src/ext/mbstring/mbstring.c
|
| cff4039 |
|
18-Jun-2002 |
foobar <sniper@php.net> |
Fixed bug: #17137, test pass still
/php-src/ext/mbstring/mbstring.c
|
| d301223 |
|
24-May-2002 |
Rui Hirokawa <hirokawa@php.net> |
reverted my patch.
/php-src/ext/mbstring/mbstring.c
|
| ee480a7 |
|
24-May-2002 |
Rui Hirokawa <hirokawa@php.net> |
reverted patch to support iso2022kr.
/php-src/ext/mbstring/mbstring.c
|
| 4974e60 |
|
21-May-2002 |
Den V. Tsopa <dets@php.net> |
Added russian codepages (koi8-r,cp1251,cp866) support.
/php-src/ext/mbstring/mbstring.c
|
| 0b70f9e |
|
16-May-2002 |
Preston L. Bannister <pbannister@php.net> |
Range check arguments to mb_strcut(). Test ext/mbstring/013.phpt causes a hard failure w/o this.
/php-src/ext/mbstring/mbstring.c
|
| 5f8009a |
|
15-May-2002 |
Rui Hirokawa <hirokawa@php.net> |
added ISO-2022-KR support in mbstring.
/php-src/ext/mbstring/mbstring.c
|
| f30b722 |
|
08-May-2002 |
Rui Hirokawa <hirokawa@php.net> |
Added conversion support from script character encoding to internal character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.
/php-src/ext/mbstring/mbstring.c
|
| 5df0143 |
|
30-Apr-2002 |
Rui Hirokawa <hirokawa@php.net> |
added simplified chinese, traditional chinese, korean support to mbstring. Note that this feature is experimental.
/php-src/ext/mbstring/mbstring.c
|
| 417f299 |
|
23-Apr-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Remove unneeded 'return'.
/php-src/ext/mbstring/mbstring.c
|
| e678038 |
|
23-Apr-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fix possible wide char prolem. Fix empty output when no conversion is performed. # Derick, this needs to be merged.
/php-src/ext/mbstring/mbstring.c
|
| aa9cf26 |
|
21-Apr-2002 |
Rui Hirokawa <hirokawa@php.net> |
small performance improvement when pass is selected as input encoding.
/php-src/ext/mbstring/mbstring.c
|
| d5158c2 |
|
14-Apr-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed error output handler when 'pass' is choosed as output encoding.
/php-src/ext/mbstring/mbstring.c
|
| 0f0a5dd |
|
12-Apr-2002 |
Marcus Boerger <helly@php.net> |
-new function php_mb_check_encoding_list -mark module globals as const (thread safety)
/php-src/ext/mbstring/mbstring.c
|
| df82b2e |
|
12-Apr-2002 |
Marcus Boerger <helly@php.net> |
-fix mb_detect_order -php_mbstring_parse_encoding_list/array return 0 on any illegal input
/php-src/ext/mbstring/mbstring.c
|
| fffb1a5 |
|
11-Apr-2002 |
Marcus Boerger <helly@php.net> |
interpret empty to_encoding as encoding not set what results in current_internal_encoding
/php-src/ext/mbstring/mbstring.c
|
| adf5890 |
|
11-Apr-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed a bug which causes crash when charset is not set.
/php-src/ext/mbstring/mbstring.c
|
| 25db882 |
|
11-Apr-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fix ZTS build # Please check caller when you add TSRMLS_DC. Especically if it's PHPAPI function... # find . -name "*.c" | xargs grep php_mail
/php-src/ext/mbstring/mbstring.c
|
| 1f84726 |
|
10-Apr-2002 |
Rui Hirokawa <hirokawa@php.net> |
changed mbstring to make thread safe.
/php-src/ext/mbstring/mbstring.c
|
| 0743669 |
|
07-Apr-2002 |
Marcus Boerger <helly@php.net> |
-fix warnings
/php-src/ext/mbstring/mbstring.c
|
| 65ba307 |
|
06-Apr-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Use get_active_function_name() for error messages.
/php-src/ext/mbstring/mbstring.c
|
| cbb9620 |
|
05-Apr-2002 |
Marcus Boerger <helly@php.net> |
no space for comma separated encoding lists
/php-src/ext/mbstring/mbstring.c
|
| eb7ed91 |
|
05-Apr-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed way of exporing functions. (Need PHPAPI for Win) Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}") Fixed error message so that appropriate function names are displayed.
/php-src/ext/mbstring/mbstring.c
|
| cb51e72 |
|
05-Apr-2002 |
Marcus Boerger <helly@php.net> |
new function php_mb_convert_encoding
/php-src/ext/mbstring/mbstring.c
|
| 751dced |
|
23-Mar-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed some errors in regression tests.
/php-src/ext/mbstring/mbstring.c
|
| d4e63bc |
|
16-Mar-2002 |
Markus Fischer <mfischer@php.net> |
- Raise warning when trying to execute non-executeable shell for mail delivery binary.
/php-src/ext/mbstring/mbstring.c
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/php-src/ext/mbstring/mbstring.c
|
| 07a0828 |
|
23-Feb-2002 |
Rui Hirokawa <hirokawa@php.net> |
fixed a comment and default output encoding changed to pass.
/php-src/ext/mbstring/mbstring.c
|
| 7baa36c |
|
10-Feb-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fix typo
/php-src/ext/mbstring/mbstring.c
|
| ccc8755 |
|
06-Feb-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Remove unused line # I forgot to delete this line
/php-src/ext/mbstring/mbstring.c
|
| eba550d |
|
06-Feb-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed crash with mb_output_handler() When mb_output_hanlder is applied muiltiple times, PHP does not output. This should be fixed also.
/php-src/ext/mbstring/mbstring.c
|
| 23258ef |
|
04-Feb-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Remove TSRMLS_FETCH() does not need
/php-src/ext/mbstring/mbstring.c
|
| c79f749 |
|
11-Jan-2002 |
Rui Hirokawa <hirokawa@php.net> |
@Added multi-byte enabled regex functions. (Rui)
/php-src/ext/mbstring/mbstring.c
|
| ab32202 |
|
07-Jan-2002 |
Egon Schmid <eschmid@php.net> |
Fixed some protos.
/php-src/ext/mbstring/mbstring.c
|
| 32c1b0f |
|
07-Jan-2002 |
Rui Hirokawa <hirokawa@php.net> |
@added mb_get_info() to get internal settings of mbstring.
/php-src/ext/mbstring/mbstring.c
|
| e72d606 |
|
26-Dec-2001 |
Rui Hirokawa <hirokawa@php.net> |
added code to remove overloaded function in RSHUTDOWN.
/php-src/ext/mbstring/mbstring.c
|
| 8488a5a |
|
23-Dec-2001 |
Rui Hirokawa <hirokawa@php.net> |
@added function overload in mbstring to add multibyte support for string and mail functions.
/php-src/ext/mbstring/mbstring.c
|
| 1524fa7 |
|
17-Dec-2001 |
Rui Hirokawa <hirokawa@php.net> |
output encoding translation turn off in mb_output_handler() when non-text (binary) data was sent.(Patched by Kanemoto.)
/php-src/ext/mbstring/mbstring.c
|
| ff219f1 |
|
17-Dec-2001 |
Yasuo Ohgaki <yohgaki@php.net> |
Fix compile error
/php-src/ext/mbstring/mbstring.c
|
| 26e30dc |
|
16-Dec-2001 |
Rui Hirokawa <hirokawa@php.net> |
added an option mbstring.func_overload to overload some function by multibyte enabled version of function in mbstring.
/php-src/ext/mbstring/mbstring.c
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/php-src/ext/mbstring/mbstring.c
|
| da8b28c |
|
08-Nov-2001 |
Rui Hirokawa <hirokawa@php.net> |
fixed a bug in http input processing patched by Yasuo Ohgaki.
/php-src/ext/mbstring/mbstring.c
|
| 6892520 |
|
11-Oct-2001 |
Stig Bakken <ssb@php.net> |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
/php-src/ext/mbstring/mbstring.c
|
| 6cfba2a |
|
25-Sep-2001 |
Jeroen van Wolffelaar <jeroen@php.net> |
2nd phase in back-substitution those macro's I've got pretty much everything now...
/php-src/ext/mbstring/mbstring.c
|
| c033288 |
|
25-Sep-2001 |
Jeroen van Wolffelaar <jeroen@php.net> |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
/php-src/ext/mbstring/mbstring.c
|
| 0a6878c |
|
15-Aug-2001 |
Daniel Beulshausen <dbeu@php.net> |
accomodate SAPI_API changes
/php-src/ext/mbstring/mbstring.c
|
| 9be8c97 |
|
31-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Some more TSRMLS_FETCH work
/php-src/ext/mbstring/mbstring.c
|
| d76cf1d |
|
31-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH work
/php-src/ext/mbstring/mbstring.c
|
| 797a079 |
|
30-Jul-2001 |
Zeev Suraski <zeev@php.net> |
More TSRMLS_FETCH work, and a bit of cleanup
/php-src/ext/mbstring/mbstring.c
|
| b0224d5 |
|
30-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Zend compatibility patch
/php-src/ext/mbstring/mbstring.c
|
| a787dc2 |
|
29-Jul-2001 |
Rui Hirokawa <hirokawa@php.net> |
changed for input encoding conversion in win32.
/php-src/ext/mbstring/mbstring.c
|
| d87cc97 |
|
28-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Redesigned thread safety mechanism - nua nua
/php-src/ext/mbstring/mbstring.c
|
| fe6f871 |
|
27-Jul-2001 |
Zeev Suraski <zeev@php.net> |
- 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...
/php-src/ext/mbstring/mbstring.c
|
| 0453eff |
|
20-Jul-2001 |
Thies C. Arntzen <thies@php.net> |
fix include
/php-src/ext/mbstring/mbstring.c
|
| 7dcb3cd |
|
06-Jul-2001 |
Rui Hirokawa <hirokawa@php.net> |
fixed argument number in mb_send_mail().
/php-src/ext/mbstring/mbstring.c
|
| 659282b |
|
06-Jul-2001 |
Rui Hirokawa <hirokawa@php.net> |
fixed argument number in mb_send_mail().
/php-src/ext/mbstring/mbstring.c
|
| 669a6d6 |
|
11-Jun-2001 |
Daniel Beulshausen <dbeu@php.net> |
should build under windows as well
/php-src/ext/mbstring/mbstring.c
|
| 2be3c40 |
|
07-Jun-2001 |
Rui Hirokawa <hirokawa@php.net> |
added charset parameter to output of mb_output_handler().
/php-src/ext/mbstring/mbstring.c
|
| 491d00e |
|
05-Jun-2001 |
Rui Hirokawa <hirokawa@php.net> |
two bug fixed: return value of mb_strimwidth() was invalid and separator parameter of mb_parse_str wasn't worked.
/php-src/ext/mbstring/mbstring.c
|
| 73aee80 |
|
03-Jun-2001 |
Rui Hirokawa <hirokawa@php.net> |
a bug fixed about memory reallocation and added extra parameter support to mb_send_mail().
/php-src/ext/mbstring/mbstring.c
|
| 1beda9e |
|
24-May-2001 |
Stig Bakken <ssb@php.net> |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
/php-src/ext/mbstring/mbstring.c
|
| 45a2e76 |
|
10-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
fixed bug of mb_substitute_character() and mb_substr() in mbstring.
/php-src/ext/mbstring/mbstring.c
|
| 223eca3 |
|
09-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
remaked mb_gpc_handler as mb_parse_str() in mbstring.
/php-src/ext/mbstring/mbstring.c
|
| 0a452b2 |
|
08-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
added mb_language to ext/mbstring.
/php-src/ext/mbstring/mbstring.c
|
| 78ee5d5 |
|
06-May-2001 |
Egon Schmid <eschmid@php.net> |
Fixed some protos.
/php-src/ext/mbstring/mbstring.c
|
| a09844a |
|
06-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
fixed divided by zero exception and lack of multidimentional array support in mbstring.
/php-src/ext/mbstring/mbstring.c
|
| b0d91b1 |
|
06-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
fixed a compilation problem without --enable-mbstr-enc-trans.
/php-src/ext/mbstring/mbstring.c
|
| c0624c7 |
|
04-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
fixed a memory leak in ext/mbstring.
/php-src/ext/mbstring/mbstring.c
|
| b388986 |
|
03-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
deleted some function aliases. @- Added Japanese multibyte string functions support. (Rui)
/php-src/ext/mbstring/mbstring.c
|
| 953c181 |
|
02-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
clear http input encoding detection result in RSHUTDOWN.
/php-src/ext/mbstring/mbstring.c
|
| f34bad2 |
|
01-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
modified some function name in ext/mbstring based on naming convension and mbstr_http_input() implemented.
/php-src/ext/mbstring/mbstring.c
|
| f2731cb |
|
01-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
modified some function name in mbstring based on php's naming convension.
/php-src/ext/mbstring/mbstring.c
|
| 4cafbdc |
|
01-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
simplified some function's name in ext/mbstring.
/php-src/ext/mbstring/mbstring.c
|
| 09197a4 |
|
01-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
renamed jstring to mbstring.
/php-src/ext/mbstring/mbstring.c
|