summaryrefslogtreecommitdiff
path: root/ext/dba/dba_flatfile.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* 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
|\
| * 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
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Bug #62489: dba_insert not working as expectedLars Strojny2013-01-151-9/+10
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #54242 (dba_insert returns true if key already exists)Felipe Pena2011-03-131-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
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-181-19/+0
* Fix warningsMarcus Boerger2003-12-171-1/+4
* Fix winbuildMarcus Boerger2003-12-161-0/+5
* - Fix Bug #26304 Unexpected data loss when opening dba fileMarcus Boerger2003-12-141-0/+11
* updating license information in the headers.James Cox2003-06-101-3/+3
* wsMarcus Boerger2003-02-261-11/+19
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-301-0/+5
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-201-2/+2
* Added support for bundled flatfile, cdb and cdb_make handlersEdin Kadribasic2002-11-131-0/+2
* -Centralise open stream for builtin modules that use streamsMarcus Boerger2002-11-101-30/+1
* -lock support moved from dba_flatfile.c to dba.cMarcus Boerger2002-11-081-78/+0
* not needed anywhere hereMarcus Boerger2002-11-071-8/+0
* -rename anything to flatfile_xxx/FLATFILE_xxxMarcus Boerger2002-11-071-25/+32
* emalloc never returns 0, so we can simplify the code paths.Sascha Schumann2002-11-061-5/+2
* fix locks and readingMarcus Boerger2002-11-061-4/+4
* Use the the name 'flatfile' correctly so the handler support can be built now.Marcus Boerger2002-11-061-0/+284