summaryrefslogtreecommitdiff
path: root/ext/dba/dba_db4.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Cleanup type conversionDmitry Stogov2017-12-071-2/+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
|\ | | | | | | | | * 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
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-15/+15
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+3
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
| | | | | | | | for better comparability with the mainstream
* | remove fetch from dbakrakjoe2014-09-261-2/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
| |
* | Refactored ext/dba (tests passes, but segfaults need to be fixed)Xinchen Hui2014-05-211-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - We can constify in 5.4+Felipe Pena2011-11-151-1/+1
|
* Keep the DBA DB4 test status quo after Berkeley DB 5.2 introduced error ↵Christopher Jones2011-06-271-2/+3
| | | | message prefixes
* - Year++Felipe Pena2011-01-011-1/+1
|
* Add Berkeley DB 5 support. (An outstanding issue with BDB 4.8 related to ↵Christopher Jones2010-06-031-3/+3
| | | | 51086 that also affects BDB 5 is not yet resolved)
* Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)Christopher Jones2010-03-051-1/+28
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #49125 (Error in dba_exists C code)Felipe Pena2009-08-011-0/+8
| | | | | patch by: jdornan at stanford dot edu
* - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey)Felipe Pena2009-05-131-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH:Christopher Jones2008-06-191-6/+5
| | | | | | | Fix bug #45266 (Fix build with BDB 4) Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle locking) Fix bug #45268 (Fix error callback prototype)
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - Fixed bug #36436 (DBA problem with Berkeley DB4).Marcus Boerger2006-02-181-0/+18
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - MFH Change dba/db4 to use its own lockingMarcus Boerger2005-12-081-4/+5
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Fix problems with c modeMarcus Boerger2004-05-101-2/+6
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Bugfix #25794: Cannot open existing hash db3 file with writeMarcus Boerger2003-11-131-1/+1
|
* Fix open mode (noticed by FutureQuest, Inc.)Marcus Boerger2003-07-031-1/+1
|
* When persistent then we may use threadsMarcus Boerger2003-06-211-0/+4
|
* to be preciseMarcus Boerger2003-06-191-1/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* -disallow using db-<n> with libraries of different major versionsMarcus Boerger2002-12-301-0/+4
| | | | | | | | -disallow using db-4.1 with patch level < 25 -fix db-4.1 -added undocumented DB_FCNTL_LOCKING flag for version 3 and 4 # wow the sleepycat guys answered *very* fast
* wsMarcus Boerger2002-12-301-1/+2
|
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-301-0/+5
| | | | | called with optional parameter full_info set true.
* Added support for db3/db4 error handling/informationMarcus Boerger2002-12-291-12/+25
|
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-201-2/+2
| | | | | | -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem
* Add Berkeley db4 supportMarcus Boerger2002-11-261-0/+216