summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.