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 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Centralize ability to drop APPEND flag. This probably fixes some ini file | Marcus Boerger | 2003-12-18 | 1 | -0/+4 |
| | | | | | issues. | ||||
* | Add helper function that splits inifile keys into an array which again | Marcus Boerger | 2003-11-12 | 1 | -0/+1 |
| | | | | | can be used in dba_fetch calls. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Use stream locking support | Marcus Boerger | 2003-03-04 | 1 | -1/+0 |
| | | | | | # needs more testing | ||||
* | 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 | -1/+21 |
| | | | | | called with optional parameter full_info set true. | ||||
* | -Fix memory handling of persistent dba connections. | Marcus Boerger | 2002-12-20 | 1 | -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 but | Marcus Boerger | 2002-11-14 | 1 | -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 streams | Marcus Boerger | 2002-11-10 | 1 | -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.c | Marcus Boerger | 2002-11-08 | 1 | -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 Boerger | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | passing around TSRM | Marcus Boerger | 2002-11-04 | 1 | -9/+9 |
| | | | | | #going to add CDB_MAKE support | ||||
* | cdb now allows multiple key-value pairs with same key | Marcus Boerger | 2002-11-03 | 1 | -1/+1 |
| | |||||
* | Implemented dba_list() that returns an array rsrcid=>filename and a test. | Marcus Boerger | 2002-10-25 | 1 | -0/+1 |
| | |||||
* | implemented dba_handlers() | Marcus Boerger | 2002-10-24 | 1 | -0/+1 |
| | | | | | @Added dba_handlers() that lists all installed handlers in an array. (marcus) | ||||
* | Made this extension to use the resource stuff | foobar | 2002-08-23 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Another TSRMLS_FETCH() nuke. | foobar | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -2/+2 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 1 | -6/+0 |
| | |||||
* | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 1 | -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 again | Zeev Suraski | 1999-12-17 | 1 | -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 all | Sascha Schumann | 1999-12-04 | 1 | -0/+115 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |