summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Centralize ability to drop APPEND flag. This probably fixes some ini fileMarcus Boerger2003-12-181-0/+4
| | | | | issues.
* Add helper function that splits inifile keys into an array which againMarcus Boerger2003-11-121-0/+1
| | | | | can be used in dba_fetch calls.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Use stream locking supportMarcus Boerger2003-03-041-1/+0
| | | | | # needs more testing
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Add info function to handlers and return handler info when dba_handlers isMarcus Boerger2002-12-301-1/+21
| | | | | called with optional parameter full_info set true.
* -Fix memory handling of persistent dba connections.Marcus Boerger2002-12-201-0/+1
| | | | | | -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem
* Fix locking behaviour: On some systems read during write is permitted butMarcus Boerger2002-11-141-0/+2
| | | | | | most libraries are not capable of that. GDBM is system dependant so there we only test that we do not deadlock.
* -Centralise open stream for builtin modules that use streamsMarcus Boerger2002-11-101-5/+8
| | | | | -If locks work on database file then only one stream open call is used
* -lock support moved from dba_flatfile.c to dba.cMarcus Boerger2002-11-081-0/+17
| | | | | | | | | -flatfile, cdb, cdb_make use locking now #locking is blocking per default use 'rt', 'wt', ct' or 'nt' for non blocking alias #test access to a database file. #locking uses flock() which will be emulated or warned if that is not eally #possible in ext/standard/flock_compat.c
* Why did open fail?Marcus Boerger2002-11-051-1/+1
|
* passing around TSRMMarcus Boerger2002-11-041-9/+9
| | | | | #going to add CDB_MAKE support
* cdb now allows multiple key-value pairs with same keyMarcus Boerger2002-11-031-1/+1
|
* Implemented dba_list() that returns an array rsrcid=>filename and a test.Marcus Boerger2002-10-251-0/+1
|
* implemented dba_handlers()Marcus Boerger2002-10-241-0/+1
| | | | | @Added dba_handlers() that lists all installed handlers in an array. (marcus)
* Made this extension to use the resource stufffoobar2002-08-231-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Another TSRMLS_FETCH() nuke.foobar2001-08-141-1/+1
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Run through conv_z_macrosSascha Schumann2000-11-221-1/+1
|
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-2/+2
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* # Reverting as requested.Jouni Ahto2000-06-271-6/+0
|
* - dba_[p]open accepts now a new parameter, which kind of database to createJouni Ahto2000-06-271-0/+6
| | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this.
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+115
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.