| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Berkeley db4 support | Marcus Boerger | 2002-11-26 | 1 | -0/+4 |
| | | |||||
| * | Make magic_quotes_runtime work bidirectional for dba | Marcus Boerger | 2002-11-22 | 1 | -2/+15 |
| | | |||||
| * | Add magic_quotes_runtime support | Marcus Boerger | 2002-11-14 | 1 | -0/+4 |
| | | |||||
| * | Fix locking behaviour: On some systems read during write is permitted but | Marcus Boerger | 2002-11-14 | 1 | -2/+43 |
| | | | | | | | most libraries are not capable of that. GDBM is system dependant so there we only test that we do not deadlock. | ||||
| * | Use php_flock instead of flock | Marcus Boerger | 2002-11-11 | 1 | -2/+2 |
| | | |||||
| * | -fix file open mode when modifier 'd' is used | Marcus Boerger | 2002-11-11 | 1 | -5/+9 |
| | | | | | | #Add my name to authors | ||||
| * | Emit a warning when open mode modifier t is used wrong. | Marcus Boerger | 2002-11-10 | 1 | -1/+13 |
| | | |||||
| * | -Centralise open stream for builtin modules that use streams | Marcus Boerger | 2002-11-10 | 1 | -20/+48 |
| | | | | | | -If locks work on database file then only one stream open call is used | ||||
| * | finish work on locking | Marcus Boerger | 2002-11-10 | 1 | -16/+42 |
| | | | | | | | | -all but gdbm do internal locking now since only gdbm has internal locking -you can force locking on database or lck file (with gdbm this makes no sense so a notice is generated) | ||||
| * | -lock support moved from dba_flatfile.c to dba.c | Marcus Boerger | 2002-11-08 | 1 | -25/+72 |
| | | | | | | | | | | -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 | ||||
| * | emalloc never returns 0, so we can simplify the code paths. | Sascha Schumann | 2002-11-06 | 1 | -2/+2 |
| | | | | | | also replace ecalloc with emalloc+memset, so that the latter can be inlined. | ||||
| * | Use the the name 'flatfile' correctly so the handler support can be built now. | Marcus Boerger | 2002-11-06 | 1 | -0/+1 |
| | | | | | | | #I do not like the lock solution since a crashed php would leave the *lck #file locked now. | ||||
| * | move newly introduced flatfile support from dbm to new flatfile handler | Marcus Boerger | 2002-11-06 | 1 | -0/+3 |
| | | | | | | | # do not make the same mistake as with ext/db where it was not clear # which format was used. | ||||
| * | -use of emalloc functions | Marcus Boerger | 2002-11-05 | 1 | -6/+5 |
| | | | | | | | -info was not initialised fulle due to memset parameters now that the whole structure is initialised we can stop putting 0 in it. | ||||
| * | Why did open fail? | Marcus Boerger | 2002-11-05 | 1 | -6/+6 |
| | | |||||
| * | incorporate cdb-0.75 as suggested by D. J. Bernstein | Marcus Boerger | 2002-11-04 | 1 | -2/+7 |
| | | | | | | #dba now supports cdb_make | ||||
| * | passing around TSRM | Marcus Boerger | 2002-11-04 | 1 | -21/+21 |
| | | | | | | #going to add CDB_MAKE support | ||||
| * | cdb now allows multiple key-value pairs with same key | Marcus Boerger | 2002-11-03 | 1 | -6/+32 |
| | | |||||
| * | php_error -> php_error_docref | Marcus Boerger | 2002-11-01 | 1 | -4/+4 |
| | | |||||
| * | Implemented dba_list() that returns an array rsrcid=>filename and a test. | Marcus Boerger | 2002-10-25 | 1 | -1/+32 |
| | | |||||
| * | implemented dba_handlers() | Marcus Boerger | 2002-10-24 | 1 | -0/+22 |
| | | | | | | @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 | -56/+56 |
| | | |||||
| * | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -7/+8 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -2/+6 |
| | | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -5/+5 |
| | | | | | | I've got pretty much everything now... | ||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | Another TSRMLS_FETCH() nuke. | foobar | 2001-08-14 | 1 | -2/+2 |
| | | |||||
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 |
| | | |||||
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | | |||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -21/+11 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -6/+31 |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | | |||||
| * | - How did CVS let me commit this? Probably it confused with the branch | Andi Gutmans | 2000-12-16 | 1 | -10/+0 |
| | | | | | | merge | ||||
| * | - Make all places use MAXPATHLEN in the same way. It includes the | Andi Gutmans | 2000-12-16 | 1 | -0/+10 |
| | | | | | | terminating NULL. | ||||
| * | Handle the case of no-handlers properly and make handlers a proper C "string". | Sascha Schumann | 2000-12-04 | 1 | -2/+7 |
| | | |||||
| * | Please avoid potential buffer overflows in new code. If you deal | Sascha Schumann | 2000-12-01 | 1 | -4/+6 |
| | | | | | | | with strings, consider storing the string length along with the string data. That will make your life easier. | ||||
| * | Beautifying of phpinfo(). | foobar | 2000-12-01 | 1 | -8/+12 |
| | | |||||
| * | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -6/+6 |
| | | |||||
| * | Fix dba after resources patch. | Andrei Zmievski | 2000-10-26 | 1 | -4/+9 |
| | | |||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
| | | |||||
| * | Gremlins? | Rasmus Lerdorf | 2000-10-21 | 1 | -1/+1 |
| | | |||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
| * | Fixed protos. | Egon Schmid | 2000-07-13 | 1 | -2/+2 |
| | | |||||
| * | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | | |||||
| * | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 1 | -3/+0 |
| | | |||||
| * | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 1 | -0/+3 |
| | | | | | | | | | (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. | ||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -2/+2 |
| | | |||||
| * | Make dba compilable as shared module | Sascha Schumann | 2000-05-02 | 1 | -0/+4 |
| | | |||||
