summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Update memory freeing and other issues, revert some changesAaron Piotrowski2015-07-051-1/+3
* Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-052-5/+14
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-303-25/+25
* fix typosolshevskiy872015-05-131-1/+1
* Fix compile error when oniguruma is not availableLauri Kenttä2015-04-131-0/+2
* Finish PHP 4 constructor deprecationNikita Popov2015-03-311-1/+1
* Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-2/+2
* cleanup the mod version macros, round 2Anatol Belski2015-03-232-1/+4
* upgrade to oniguruman 5.9.6Anatol Belski2015-03-1217-61/+125
* expose oniguruma versionAnatol Belski2015-03-121-0/+5
* init mbstring tsrm_ls_cache on MINITAnatol Belski2015-03-111-0/+3
* added missing parenthesesMasaki Kagaya2015-03-082-1/+13
* Merge remote-tracking branch 'datibbaw/kill-ereg'Adam Harvey2015-03-056-41/+7
|\
| * Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-116-41/+7
* | Fix declare error behavior so that improper usages will actually errorAnthony Ferrara2015-02-204-2/+32
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | Merge branch 'pull-request/1012'Stanislav Malyshev2015-01-311-4/+4
|\ \
| * | Fix uninitalized variables reads. See CWE-457 for more info.Joshua Rogers2015-01-211-4/+4
* | | Fixed valgrind issue in mb_ereg_replace_variation1.phptXinchen Hui2015-01-291-1/+3
|/ /
* | bump yearXinchen Hui2015-01-157-7/+7
* | trailing whitespace removalStanislav Malyshev2015-01-10200-2322/+2322
* | Specifying MACRO for ppc64Gustavo Frederico Temple Pedrosa2015-01-041-0/+1
* | Fix bug #68706 - uninitalized pointer in mbstringStanislav Malyshev2015-01-031-6/+10
* | Improved trim/ltrim/rtrim functions.Dmitry Stogov2014-12-231-6/+6
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-215-35/+35
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-175-1/+6
|\ \
| * | Updated or skipped certain 32-bit testsAndrea Faulds2014-12-175-1/+6
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-139-267/+267
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-271-40/+59
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6'Anatol Belski2014-11-271-40/+59
| |\ \
| | * \ Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-11-271-40/+59
| | |\ \
| | | * | refactored the mbstring config.w32Anatol Belski2014-11-271-28/+20
| | | * | Fixed bug #68504 --with-libmbfl configure option not present on WindowsAnatol Belski2014-11-271-46/+73
| | * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-235-6/+6
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-265-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-235-6/+6
* | | | | fix arg order, CFLAGS is the fifth arg in m4Anatol Belski2014-10-171-2/+2
* | | | | more exts converted for static tsrm ls pointerAnatol Belski2014-10-154-3/+11
|/ / / /
* | | | Review a few more SEPARATE_ZVAL_IF_NOT_REF usagesNikita Popov2014-10-091-2/+1
* | | | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-1112/+0
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-2012-46/+39
|\ \ \ \
| * | | | reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-201-4/+4
| * | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-198-8/+8
| * | | | simplify conditionAnatol Belski2014-09-191-1/+1
| * | | | fix empty string checkAnatol Belski2014-09-191-1/+1
| * | | | remove useless conditionAnatol Belski2014-09-191-1/+1
| * | | | redo the fix casting to size_t where applicableAnatol Belski2014-09-162-2/+2
| * | | | fix signed/unsigned mismatch warningsAnatol Belski2014-09-161-2/+2
| * | | | fixed signed/unsigned mismatch warningAnatol Belski2014-09-161-1/+1