summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
Commit message (Collapse)AuthorAgeFilesLines
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Remove unused variableDavid Soria Parra2013-03-271-1/+0
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-17/+3
| | | | the details) for BC reasons but do not allow to set enable MQ
* - Year++Felipe Pena2011-01-011-1/+1
|
* Removed safe_modeKalle Sommer Nielsen2010-04-261-3/+3
| | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* Add Tokyo Cabinet abstract DB support to ext/dbaMichael Maclean2010-03-241-0/+6
|
* - Possible fix for bug #50999Felipe Pena2010-03-031-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
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-15/+0
|
* new parameter-parsing APIAlexey Zakhlestin2008-11-071-66/+104
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+15
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-15/+0
|
* MFH:Christopher Jones2008-06-191-1/+1
| | | | | | | 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: New way for check void parametersFelipe Pena2008-03-101-2/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+0
|
* E_ERROR > E_RECOVERABLE_ERRORIlia Alshanetsky2006-07-061-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-17/+22
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-15/+107
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - MFH Change dba/db4 to use its own lockingMarcus Boerger2005-12-081-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH:- Do not use the PHP3 era namesfoobar2005-12-051-5/+5
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Add support for db1 through emulationMarcus Boerger2005-02-251-0/+6
| | | | | | # Most probably db4 requires a slightly different detection since functions # are macros which most probably doesn't work with current configure check.
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* dded qdbm handler (http://qdbm.sourceforge.net).Marcus Boerger2003-12-181-0/+6
|
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-181-2/+19
| | | | | issues.
* - Fix Bug #26304 Unexpected data loss when opening dba fileMarcus Boerger2003-12-141-7/+15
| | | | | - Correct handling for flatfile handler
* Revert: need a PHP4.3 solution.Marcus Boerger2003-12-131-1/+1
| | | | | # This solution cannot be backported to PHP 4.3 -- damn!
* - Fixed bug #26304 (Unexpected data loss when opening dba file).Marcus Boerger2003-12-131-1/+1
|
* Proto fixes (Friedhelm Betz <holliwell|gmx.net>)Marcus Boerger2003-11-131-9/+9
|
* Pass eofMarcus Boerger2003-11-131-4/+13
|
* Add helper function that splits inifile keys into an array which againMarcus Boerger2003-11-121-0/+22
| | | | | can be used in dba_fetch calls.
* Fixed format error.Ilia Alshanetsky2003-08-281-1/+1
|
* Fix warningMarcus Boerger2003-08-171-4/+4
|
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-291-2/+10
| | | | | | | | | | | | | | | behavior/API is as follows: 1) To close a persistent use php_stream_pclose(), it will close the stream and remove it from the persistent list. 2) Inside PHP code only explicit fclose() will close persistent streams, all other actions such as unset() or assigning a value to stream handle will not. 3) Regular streams can still be closed by either fclose(), unset() or an assignment of a value to the stream handler.
* Remove bogus comment (noticed by Zak)Marcus Boerger2003-07-161-2/+0
|
* Don't copy the filename when it is not neededMarcus Boerger2003-06-211-2/+4
|
* Store the absolute path of the database file and use that in the external ↵Marcus Boerger2003-06-211-10/+38
| | | | library
* Fixed win32 buildEdin Kadribasic2003-06-161-0/+1
|
* proto fixesAndrey Hristov2003-06-131-2/+2
|
* Bugfix #2397: dba_open locking error with db3Marcus Boerger2003-06-121-5/+10
|