353 Commits (ed68ca44ecb0b00a7b84bf57dadd7b9cc17e5e98)

Author SHA1 Message Date
Moriyoshi Koizumi e9111e0f9b Fixed an issue that zend-multibyte's behaviour doesn't reflect the change 23 years ago
Ilia Alshanetsky 894e2aaf68 emalloc -> safe_emalloc 23 years ago
Moriyoshi Koizumi 0e5df53be5 Moved copyright notice to the better place. 23 years ago
Moriyoshi Koizumi 4c2d694aa3 Added a bogus copyright notice. 23 years ago
Moriyoshi Koizumi d1b82409c3 Added missing sanity check, which was causing segfault. 23 years ago
Moriyoshi Koizumi 8784a497b8 Fixed segfault in mb_ereg_match() 23 years ago
Moriyoshi Koizumi 8b539ed766 Fixed lots of crashes in mbregex. 23 years ago
Moriyoshi Koizumi 2954ea0a01 oops 23 years ago
Moriyoshi Koizumi 1bb22a8bd0 Reverted the last patch; the problem is elsewhere.. 23 years ago
Moriyoshi Koizumi df22d1016f Fixed crash that occurs due to an abused persistent hashtable. 23 years ago
Moriyoshi Koizumi 6eaa47854e Fixed crash in mb_convert_encoding() that occurs when a void array is 23 years ago
Moriyoshi Koizumi 9e6fdcd8f6 Fixed test cases so they wouldn't be failed in case register_globals=on 23 years ago
Moriyoshi Koizumi 8bdef0dda5 Removed redundant aliases & CS fix. 23 years ago
Moriyoshi Koizumi 570e929d49 Fixed bug #22834 (compile failure due to ugly implicit casts) 23 years ago
foobar 3c9155e0cb Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. 23 years ago
Moriyoshi Koizumi d2eb897739 Added missing phpinfo entry (Russian support) 23 years ago
Moriyoshi Koizumi 3940c673e3 64bit long fix: patch by Dave Hill 23 years ago
Rasmus Lerdorf d08a0e99c8 An input filter might not simply strip stuff, it might also turn things 23 years ago
Moriyoshi Koizumi 63291af120 Fixed bug #22330 (overloaded strrpos() gives wrong results) 23 years ago
Rasmus Lerdorf afb8842cea Fix mbstring input_filter 23 years ago
Rasmus Lerdorf 7429c2dc3f Input Filter support. See README.input_filter for details. 23 years ago
Moriyoshi Koizumi dd0462c78f Added description for the hand-made finite state machine. 23 years ago
Moriyoshi Koizumi bcd49d63c3 Fixed mb_send_mail() so that Content-Type and Content-Transfer-Encoding 23 years ago
Moriyoshi Koizumi 1068156252 Fixed ZTS build 23 years ago
Moriyoshi Koizumi 47f6ed8dbb Trivial test adjustment 23 years ago
Moriyoshi Koizumi 0ae9394c39 zend_get_parameters_* => zend_parse_parameters 23 years ago
Moriyoshi Koizumi a4fe845aba Really fixed proto. 23 years ago
Moriyoshi Koizumi 2a92efdaf9 Oops! wrong commit. Reverting... 23 years ago
Moriyoshi Koizumi e58e11743a Fixed proto 23 years ago
Moriyoshi Koizumi e5a4b5b2dc Fixed test case for mb_strpos(). 23 years ago
Moriyoshi Koizumi b00cc4f2bb Fixed a mb_send_mail() bug that has been reported in php-i18n@lists.php.net 23 years ago
Moriyoshi Koizumi cfbd0bb58a Really fixed the mb issue of mb_ereg_replace() 23 years ago
Moriyoshi Koizumi 3e7b832895 Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe. 23 years ago
Moriyoshi Koizumi 812a419019 Oops! wrong patch. Reverted. 23 years ago
Moriyoshi Koizumi ce5df6d949 Fixed mb_ereg_replace() bug (the function has ignored the default option) 23 years ago
Moriyoshi Koizumi 9a723fcb4e Fixed mb_ereg_search() segfault that occurs when the function is called 23 years ago
Ilia Alshanetsky 8a9e09a44a ARG_COUNT(ht) -> ZEND_NUM_ARGS(). 23 years ago
Ilia Alshanetsky 984c0918ab Removed pointless memory allocation checks. 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 24 years ago
Rui Hirokawa 3d324676a5 fixed lack of variable initialization bug. 24 years ago
Moriyoshi Koizumi de79a4e9d8 Reverted the changes because the problem was elsewhere. 24 years ago
Frank M. Kromann b2a648f5b5 Fixing the Win32 compilation of mbstring with mbregex enabled. 24 years ago
Frank M. Kromann a7f3ad42a4 Fixing build on WIn32 24 years ago
Moriyoshi Koizumi b9687bea65 Prevented the result from being affected by function overloading 24 years ago
Moriyoshi Koizumi 53fba5f8a6 @- Enabled mbregex by default when mbstring is also enabled (Moriyoshi) 24 years ago
Moriyoshi Koizumi 12d4a19fce Forgot to adjust this one 24 years ago
Moriyoshi Koizumi 76b218cb6e Renamed several internal functions for consistency 24 years ago
Rui Hirokawa b3cfda6389 simplified korean encoding conversion table. 24 years ago
Moriyoshi Koizumi 436bc265e6 MFB 24 years ago
Frank M. Kromann ecd975550b Adding mb_gpc files to project 24 years ago