Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Centralize ability to drop APPEND flag. This probably fixes some ini file | Marcus Boerger | 2003-12-18 | 1 | -19/+0 |
| | | | | | issues. | ||||
* | Fix warnings | Marcus Boerger | 2003-12-17 | 1 | -1/+4 |
| | |||||
* | Fix winbuild | Marcus Boerger | 2003-12-16 | 1 | -0/+5 |
| | |||||
* | - Fix Bug #26304 Unexpected data loss when opening dba file | Marcus Boerger | 2003-12-14 | 1 | -0/+11 |
| | | | | | - Correct handling for flatfile handler | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws | Marcus Boerger | 2003-02-26 | 1 | -11/+19 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Add info function to handlers and return handler info when dba_handlers is | Marcus Boerger | 2002-12-30 | 1 | -0/+5 |
| | | | | | called with optional parameter full_info set true. | ||||
* | -Fix memory handling of persistent dba connections. | Marcus Boerger | 2002-12-20 | 1 | -2/+2 |
| | | | | | | -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem | ||||
* | Added support for bundled flatfile, cdb and cdb_make handlers | Edin Kadribasic | 2002-11-13 | 1 | -0/+2 |
| | | | | | to win32 build of the dba extension. | ||||
* | -Centralise open stream for builtin modules that use streams | Marcus Boerger | 2002-11-10 | 1 | -30/+1 |
| | | | | | -If locks work on database file then only one stream open call is used | ||||
* | -lock support moved from dba_flatfile.c to dba.c | Marcus Boerger | 2002-11-08 | 1 | -78/+0 |
| | | | | | | | | | -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 | ||||
* | not needed anywhere here | Marcus Boerger | 2002-11-07 | 1 | -8/+0 |
| | |||||
* | -rename anything to flatfile_xxx/FLATFILE_xxx | Marcus Boerger | 2002-11-07 | 1 | -25/+32 |
| | | | | | | -fix update function -add warnings for update function | ||||
* | emalloc never returns 0, so we can simplify the code paths. | Sascha Schumann | 2002-11-06 | 1 | -5/+2 |
| | | | | | also replace ecalloc with emalloc+memset, so that the latter can be inlined. | ||||
* | fix locks and reading | Marcus Boerger | 2002-11-06 | 1 | -4/+4 |
| | | | | | #i will extend the tests to guard on such failures | ||||
* | Use the the name 'flatfile' correctly so the handler support can be built now. | Marcus Boerger | 2002-11-06 | 1 | -0/+284 |
#I do not like the lock solution since a crashed php would leave the *lck #file locked now. |