Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 6 | -6/+6 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 4 | -8/+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 | 6 | -6/+6 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 6 | -6/+6 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 6 | -6/+6 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 6 | -6/+6 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 6 | -6/+6 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 6 | -6/+6 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -12/+12 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 4 | -41/+41 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 6 | -6/+6 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 6 | -6/+6 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 6 | -6/+6 |
| | |||||
* | year++ | Xinchen Hui | 2012-09-05 | 6 | -6/+6 |
| | |||||
* | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 2 | -2/+2 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 6 | -6/+6 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 6 | -6/+6 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 6 | -6/+6 |
| | |||||
* | - MFH Fix warning | Marcus Boerger | 2007-04-14 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 6 | -6/+6 |
| | |||||
* | - MFH: Fixed bug #38698 | Marcus Boerger | 2006-11-03 | 1 | -1/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 6 | -18/+18 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 6 | -6/+6 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 3 | -6/+6 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 3 | -6/+6 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 6 | -18/+18 |
| | |||||
* | MFB: safe_emalloc() | Marcus Boerger | 2003-04-24 | 1 | -4/+2 |
| | |||||
* | make it faster | Marcus Boerger | 2003-02-26 | 1 | -11/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 6 | -6/+6 |
| | |||||
* | Add info function to handlers and return handler info when dba_handlers is | Marcus Boerger | 2002-12-30 | 4 | -0/+16 |
| | | | | | called with optional parameter full_info set true. | ||||
* | No need to declare functions used internally by DBA as PHPAPI. This | Edin Kadribasic | 2002-11-19 | 6 | -28/+28 |
| | | | | | fixes windows build. | ||||
* | must be unsigned | Marcus Boerger | 2002-11-13 | 1 | -1/+1 |
| | | | | | | # maybe i will change this to size_t for 64bit systems but i do not have the # time now and i have problems building php on a sun. | ||||
* | Added support for bundled flatfile, cdb and cdb_make handlers | Edin Kadribasic | 2002-11-13 | 2 | -0/+6 |
| | | | | | to win32 build of the dba extension. | ||||
* | incorporate cdb-0.75 as suggested by D. J. Bernstein | Marcus Boerger | 2002-11-04 | 6 | -0/+635 |
#dba now supports cdb_make |