Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -19/+13 |
| | | | | | | | | | | RFC: https://wiki.php.net/rfc/typed_properties_v2 This is a squash of PR #3734, which is a squash of PR #3313. Co-authored-by: Bob Weinand <bobwei9@hotmail.com> Co-authored-by: Joe Watkins <krakjoe@php.net> Co-authored-by: Dmitry Stogov <dmitry@zend.com> | ||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -2/+2 |
| | |||||
* | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -11/+10 |
| | | |||||
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+1 |
| | | | | | | | | for better comparability with the mainstream | ||||
* | | cleanup TSRMLS_FETCH in ext/standard | Anatol Belski | 2014-09-26 | 1 | -1/+0 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -10/+10 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -14/+14 |
| | | |||||
* | | rename zval_get_long and fixes to some string functions | Anatol Belski | 2014-08-18 | 1 | -7/+7 |
| | | |||||
* | | several fixes - | Anatol Belski | 2014-08-16 | 1 | -9/+9 |
| | | | | | | | | | | | | - param parsing Z_PARAM_STR vs Z_PARAM_STRING - some functions for new params - etc | ||||
* | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -7/+7 |
| | | |||||
* | | ZVAL_STRINGL takes only three variables | Lior Kaplan | 2014-07-22 | 1 | -1/+1 |
| | | | | | | | | Follow up for commit f4cfaf36 | ||||
* | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -22/+18 |
| | | |||||
* | | Cleanup (2-nd round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -4/+4 |
| | | |||||
* | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ↵ | Dmitry Stogov | 2014-04-03 | 1 | -2/+1 |
| | | | | | | | | candidate for GC, etc) | ||||
* | | Fixed inproper IS_REF handling in ext/standard/tests/strings/bug27295.phpt | Xinchen Hui | 2014-02-23 | 1 | -21/+13 |
| | | |||||
* | | No refcounted type | Xinchen Hui | 2014-02-22 | 1 | -2/+2 |
| | | |||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -47/+48 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | * fixed bug #47842 sscanf() does not support 64-bit values | Michael Wallner | 2010-05-19 | 1 | -3/+4 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: | Kalle Sommer Nielsen | 2009-04-02 | 1 | -1/+1 |
| | | | | | We dont need to escape % here, it just generates a compiler warning | ||||
* | - MFH: Fixed bug #47322 (sscanf %d does't work) | Felipe Pena | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | MFH: fix memleaks in sscanf() | Antony Dovgal | 2009-01-19 | 1 | -6/+6 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -6/+6 |
| | |||||
* | MFH: - Fixed bug #42107 (sscanf broken when using %2$s type format parameters) | Jani Taskinen | 2007-07-26 | 1 | -0/+1 |
| | |||||
* | MFH: cs + ws fixes | Jani Taskinen | 2007-07-26 | 1 | -157/+115 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: fix #38322 (reading past array in sscanf() leads to arbitary code ↵ | Antony Dovgal | 2006-08-04 | 1 | -7/+19 |
| | | | | execution) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: Nuke php3 legacy | foobar | 2005-12-05 | 1 | -4/+4 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| |