moriyoshi Wed Apr 2 19:15:13 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed segfault in mb_ereg_match()
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.37 php4/ext/mbstring/php_mbregex.c:1.38
---
moriyoshi Wed Apr 2 19:01:44 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed lots of crashes in mbregex.
# most of them were caused by stupid mistakes
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.
moriyoshi Tue Apr 1 13:56:59 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
oops
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.35 php4/ext/mbstring/php_mbregex.c:1.36
--- php4/ext/mbstring/php_mbregex
moriyoshi Tue Apr 1 13:56:26 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Reverted the last patch; the problem is elsewhere..
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.34 php4/ext/mbstring/php_m
moriyoshi Tue Apr 1 13:44:00 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed crash that occurs due to an abused persistent hashtable.
# thanks Sascha again.
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php
moriyoshi Thu Jan 23 15:38:44 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Really fixed the mb issue of mb_ereg_replace()
# my previous patch is somewhat wrong
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mb
moriyoshi Thu Jan 23 15:07:39 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe.
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:
moriyoshi Tue Jan 21 17:09:09 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Oops! wrong patch. Reverted.
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.29 php4/ext/mbstring/php_mbregex.c:1.30
--- php4/
moriyoshi Tue Jan 21 17:03:30 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed mb_ereg_replace() bug (the function has ignored the default option)
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.28 p
moriyoshi Tue Jan 21 14:31:08 2003 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed mb_ereg_search() segfault that occurs when the function is called
before a string to be searched is passed by mb_ereg_search_init()
Index: php4/ext/mb
moriyoshi Thu Nov 14 14:04:30 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fix build
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.20 php4/ext/mbstring/php_mbregex.c:1.21
--- php4/ext/mbstring/php_mb
moriyoshi Wed Oct 30 05:35:55 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed mb_ereg_replace() bug
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.16 php4/ext/mbstring/php_mbregex.c:1.17
--- php4/e
moriyoshi Sun Oct 20 11:11:05 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Changed mb_regex_set_options() more informative
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.15 php4/ext/mbstring/php_mbreg
moriyoshi Thu Oct 10 13:00:38 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed mb_regex_set_options()
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.14 php4/ext/mbstring/php_mbregex.c:1.15
--- php4
sebastian Tue Oct 8 01:08:39 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c php_mbregex.h
Log:
Fix ZTS build.
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.13 php4/ext/mbstring/php_mbregex.c:1.14
--- php4
moriyoshi Mon Oct 7 16:12:48 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fixed typo.
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.12 php4/ext/mbstring/php_mbregex.c:1.13
--- php4/ext/mbstring/
moriyoshi Mon Oct 7 12:46:43 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
fixed mb_split (the value of third parameter treated wrongly)
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.10 php4/ext/mbs
moriyoshi Mon Oct 7 12:15:37 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
MFH
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.9 php4/ext/mbstring/php_mbregex.c:1.10
--- php4/ext/mbstring/php_mbreg
rasmus Sun Oct 6 12:37:33 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fix build
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.8 php4/ext/mbstring/php_mbregex.c:1.9
--- php4/ext/mbstring/php_mbregex.c:1
moriyoshi Sun Oct 6 11:31:52 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
added support for aliases of the encodings.
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.7 php4/ext/mbstring/php_mbrege
On Sun, 6 Oct 2002, Moriyoshi Koizumi wrote:
> moriyoshi Sun Oct 6 02:21:34 2002 EDT
>
> Modified files:
> /php4/ext/mbstringphp_mbregex.c
> Log:
> Warnings for empty regular expressions
Please merge this to the brach too!
Derick
>
>
> Inde
moriyoshi Sun Oct 6 02:37:48 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
made messages more consistent
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.6 php4/ext/mbstring/php_mbregex.c:1.7
--- ph
moriyoshi Sun Oct 6 02:21:34 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Warnings for empty regular expressions
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.5 php4/ext/mbstring/php_mbregex.c:1.6
23 matches
Mail list logo