| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -8/+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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 1 | -63/+69 |
| | | | | | RFC https://wiki.php.net/rfc/pcre2-migration | ||||
| * | Use private names for new libpcre symbols. | Dmitry Stogov | 2017-09-18 | 1 | -0/+20 |
| | | |||||
| * | sync vim mode lines in main | Anatol Belski | 2017-07-09 | 1 | -0/+8 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix for bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -1/+0 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | update list of pcre symbols | Nuno Lopes | 2008-09-14 | 1 | -21/+23 |
| | | |||||
| * | update PCRE symbols | Nuno Lopes | 2008-07-17 | 1 | -2/+2 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | update pcre symbols list | Nuno Lopes | 2007-02-25 | 1 | -2/+17 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Namespace more PCRE functions. | Andrei Zmievski | 2006-08-23 | 1 | -0/+14 |
| | | |||||
| * | MFB | Andrei Zmievski | 2006-05-31 | 1 | -0/+1 |
| | | |||||
| * | MFH: - Silence some PCRE compile warnings | foobar | 2006-04-10 | 1 | -0/+2 |
| | | |||||
| * | MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). ↵ | Joe Orton | 2006-02-01 | 1 | -0/+6 |
| | | | | | (Jakub Moc) | ||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | - Made it possible to build ext/xmlrpc with libxml2 | foobar | 2005-03-26 | 1 | -1/+1 |
| | | |||||
| * | NetWare can make use autoconf generated header file | Anantha Kesari H Y | 2005-02-23 | 1 | -2/+0 |
| | | |||||
| * | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 |
| | | | | | | with #include <some_header.h> to make sure the correct file is used. | ||||
| * | Move global symbols defined by bundled copy of libgd into private | Joe Orton | 2004-08-31 | 1 | -0/+197 |
| | | | | | | | php_gd_* namespace, to avoid symbol conflicts with, for instance, another Apache module which loads a different copy of libgd. | ||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | Fix libexpat build. | Moriyoshi Koizumi | 2003-12-05 | 1 | -1/+1 |
| | | | | | | Improve replaceEntities patch. | ||||
| * | MFB | foobar | 2003-08-09 | 1 | -0/+10 |
| | | |||||
| * | Partial MDB | Edin Kadribasic | 2003-07-25 | 1 | -0/+4 |
| | | |||||
| * | Fixed bug #24563 (preg_match() crashes PHP under Apache2) | foobar | 2003-07-10 | 1 | -0/+1 |
| | | |||||
| * | avoid external conflicts in apache | Sterling Hughes | 2003-07-04 | 1 | -1/+1 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+20 |
| | | |||||
| * | Upgraded the bundled expat library to 1.95.5 (latest stable, atm). | Ilia Alshanetsky | 2002-11-17 | 1 | -0/+10 |
| | | | | | | Fixed bug #20442. | ||||
| * | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 1 | -0/+2 |
| | | |||||
| * | name-protect new expat function | Thies C. Arntzen | 2001-07-30 | 1 | -0/+1 |
| | | |||||
| * | These functions have been changed to macros. | Sascha Schumann | 2001-05-12 | 1 | -3/+0 |
| | | |||||
| * | bump bundled expat to 1.95.1 | Thies C. Arntzen | 2001-05-11 | 1 | -13/+38 |
| | | | | | | win32 project _needs_ updating and i don't have windows | ||||
| * | *** empty log message *** | Rui Hirokawa | 2001-01-10 | 1 | -0/+3 |
| | | |||||
| * | - Fix Win32 build | Andi Gutmans | 2000-03-04 | 1 | -0/+6 |
| | | |||||
