summaryrefslogtreecommitdiff
path: root/ext/dba/dba_cdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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-15/+15
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-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
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFB: safe_emalloc()Marcus Boerger2003-04-241-3/+3
* Fixed Bug #23188 CDB databases created with 'c' mode do not work.Marcus Boerger2003-04-141-1/+1
* - unify configure mechanisms (include file handling)Marcus Boerger2003-02-011-5/+6
* 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/+13
* -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-11/+2
* emalloc never returns 0, so we can simplify the code paths.Sascha Schumann2002-11-061-11/+2
* Why did open fail?Marcus Boerger2002-11-051-1/+7
* no memory no membersMarcus Boerger2002-11-051-2/+2
* incorporate cdb-0.75 as suggested by D. J. BernsteinMarcus Boerger2002-11-041-28/+141
* no c++ commentsMarcus Boerger2002-11-031-1/+1
* cdb now allows multiple key-value pairs with same keyMarcus Boerger2002-11-031-0/+6
* -fixedMarcus Boerger2002-11-031-10/+11
* Add support for cdb-0.75Sascha Schumann2002-09-191-62/+66
* - MFH: Make DBA compile as a shared module againDerick Rethans2002-04-181-0/+4
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-21/+11
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
* fix bug 4533Sterling Hughes2000-05-211-1/+1
* - Change some open's to V_OPEN()'sAndi Gutmans2000-04-301-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* initial import of DBASascha Schumann1999-07-211-0/+220