History log of /php-src/ext/mbstring/php_mbregex.c (Results 201 – 225 of 252)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# c30f4ab6 19-Mar-2005 Rui Hirokawa

oniguruma updated to 3.7.1 and changed UChar to OnigUChar.

Revision tags: php-5.0.4RC1, php-4.3.11RC1
# 01c0d589 21-Feb-2005 Moriyoshi Koizumi

- Fix bug #30868 (evaluated pointer comparison in mbregex causes compile
failure).

# 5b5e012b 20-Feb-2005 Moriyoshi Koizumi

- Update libmbfl (fixes bug #30549 and #31911).
- Update oniguruma to 3.7.0

Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...

Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 11b0f469 28-Feb-2004 Moriyoshi Koizumi

- Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)
. Supports various encodings such as BIG5, GB2312 and ISO-8859-*
. Fixes bug #26677 (mbstring compile errors with IRIX)

- Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)
. Supports various encodings such as BIG5, GB2312 and ISO-8859-*
. Fixes bug #26677 (mbstring compile errors with IRIX)
. Many thanks to K.Kosako.
- Remove redundant files that are not relevant to the build.

show more ...

Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2
# f2b36ec5 02-Oct-2003 Moriyoshi Koizumi

Fix php_regex_encoding() so it can handle two additional encoding names
mbfilter supports by default.

Revision tags: php-4.3.4RC1
# 83609e08 26-Sep-2003 Moriyoshi Koizumi

Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)

# 1ee44161 23-Sep-2003 Moriyoshi Koizumi

Remove useless mutex code due to the switch to oniguruma.

# ce66e1eb 23-Sep-2003 Rui Hirokawa

fixed wrong string length in mbregex.

# 25bb0d16 23-Sep-2003 Rui Hirokawa

fixed win32-build and update e-mail address in mbstring.

Revision tags: RELEASE_0_7, php-4.3.3
# 5a80df26 23-Aug-2003 Rui Hirokawa

@mbfilter is changed to bundled version of libmbfl to prevent LGPL licence problem. mbregex is changed to oniguruma.

Revision tags: php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA
# 894e2aaf 01-May-2003 Ilia Alshanetsky

emalloc -> safe_emalloc

Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 8784a497 03-Apr-2003 Moriyoshi Koizumi

Fixed segfault in mb_ereg_match()

# 8b539ed7 03-Apr-2003 Moriyoshi Koizumi

Fixed lots of crashes in mbregex.
# most of them were caused by stupid mistakes

# 2954ea0a 01-Apr-2003 Moriyoshi Koizumi

oops

# 1bb22a8b 01-Apr-2003 Moriyoshi Koizumi

Reverted the last patch; the problem is elsewhere..

# df22d101 01-Apr-2003 Moriyoshi Koizumi

Fixed crash that occurs due to an abused persistent hashtable.
# thanks Sascha again.

Revision tags: php-4.3.2RC1
# 3940c673 04-Mar-2003 Moriyoshi Koizumi

64bit long fix: patch by Dave Hill

Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# cfbd0bb5 23-Jan-2003 Moriyoshi Koizumi

Really fixed the mb issue of mb_ereg_replace()
# my previous patch is somewhat wrong

# 3e7b8328 23-Jan-2003 Moriyoshi Koizumi

Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe.

# 812a4190 21-Jan-2003 Moriyoshi Koizumi

Oops! wrong patch. Reverted.

# ce5df6d9 21-Jan-2003 Moriyoshi Koizumi

Fixed mb_ereg_replace() bug (the function has ignored the default option)

# 9a723fcb 21-Jan-2003 Moriyoshi Koizumi

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()

1234567891011