Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZPP instead of custom type checks | Máté Kocsis | 2020-09-04 | 1 | -1/+1 |
| | | | | We can add these types as a native type declaration to stubs as a side-effect. Closes GH-6068 | ||||
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -45/+9 |
| | | | | Closes GH-5758 | ||||
* | Generate method entries for ext/intl | Máté Kocsis | 2020-04-14 | 1 | -1/+0 |
| | | | | Closes GH-5370 | ||||
* | Use RETURN_THROWS() after zend_parse_method_parameters() | Máté Kocsis | 2020-01-02 | 1 | -9/+9 |
| | |||||
* | Cleanup return values for Intl when parameter parsing is unsuccessful | Máté Kocsis | 2019-10-30 | 1 | -9/+9 |
| | | | | Closes GH-4871. | ||||
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Intl: Don't separately report "bad arguments" errors | Nikita Popov | 2019-03-11 | 1 | -27/+0 |
| | | | | | zpp will be throwing for these now, don't report them in addition to that. | ||||
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file. | ||||
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -4/+2 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | cleanup intl types | Stanislav Malyshev | 2014-12-29 | 1 | -13/+13 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -20/+20 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -15/+15 |
| | |||||
* | ported ext/intl, bugfixes to go | Anatol Belski | 2014-08-19 | 1 | -13/+13 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Refactoring ext/intl (incompleted) | Xinchen Hui | 2014-06-28 | 1 | -5/+5 |
| | |||||
* | Remove executable bit from files | Gustavo André dos Santos Lopes | 2012-07-30 | 1 | -0/+0 |
| | |||||
* | - wrong variable used (ended as non initiazed usage) | Pierre Joye | 2011-09-04 | 1 | -3/+3 |
| | |||||
* | - Fixed possible efree(NULL) (bug #55296) | Felipe Pena | 2011-08-04 | 1 | -3/+9 |
| | |||||
* | - Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values) | Felipe Pena | 2010-12-10 | 1 | -0/+5 |
| | |||||
* | Fix invalid args bugs by Maksymilian Arciemowicz | Stanislav Malyshev | 2010-11-19 | 1 | -2/+7 |
| | |||||
* | MFH: | Felipe Pena | 2008-08-11 | 1 | -26/+26 |
| | | | | | | | - Added arginfo - Fixed WS - Changed C++ comments to C comments | ||||
* | Merge intl extension into core | Stanislav Malyshev | 2008-07-07 | 1 | -0/+443 |