1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
Moriyoshi Koizumi e64002e9ef MFH(r-1.38): fixed segfault in mb_ereg_match() 2003-04-03 00:15:58 +00:00
Moriyoshi Koizumi 043a1f5b36 MFH(r-1.37): fixed lots of crashes in mbregex 2003-04-03 00:05:01 +00:00
Moriyoshi Koizumi a8b620a91f MFH: 64bit long fix 2003-03-04 17:14:56 +00:00
Moriyoshi Koizumi ba1e0fbf46 MFH: reverted the wrong patch 2003-01-21 22:09:55 +00:00
Moriyoshi Koizumi d78df15074 MFH: fixed a mb_regex_replace() bug 2003-01-21 22:04:28 +00:00
Moriyoshi Koizumi 77821ecb75 MFH: fixed mb_ereg_search() segfault 2003-01-21 19:32:18 +00:00
Edin Kadribasic c03f73a3b3 Made mbstring compile on windows again. 2002-11-13 23:01:17 +00:00
Moriyoshi Koizumi e9982c06c7 Reduced compiler warnings 2002-11-02 13:38:32 +00:00
Moriyoshi Koizumi 45361297f3 Fixed mb_ereg_replace() bug 2002-10-30 10:35:55 +00:00
Moriyoshi Koizumi 852117694a Changed mb_regex_set_options() more informative 2002-10-20 15:11:04 +00:00
Moriyoshi Koizumi 2f88f504c1 Fixed mb_regex_set_options() 2002-10-10 17:00:36 +00:00
Sebastian Bergmann af8230e28c Fix ZTS build. 2002-10-08 05:08:39 +00:00
Moriyoshi Koizumi 8f1fb5768b Fixed typo. 2002-10-07 20:12:48 +00:00
Moriyoshi Koizumi 2e1d931c66 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).
2002-10-07 17:59:49 +00:00
Moriyoshi Koizumi 931e25297b fixed mb_split (the value of third parameter treated wrongly) 2002-10-07 16:46:42 +00:00
Moriyoshi Koizumi 9b849892ea MFH 2002-10-07 16:15:36 +00:00
Rasmus Lerdorf d940131774 Fix build 2002-10-06 16:37:33 +00:00
Moriyoshi Koizumi a1b3f8382d added support for aliases of the encodings. 2002-10-06 15:31:52 +00:00
Moriyoshi Koizumi 0601d1fc41 made messages more consistent 2002-10-06 06:37:47 +00:00
Moriyoshi Koizumi 55b591365f Warnings for empty regular expressions 2002-10-06 06:21:34 +00:00
Marcus Boerger 965ecdb3a6 php_error_docref 2002-08-27 15:32:04 +00:00
Sascha Schumann 4efba9ef9d Improve use of module_globals macros 2002-04-26 10:13:45 +00:00
Rui Hirokawa d1caef7155 changed license from GPL2 to PHP License. 2002-03-23 07:33:13 +00:00
Rui Hirokawa 07a08288a1 fixed a comment and default output encoding changed to pass. 2002-02-23 00:04:20 +00:00
Rui Hirokawa c79f749ff8 @Added multi-byte enabled regex functions. (Rui) 2002-01-11 13:21:09 +00:00