History log of /PHP-5.4/ext/mbstring/mbstring.c (Results 26 – 50 of 371)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.6RC2, php-5.3.6RC1
# c10b7e3a 27-Jan-2011 Scott MacVicar

Fix crash with mbstring, this probably isn't the correct behaviour but 272/276 of the tests pass after this.

When mbstring.language is unset, it ends up being mbfl_no_language_neutral and th

Fix crash with mbstring, this probably isn't the correct behaviour but 272/276 of the tests pass after this.

When mbstring.language is unset, it ends up being mbfl_no_language_neutral and there is no default when setting the encoding.

internal_encoding and current_internal_encoding then end up being null.

show more ...


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# 7f055f54 20-Dec-2010 Rui Hirokawa

fixed compile error with VS2008.


# 7cbe5f16 19-Dec-2010 Moriyoshi Koizumi

WS


# bbf3d43c 19-Dec-2010 Moriyoshi Koizumi

* Refactor zend_multibyte facility.
Now mbstring.script_encoding is superseded by zend.script_encoding.


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4
# 755c2cd0 08-Dec-2010 Dmitry Stogov

Removed compile time dependency from ext/mbstring


Revision tags: php-5.2.15RC2, php-5.3.4RC2
# ab93d8c6 24-Nov-2010 Dmitry Stogov

Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini


Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# a9953ca3 27-Sep-2010 Felipe Pena

- Fixed bug #52931 (strripos not overloaded with function overloading enabled)


# 2cd1661e 27-Sep-2010 Felipe Pena

- Fixed bug #52931 (strripos not overloaded with function overloading enabled)


# bd526e47 19-Sep-2010 Rui Hirokawa

fixed compilation error.


# c783495e 25-Aug-2010 Adam Harvey

Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).


# 45960c90 25-Aug-2010 Adam Harvey

Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# eea8fc61 08-Jul-2010 Dmitry Stogov

Reduced overhead of request startup


# b65f1dae 05-Jul-2010 Dmitry Stogov

Reduced overhead of ext/mbstring initialization


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# febee112 21-Apr-2010 Kalle Sommer Nielsen

Removed register_globals


# 453b49ed 20-Apr-2010 Dmitry Stogov

Added a number of small performance tweaks and optimizations
. ZEND_RECV now always has IS_CV as its result
. ZEND_CATCH now has to be used only with constant class names
. ZEND_FET

Added a number of small performance tweaks and optimizations
. ZEND_RECV now always has IS_CV as its result
. ZEND_CATCH now has to be used only with constant class names
. ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order

show more ...


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0
# 0c974164 23-Sep-2009 Moriyoshi Koizumi

- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
multibyte character).

(This bug was introduced by the commit by r202895. Please double-check the
specific

- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
multibyte character).

(This bug was introduced by the commit by r202895. Please double-check the
specification of the function you are going to *fix*.)

show more ...


Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# 988b89aa 27-May-2009 Antony Dovgal

MFH: fix compile warnings


# 068d240d 10-May-2009 Jani Taskinen

- Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used)


Revision tags: php-5.3.0RC2
# 33bec1ec 20-Apr-2009 Jani Taskinen

- Sync with HEAD (just reorder to match HEAD order)


Revision tags: php-5.3.0RC1, RELEASE_1_3_5
# 716d2c91 15-Mar-2009 Moriyoshi Koizumi

- MFH: Fix a bug that mbstring.internal_encoding doesn't take effect within
the request encoding converter.


# 483d9636 06-Mar-2009 Ilia Alshanetsky

Improve parameter parsing code


12345678910>>...15