[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-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 php4/ext/mbstring/php_mbregex.

[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 --- php4/ext/mbstring/php_mbregex

[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 php4/ext/mbstring/php_m

[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 php4/ext/mbstring/php

[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 php4/ext/mbstring/php_mb

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

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

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

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

[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 p

[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: php4/ext/mb

[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 --- php4/ext/mbstring/php_mb

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

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

[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 php4/ext/mbstring/php_mbreg

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

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

[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 --- php4

[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 --- php4/ext/mbstring/

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

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

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

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

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

2002-10-06 Thread Rasmus Lerdorf
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

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

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

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

2002-10-06 Thread Derick Rethans
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

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

2002-10-05 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 --- ph

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

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