[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-04-02 Thread Moriyoshi Koizumi
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

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-04-02 Thread Moriyoshi Koizumi
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 ---

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-04-01 Thread Moriyoshi Koizumi
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

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-04-01 Thread Moriyoshi Koizumi
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

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-04-01 Thread Moriyoshi Koizumi
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 ---

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-01-23 Thread Moriyoshi Koizumi
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

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-01-21 Thread Moriyoshi Koizumi
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:

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-01-21 Thread Moriyoshi Koizumi
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

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2002-11-14 Thread Moriyoshi Koizumi
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 ---

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2002-10-20 Thread Moriyoshi Koizumi
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

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2002-10-07 Thread Moriyoshi Koizumi
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 ---

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c php_mbregex.h

2002-10-07 Thread Sebastian Bergmann
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 ---

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2002-10-06 Thread Moriyoshi Koizumi
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 ---