summaryrefslogtreecommitdiff
path: root/ext/dba/dba.c
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-2/+6
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-5/+5
| | | | | I've got pretty much everything now...
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Another TSRMLS_FETCH() nuke.foobar2001-08-141-2/+2
|
* WhitespaceZeev Suraski2001-08-111-3/+3
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-21/+11
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-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 Bakken2001-05-241-0/+4
|
* - How did CVS let me commit this? Probably it confused with the branchAndi Gutmans2000-12-161-10/+0
| | | | | merge
* - Make all places use MAXPATHLEN in the same way. It includes theAndi Gutmans2000-12-161-0/+10
| | | | | terminating NULL.
* Handle the case of no-handlers properly and make handlers a proper C "string".Sascha Schumann2000-12-041-2/+7
|
* Please avoid potential buffer overflows in new code. If you dealSascha Schumann2000-12-011-4/+6
| | | | | | with strings, consider storing the string length along with the string data. That will make your life easier.
* Beautifying of phpinfo().foobar2000-12-011-8/+12
|
* Run through conv_z_macrosSascha Schumann2000-11-221-6/+6
|
* Fix dba after resources patch.Andrei Zmievski2000-10-261-4/+9
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
|
* Gremlins?Rasmus Lerdorf2000-10-211-1/+1
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-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 Schmid2000-07-131-2/+2
|
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* # Reverting as requested.Jouni Ahto2000-06-271-3/+0
|
* - dba_[p]open accepts now a new parameter, which kind of database to createJouni Ahto2000-06-271-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 patchAndi Gutmans2000-06-051-2/+2
|
* Make dba compilable as shared moduleSascha Schumann2000-05-021-0/+4
|
* Corrected compilation error with wrong number of arguments toJakub Skopal2000-04-061-1/+1
| | | | | php_info_print_box_start()
* phpinfo() prettyingColin Viebrock2000-04-051-0/+4
| | | | | | I will get to the rest of the functions later tonight or tomorrow (i.e. from hyperwave to snmp)
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-6/+6
| | | | | directory name.
* More protos.Egon Schmid2000-02-241-14/+14
|
* - The tree compiles againZeev Suraski1999-12-181-4/+4
|
* More php3 cleanupZeev Suraski1999-12-171-15/+6
|
* - 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)
* More php3_ annihilationZeev Suraski1999-12-171-4/+4
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-8/+8
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* add Berkeley DB3 supportSascha Schumann1999-11-201-0/+4
| | | | | @- Added Berkeley DB3 support in DBA (Sascha)
* Convert to Ex API. Does anyone have a better name for it?Sascha Schumann1999-09-171-34/+37
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-9/+9
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-271-9/+9
|
* merge in change from php3Sascha Schumann1999-07-211-0/+1
|
* initial import of DBASascha Schumann1999-07-211-0/+475