Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | 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. | ||||
* | Deprecate undocumented mbereg_* aliases | Nikita Popov | 2018-07-21 | 1 | -14/+14 |
| | | | | Part of https://wiki.php.net/rfc/deprecations_php_7_3. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 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 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -6/+6 |
| | | |||||
* | | 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 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | added mb_ereg_replace_callback(). | Rui Hirokawa | 2011-09-25 | 1 | -0/+2 |
| | |||||
* | - 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 |
| | |||||
* | - MFH: Fix ZTS build | Moriyoshi Koizumi | 2008-07-17 | 1 | -1/+1 |
| | |||||
* | - MFH: Removed dependencies from php_mbregex to oniguruma types | Moriyoshi Koizumi | 2008-07-17 | 1 | -24/+9 |
| | |||||
* | revert my previous patch. | Rui Hirokawa | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | fixed compile error on Win32 environment. | Rui Hirokawa | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | - MFH: Added a new configure option --with-onig=[DIR] that allows the extension | Moriyoshi Koizumi | 2008-07-16 | 1 | -1/+4 |
| | | | | | | | to link to the external oniguruma library. - MFH: Prevent libmbfl files from being installed when --with-libmbfl is specified. | ||||
* | - Added arginfo | Felipe Pena | 2008-07-07 | 1 | -29/+29 |
| | | | | | - Removed unnecessary #include "zend_arg_defs.c" | ||||
* | added arginfo (fixes #45388) | Alexey Zakhlestin | 2008-06-28 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi) | Moriyoshi Koizumi | 2004-02-28 | 1 | -8/+8 |
| | | | | | | | | . Supports various encodings such as BIG5, GB2312 and ISO-8859-* . Fixes bug #26677 (mbstring compile errors with IRIX) . Many thanks to K.Kosako. - Remove redundant files that are not relevant to the build. | ||||
* | - 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? | ||||
* | @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence ↵ | Rui Hirokawa | 2003-08-23 | 1 | -11/+11 |
| | | | | problem. mbregex is changed to oniguruma. | ||||
* | Reallow build | Marcus Boerger | 2003-08-03 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Renamed several internal functions for consistency | Moriyoshi Koizumi | 2002-11-25 | 1 | -2/+2 |
| | |||||
* | Moved some mbregex related portions from mbstring.c to php_mbregex.c | Moriyoshi Koizumi | 2002-11-14 | 1 | -0/+42 |
| | | | | | # No need to merge this change to PHP_4_3 branch | ||||
* | MFB (made mbstring compile on windows again). | Edin Kadribasic | 2002-11-13 | 1 | -4/+4 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2002-10-08 | 1 | -2/+2 |
| | |||||
* | Lots of clean-up for upcoming mbstring merging event. | Moriyoshi Koizumi | 2002-10-07 | 1 | -0/+77 |
Added mb_regex_set_options(). The Options parameters of various mbregex functions are now deprecated. @- Added mb_regex_set_options(). The Options parameters of @ various mbregex functions are now deprecated. (Moriyoshi). |