summaryrefslogtreecommitdiff
path: root/main/php_compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-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 noticeZeev Suraski2019-01-301-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-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 Hui2018-01-021-1/+1
|
* Patch core for PCRE2 supportAnatol Belski2017-11-131-63/+69
| | | | RFC https://wiki.php.net/rfc/pcre2-migration
* Use private names for new libpcre symbols.Dmitry Stogov2017-09-181-0/+20
|
* sync vim mode lines in mainAnatol Belski2017-07-091-0/+8
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fix for bug 60986Rasmus Lerdorf2012-02-061-1/+0
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* update list of pcre symbolsNuno Lopes2008-09-141-21/+23
|
* update PCRE symbolsNuno Lopes2008-07-171-2/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* update pcre symbols listNuno Lopes2007-02-251-2/+17
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Namespace more PCRE functions.Andrei Zmievski2006-08-231-0/+14
|
* MFBAndrei Zmievski2006-05-311-0/+1
|
* MFH: - Silence some PCRE compile warningsfoobar2006-04-101-0/+2
|
* MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). ↵Joe Orton2006-02-011-0/+6
| | | | (Jakub Moc)
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Made it possible to build ext/xmlrpc with libxml2foobar2005-03-261-1/+1
|
* NetWare can make use autoconf generated header fileAnantha Kesari H Y2005-02-231-2/+0
|
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-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 privateJoe Orton2004-08-311-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..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fix libexpat build.Moriyoshi Koizumi2003-12-051-1/+1
| | | | | Improve replaceEntities patch.
* MFBfoobar2003-08-091-0/+10
|
* Partial MDBEdin Kadribasic2003-07-251-0/+4
|
* Fixed bug #24563 (preg_match() crashes PHP under Apache2)foobar2003-07-101-0/+1
|
* avoid external conflicts in apacheSterling Hughes2003-07-041-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+20
|
* Upgraded the bundled expat library to 1.95.5 (latest stable, atm).Ilia Alshanetsky2002-11-171-0/+10
| | | | | Fixed bug #20442.
* NetWare related changesVenkat Raghavan S2002-05-311-0/+2
|
* name-protect new expat functionThies C. Arntzen2001-07-301-0/+1
|
* These functions have been changed to macros.Sascha Schumann2001-05-121-3/+0
|
* bump bundled expat to 1.95.1Thies C. Arntzen2001-05-111-13/+38
| | | | | win32 project _needs_ updating and i don't have windows
* *** empty log message ***Rui Hirokawa2001-01-101-0/+3
|
* - Fix Win32 buildAndi Gutmans2000-03-041-0/+6
|