Moriyoshi Koizumi
a9c4d66340
- Added a new configure option --with-onig=[DIR] that allows the extension
...
to link to the external oniguruma library.
- Prevent libmbfl files from being installed when --with-libmbfl is specified.
- Fixed mb_ereg_replace() to work with unicode strings.
2008-07-16 02:29:14 +00:00
Felipe Pena
1de275f2c8
MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' parsing incorrect)
2008-07-11 13:54:47 +00:00
Felipe Pena
77c2eb1dcd
- MFB: Removed unused variables
2008-07-07 13:55:42 +00:00
Felipe Pena
f2655e0e5d
MFB:
...
- Added arginfo
- Removed unnecessary #include "zend_arg_defs.c"
2008-07-07 13:52:44 +00:00
Alexey Zakhlestin
df6701892b
MFB: string length -> int
2008-07-07 10:00:30 +00:00
Alexey Zakhlestin
9951e4822e
MFB: updated to the new parameter-parsing api
2008-07-07 09:57:12 +00:00
Alexey Zakhlestin
e7ee0d709d
MFB: added arginfo ( fixes #45388 )
2008-07-07 09:47:02 +00:00
Rui Hirokawa
19047cfd2e
fixed bug #27421 (by david at dfoerster dot de) mbstring.func_overload set in .htaccess becomes global
2008-06-13 14:47:48 +00:00
Rui Hirokawa
fe1484dc50
MFB
2008-02-16 08:49:07 +00:00
Sebastian Bergmann
9b620d50b4
Bump copyright year, 2 of 2.
2007-12-31 07:12:20 +00:00
Hannes Magnusson
bc3e6d743c
Fix typo (TAKAGI Masahiro)
2007-12-26 21:01:15 +00:00
Yiduo (David) Wang
95da0dc570
Added macros for managing zval refcounts and is_ref statuses
2007-10-07 05:15:07 +00:00
Dmitry Stogov
8146078f7b
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:28:44 +00:00
Rui Hirokawa
9fb312447e
added support "entity" as substitute_character settin accoding to bug #39404
2007-09-24 11:50:54 +00:00
Seiji Masugata
498c2e08f1
Synced mail function in mb_send_mail function(Escape mail.force_extra_parameters value).
2007-07-12 15:28:37 +00:00
Johannes Schlüter
c91907a515
- Always enable mail() function
2007-07-11 17:39:04 +00:00
Seiji Masugata
f8c62e9d07
Sync with mail function in mb_send_mail function(problem MOPB-33-2007:PHP and MOPB-34-2007:PHP).
2007-04-04 15:23:09 +00:00
Marcus Boerger
20a40063c5
- avoid sprintf
2007-02-24 16:25:58 +00:00
Antony Dovgal
521a03c098
fix folding and ws
2007-01-12 12:06:33 +00:00
Sebastian Bergmann
3717df72ae
Bump year.
2007-01-01 09:29:37 +00:00
Seiji Masugata
0d9e23c38b
Synced PHP_5_2 Branch.
2006-12-21 17:37:53 +00:00
Ilia Alshanetsky
fab0dd3b66
MFB: Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).
2006-11-03 19:56:07 +00:00
Hannes Magnusson
176b72284c
Error message clean up
...
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Nuno Lopes
07b26e4e5f
MFB (int->long)
2006-09-05 12:32:13 +00:00
Seiji Masugata
cf90bc9e1c
added returned value in mb_get_info( ).
2006-08-24 16:51:00 +00:00
Seiji Masugata
df84f5aa45
added option parameter mb_strrpos( ).
2006-07-17 04:44:06 +00:00
Seiji Masugata
85f42ffe65
changed GINIT definition.
2006-06-15 15:44:05 +00:00
Dmitry Stogov
943960c324
Added automatic module globals management
2006-06-13 13:12:20 +00:00
Seiji Masugata
b56ab30155
fixed all mbstring setting information doesn't return in mb_get_info( ).
2006-05-11 14:37:42 +00:00
Seiji Masugata
e241504917
fixed commnet typo, and duplicate logic.
2006-04-04 15:14:28 +00:00
Seiji Masugata
d8271224ad
added mb_stristr( ), mb_strrichr( ).
2006-04-03 15:32:43 +00:00
Seiji Masugata
cbd37caefc
added mb_stripos( ), mb_strripos( ).
2006-03-30 15:43:54 +00:00
Seiji Masugata
e42f182be3
added mb_strrchr( ).
2006-03-29 15:47:07 +00:00
Seiji Masugata
b5cd8f02d8
added mb_strstr( ).
2006-03-28 16:05:16 +00:00
Seiji Masugata
d28ec107ac
added mb_list_mime_names( ).
2006-03-27 15:20:02 +00:00
Seiji Masugata
c8de944309
fixed compiler warning.
2006-03-26 02:23:25 +00:00
Seiji Masugata
5fdede19a4
added mb_list_encodings_alias_names( ).
2006-03-23 20:14:41 +00:00
Rui Hirokawa
0fb7618d6e
added mb_check_encoding() to detect possible invalid encoding attack.
2006-03-21 07:47:43 +00:00
Rui Hirokawa
52a935ffd2
changed a option name based on PHP naming convension.
2006-03-21 02:19:59 +00:00
Rui Hirokawa
2832532138
MF PHP_5_1
2006-03-21 02:11:55 +00:00
Seiji Masugata
c9dfb792c5
added option parameter mb_list_encodings( ).
2006-03-16 15:21:12 +00:00
Rui Hirokawa
3b5a116511
fixed a possible null injection caused by missuse of mbstring.substitute_character.
2006-03-12 07:54:03 +00:00
Seiji Masugata
a7f7a7f389
fixed different value was returned in mb_get_info.
2006-03-10 16:36:52 +00:00
Pierre Joye
303bfea78f
- remove register_globals support (aka "Kill the f***ing thing" :)
2006-03-07 00:20:54 +00:00
Yasuo Ohgaki
4cf8787936
remove obsolete check
2006-03-03 20:41:52 +00:00
Yasuo Ohgaki
52fe090ef0
add safe_mode num of parameter check
2006-03-02 00:34:28 +00:00
Marcus Boerger
bb94742080
- Disable mbregex support until someone finds a way to reenable the
...
required engine stuff
- Fix build
2006-02-23 20:15:36 +00:00
Rui Hirokawa
0453023c3e
added additional info about mail encoding to mb_get_info(). (made by Jokagi)
2006-02-11 02:25:29 +00:00
Antony Dovgal
eadb1127fb
MF51: initialize to_r
...
remove needless semicolon
2006-02-06 10:41:42 +00:00
foobar
251c5173fd
bump year and license version
2006-01-01 13:10:10 +00:00