Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved trim/ltrim/rtrim functions. | Dmitry Stogov | 2014-12-23 | 1 | -6/+6 |
* | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 5 | -35/+35 |
* | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-17 | 5 | -1/+6 |
|\ | |||||
| * | Updated or skipped certain 32-bit tests | Andrea Faulds | 2014-12-17 | 5 | -1/+6 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 9 | -267/+267 |
* | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-27 | 1 | -40/+59 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' | Anatol Belski | 2014-11-27 | 1 | -40/+59 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-11-27 | 1 | -40/+59 |
| | |\ | |||||
| | | * | refactored the mbstring config.w32 | Anatol Belski | 2014-11-27 | 1 | -28/+20 |
| | | * | Fixed bug #68504 --with-libmbfl configure option not present on Windows | Anatol Belski | 2014-11-27 | 1 | -46/+73 |
| | * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 5 | -6/+6 |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-26 | 5 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 5 | -6/+6 |
* | | | | fix arg order, CFLAGS is the fifth arg in m4 | Anatol Belski | 2014-10-17 | 1 | -2/+2 |
* | | | | more exts converted for static tsrm ls pointer | Anatol Belski | 2014-10-15 | 4 | -3/+11 |
|/ / / | |||||
* | | | Review a few more SEPARATE_ZVAL_IF_NOT_REF usages | Nikita Popov | 2014-10-09 | 1 | -2/+1 |
* | | | removed *.dsw and *.dsp files | Anatol Belski | 2014-09-28 | 1 | -1112/+0 |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | Merge branch 'master' into issue-67910 | Florian MARGAINE | 2014-09-20 | 12 | -46/+39 |
|\ \ \ | |||||
| * | | | reduce the struct size by 8 byte on 64 bit | Anatol Belski | 2014-09-20 | 1 | -4/+4 |
| * | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 8 | -8/+8 |
| * | | | simplify condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
| * | | | fix empty string check | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
| * | | | remove useless condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
| * | | | redo the fix casting to size_t where applicable | Anatol Belski | 2014-09-16 | 2 | -2/+2 |
| * | | | fix signed/unsigned mismatch warnings | Anatol Belski | 2014-09-16 | 1 | -2/+2 |
| * | | | fixed signed/unsigned mismatch warning | Anatol Belski | 2014-09-16 | 1 | -1/+1 |
| * | | | Fix yy_limit computation after encoding switch | Nikita Popov | 2014-09-11 | 2 | -6/+0 |
| * | | | Remove self-contradictory zend multibyte assertion | Nikita Popov | 2014-09-11 | 2 | -2/+3 |
| * | | | Revert "Removing ext/ereg and dependencies" | Dmitry Stogov | 2014-09-11 | 6 | -7/+41 |
| * | | | Removing ext/ereg and dependencies | Tjerk Meesters | 2014-09-11 | 6 | -41/+7 |
| * | | | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -21/+19 |
* | | | | Replaces php5 with php7, without whitespace changes. | Florian MARGAINE | 2014-09-20 | 2 | -5/+4 |
|/ / / | |||||
* | | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 2 | -26/+28 |
* | | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 2 | -28/+29 |
* | | | Fix mbstring overloads in zts | Nikita Popov | 2014-08-27 | 1 | -3/+6 |
* | | | Unused variale | Xinchen Hui | 2014-08-26 | 1 | -1/+0 |
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 2 | -9/+9 |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 3 | -86/+86 |
* | | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -1/+1 |
* | | | fixed incompatible types usage | Anatol Belski | 2014-08-20 | 1 | -1/+1 |
* | | | ported ext/mbstring | Anatol Belski | 2014-08-19 | 2 | -22/+22 |
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -64/+64 |
* | | | Merge branch 'PHP-5.6' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Correct typo in comments: 'initialized' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | | * | tests still failing, so xfail for now until fixed | Stanislav Malyshev | 2014-01-29 | 2 | -2/+4 |