summaryrefslogtreecommitdiff
path: root/ext/dba
Commit message (Collapse)AuthorAgeFilesLines
* Mask name of older DB4 versionsChristopher Jones2010-03-091-2/+2
|
* Test misc argument error conditionsChristopher Jones2010-03-062-0/+127
|
* Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)Christopher Jones2010-03-051-1/+37
|
* Auto detect recent versions of Berkeley DB4Christopher Jones2010-03-051-4/+12
|
* Add XFAILChristopher Jones2010-03-051-0/+2
|
* DBA tests: cleanup and sycn. Add new Berkeley DB 4 testsChristopher Jones2010-03-0540-55/+948
|
* - Possible fix for bug #50999Felipe Pena2010-03-031-1/+1
|
* make portableChristopher Jones2010-03-021-1/+1
|
* Improve basic code coverageChristopher Jones2010-03-015-0/+215
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0325-25/+25
|
* - Fixed pathsFelipe Pena2009-08-0126-62/+62
|
* - Fixed bug #49125 (Error in dba_exists C code)Felipe Pena2009-08-012-0/+35
| | | | | patch by: jdornan at stanford dot edu
* Add support for tokyo cabinet, patch from Michael MacleanScott MacVicar2009-05-184-1/+293
|
* - Fixed bug #48240 (DBA Segmentation fault dba_nextkey)Felipe Pena2009-05-132-1/+26
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-1023-23/+23
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3123-23/+23
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-15/+0
|
* MFB: Fixed a bug inside dba_replace() that could cause file truncation withIlia Alshanetsky2008-11-131-1/+3
| | | | | invalid keys
* MFB: new parameter-parsing APIAlexey Zakhlestin2008-11-071-59/+99
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+15
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-15/+0
|
* Fix bug #45266 (Fix build with BDB 4)Christopher Jones2008-06-193-9/+22
| | | | | | Fix bug #45267 (Revert invalid assumption about BDB 4 locking; let DBA handle locking) Fix bug #45268 (Fix error callback prototype)
* - killed off UEXPECTSteph Fox2008-05-279-111/+5
| | | | | | - com_dotnet gets a .cvsignore - Ulf will take care of mysql extensions, rest complete
* - Added some UEXPECTsFelipe Pena2008-03-221-0/+2
| | | | | - Fixed some tests
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3123-23/+23
|
* - MFB: DB 4.6 detectionMarcus Boerger2007-12-061-2/+7
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Fixed bug #41433 (DBA: configure fails to include correct db.h for db4)Jani Taskinen2007-07-191-7/+16
|
* - fix wrong logicJani Taskinen2007-07-131-1/+1
|
* - Fixed some issues with enabling builtin stuff when anything else isJani Taskinen2007-07-131-353/+361
| | | | | | | enabled - Changed all AC_ARG_* options to PHP_ARG_* options - Cleanups.
* fix #41455 (ext/dba/config.m4 pollutes global $LIBS and $LDFLAGS)Antony Dovgal2007-05-211-1/+6
|
* fix test namesAntony Dovgal2007-05-071-1/+1
|
* - Fix warningMarcus Boerger2007-04-141-1/+1
|
* MFB: fixed compiler warningsIlia Alshanetsky2007-01-011-3/+3
|
* Bump year.Sebastian Bergmann2007-01-0123-23/+23
|
* use the macro, casting works only with GCCAntony Dovgal2006-12-281-1/+1
|
* fix #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is ↵Antony Dovgal2006-11-281-1/+1
| | | | enabled)
* - Fixed Bug #38698 for some keys cdbmake creates corrupted db and cdb can't ↵Marcus Boerger2006-11-012-1/+28
| | | | read valid db
* Remove double "wrong param count" warningsHannes Magnusson2006-10-071-1/+0
|
* - Fix bug #38290Marcus Boerger2006-08-071-3/+3
|
* MFB: E_ERROR > E_RECOVERABLE_ERRORIlia Alshanetsky2006-07-062-2/+2
|
* Added automatic module globals managementDmitry Stogov2006-06-131-17/+22
|
* Fixed tests in unicode modeHannes Magnusson2006-06-114-0/+104
|
* Added argument infoHannes Magnusson2006-06-101-15/+107
| | | | | | Fixed protos Fixed vim folding
* - Fix buildMarcus Boerger2006-05-112-10/+12
|
* - Fix warningMarcus Boerger2006-04-021-2/+0
|
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-083-22/+6
| | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR
* More safe_mode nukingIlia Alshanetsky2006-02-192-2/+0
|
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-3/+3
|