summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix yy_limit computation after encoding switchNikita Popov2014-09-112-6/+0
* Remove self-contradictory zend multibyte assertionNikita Popov2014-09-112-2/+3
* Revert "Removing ext/ereg and dependencies"Dmitry Stogov2014-09-116-7/+41
* Removing ext/ereg and dependenciesTjerk Meesters2014-09-116-41/+7
* Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-21/+19
* 's' works with size_t round 3Anatol Belski2014-08-272-26/+28
* 's' works with size_t round 2Anatol Belski2014-08-271-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-272-28/+29
* Fix mbstring overloads in ztsNikita Popov2014-08-271-3/+6
* Unused varialeXinchen Hui2014-08-261-1/+0
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-252-9/+9
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-253-86/+86
* fixes to %pd format usageAnatol Belski2014-08-241-1/+1
* fixed incompatible types usageAnatol Belski2014-08-201-1/+1
* ported ext/mbstringAnatol Belski2014-08-192-22/+22
* basic macro replacements, all at onceAnatol Belski2014-08-192-64/+64
* Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| | |\
| | | * Correct typo in comments: 'initialized'Lior Kaplan2014-08-171-1/+1
| | | * tests still failing, so xfail for now until fixedStanislav Malyshev2014-01-292-2/+4
| | * | put this test back to XFAIL, as it was before, since it is still leaking memoryFerenc Kovacs2014-04-291-0/+2
| | * | tests still failing, so xfail for now until fixedStanislav Malyshev2014-01-292-2/+4
* | | | typofixesVeres Lajos2014-08-171-2/+2
* | | | Implemented builtin instruction for strlen()Dmitry Stogov2014-07-111-0/+2
* | | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-4/+3
* | | | Merge branch 'master' into phpngDmitry Stogov2014-06-121-14/+0
|\ \ \ \ | |/ / /
| * | | Removed another cvsclean fileSobak2014-06-081-14/+0
* | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-052-4/+4
* | | | Use new zend_hash APIDmitry Stogov2014-05-281-25/+6
* | | | Merge branch 'master' into phpngDmitry Stogov2014-05-132-3/+4
|\ \ \ \ | |/ / /
| * | | Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6Yasuo Ohgaki2014-05-121-1/+2
| * | | Fixed bug #67199 mb_regex_encoding mishmashYasuo Ohgaki2014-05-121-2/+2
| * | | XFAIL the leaking multibyte tests, we should really get to the bottom of thisFerenc Kovacs2014-05-013-0/+9
* | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-032-6/+6
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-2619-513/+343
|\ \ \ \ | |/ / /
| * | | multibytes tests still fail, put them in XFAILStanislav Malyshev2014-04-055-9/+4
| * | | Remove unneeded string copy.Yasuo Ohgaki2014-03-271-4/+32
| * | | Merge branch 'pull-request/622' into PHP-5.6Yasuo Ohgaki2014-03-1910-6/+26
| |\ \ \
| | * | | Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-03-1210-6/+26
| * | | | updated to oniguruma to 5.9.5Anatol Belski2014-03-158-448/+178
| |/ / /
| * | | a few typofixesVeres Lajos2014-02-141-1/+1