aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Cdb_PHP.php
Commit message (Expand)AuthorAgeFilesLines
* Delete the temp cdb file when an exception is thrown so they don't take up /t...Aaron Schulz2012-02-151-9/+22
* Put the filename in more of the exceptions thrownAaron Schulz2012-02-151-11/+21
* Documentation and whitespaceSam Reed2012-02-091-1/+1
* More documentationSam Reed2011-10-291-8/+14
* And some more....Sam Reed2011-05-281-0/+17
* And more documentation. YaaaaySam Reed2011-05-281-3/+56
* CDB support: never refer to it as just "DB" in messages, it confuses peopleMax Semenik2010-11-031-3/+3
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-1/+2
* Sanity check $this->handle on close()Aaron Schulz2009-08-131-2/+4
* 64-bit host compatibility for hash function in pure-PHP implementation of CDB...Brion Vibber2009-07-241-5/+6
* Avoid some silly unlink noticesAaron Schulz2009-07-241-1/+1
* Optimised the CDB hash function, now roughly twice as fast for large strings....Tim Starling2009-06-221-34/+17
* Added PHP port of CDB, with abstraction layer. Tested for correctness with a ...Tim Starling2009-06-201-0/+388