History log of /PHP-5.4/ext/mbstring/mbstring.c (Results 76 – 100 of 371)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.0alpha1
# 92254290 25-Jul-2008 Moriyoshi Koizumi

- MFH: Fix warnings


# 52d5287d 25-Jul-2008 Moriyoshi Koizumi

- MFH: Fix wrong cast


# 1f7e5476 25-Jul-2008 Moriyoshi Koizumi

- MFH: Fix a typo in mb_stripos() that caused segfaults (noticed by bs@php.net, thanks).


# 4f42ed39 24-Jul-2008 Moriyoshi Koizumi

- Revived zend multibyte


# d7594eda 24-Jul-2008 Moriyoshi Koizumi

- MFH: Fixed warnings.


# e29684a2 24-Jul-2008 Moriyoshi Koizumi

- MFH: Added "mbstring.http_output_conv_mimetypes" INI directive.


Revision tags: php-4.4.9RC1
# 23928617 17-Jul-2008 Moriyoshi Koizumi

- MFH: Fix ZTS build


# f78da215 17-Jul-2008 Moriyoshi Koizumi

- MFH: Removed dependencies from php_mbregex to oniguruma types


# 88318e02 16-Jul-2008 Moriyoshi Koizumi

- MFH: Added a new configure option --with-onig=[DIR] that allows the extension
to link to the external oniguruma library.
- MFH: Prevent libmbfl files from being installed when --with-libm

- MFH: Added a new configure option --with-onig=[DIR] that allows the extension
to link to the external oniguruma library.
- MFH: Prevent libmbfl files from being installed when --with-libmbfl is
specified.

show more ...


# 97b0ae94 13-Jul-2008 Rui Hirokawa

fixed #43227 removed PHP_INI_PERDIR from mbstring.func_overload.


# 40e96d28 11-Jul-2008 Felipe Pena

MFB: - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' parsing incorrect)


# e7eda53a 07-Jul-2008 Felipe Pena

- Removed unused variables


# d7a22491 07-Jul-2008 Felipe Pena

- Added arginfo
- Removed unnecessary #include "zend_arg_defs.c"


# dea0d31b 05-Jul-2008 Rui Hirokawa

- added koi8-u (Ukrainian) and CP1254 (Turkish).


# e0351840 01-Jul-2008 Antony Dovgal

string length -> int


# 1c77f594 28-Jun-2008 Alexey Zakhlestin

updated to the new parameter-parsing api


# 95e41961 28-Jun-2008 Alexey Zakhlestin

added arginfo (fixes #45388)


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# b202ef74 13-Jun-2008 Rui Hirokawa

MFH


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 179b3709 16-Feb-2008 Rui Hirokawa

fixed #43841 mb_strrpos offset is byte count for negative values.


# c00121c5 16-Feb-2008 Rui Hirokawa

fixed bug #43840 mb_strpos bounds check is byte count rather than a character count.


# 852bf6e5 16-Feb-2008 Rui Hirokawa

'auto' encoding was not initialized correctly per request basis.


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# b4e95c3e 26-Dec-2007 Hannes Magnusson

MFH: Fix typo (TAKAGI Masahiro)


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


12345678910>>...15