summaryrefslogtreecommitdiff
path: root/ext/dbase
Commit message (Collapse)AuthorAgeFilesLines
...
* Make it compile in ZTS modeSascha Schumann1999-12-121-0/+2
|
* Use thread-safe versions of localtime and gmtimeJouni Ahto1999-11-271-2/+2
|
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
| | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-45/+45
| | | | | php3_compat.h)
* Oops.Andrey Hristov1999-07-271-11/+11
|
* More symbol work.Andrey Hristov1999-07-272-15/+16
|
* License updateZeev Suraski1999-07-161-20/+9
|
* port over from php3Sascha Schumann1999-06-271-3/+13
|
* add dbase_replace_recordSascha Schumann1999-06-271-0/+69
|
* - run ext sources through conv_protoSascha Schumann1999-05-215-32/+32
| | | | | - add necessary phpext_*_ptr
* - fix compile issues for various packages (dbase, sysv*, zlib)Sascha Schumann1999-05-212-2/+5
| | | | | - some cleanup in mhash/mcrypt
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* added ext/*/config.h.stub filesStig Bakken1999-04-201-0/+3
| | | | | removed config.h.in (generated)
* moved dbase into ext/ along with the bundled libraryStig Bakken1999-04-1914-0/+1786
dbase programs are no longer included