Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 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 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-10-27 | 1 | -0/+8 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fix bug #68095 - invalid read in php_getopt() | ||||
| * | Fix bug #68095 - invalid read in php_getopt() | Stanislav Malyshev | 2014-10-27 | 1 | -0/+8 |
| | | | | | | | | | | It's a hacky solution and incomplete, but I don't see other way without refactoring the whole getopt protocol. | ||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | fix datatype mismatch warnings | Anatol Belski | 2014-10-27 | 1 | -2/+2 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed compilaation warnings | Dmitry Stogov | 2014-04-22 | 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 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | final fix for long opts in getopt() | Antony Dovgal | 2010-04-15 | 1 | -11/+7 |
| | |||||
* | discard first TWO symbols of a long argument | Antony Dovgal | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | make sure the actual length of the argument passed matches the | Antony Dovgal | 2010-04-08 | 1 | -3/+9 |
| | | | | | | length of the argument declared this fixes things like `php --zend-exten=1` or `php-fpm --fpm-con=conf` | ||||
* | 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: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: - Add support for optional values | Hannes Magnusson | 2007-11-21 | 1 | -6/+27 |
| | | | | | MFH: - Add support for = as seperator | ||||
* | MFH:- Added common getopt implementation to core. | Jani Taskinen | 2007-10-01 | 1 | -0/+176 |
MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ # Note: Fixed also tests and synced basic_functions.c with HEAD. |