Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make it compile in ZTS mode | Sascha Schumann | 1999-12-12 | 1 | -0/+2 | |
| | ||||||
* | Use thread-safe versions of localtime and gmtime | Jouni Ahto | 1999-11-27 | 1 | -2/+2 | |
| | ||||||
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -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 replaced | Sascha Schumann | 1999-10-04 | 1 | -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 through | Zeev Suraski | 1999-08-02 | 1 | -45/+45 | |
| | | | | | php3_compat.h) | |||||
* | Oops. | Andrey Hristov | 1999-07-27 | 1 | -11/+11 | |
| | ||||||
* | More symbol work. | Andrey Hristov | 1999-07-27 | 2 | -15/+16 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 | |
| | ||||||
* | port over from php3 | Sascha Schumann | 1999-06-27 | 1 | -3/+13 | |
| | ||||||
* | add dbase_replace_record | Sascha Schumann | 1999-06-27 | 1 | -0/+69 | |
| | ||||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 5 | -32/+32 | |
| | | | | | - add necessary phpext_*_ptr | |||||
* | - fix compile issues for various packages (dbase, sysv*, zlib) | Sascha Schumann | 1999-05-21 | 2 | -2/+5 | |
| | | | | | - some cleanup in mhash/mcrypt | |||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 | |
| | ||||||
* | added ext/*/config.h.stub files | Stig Bakken | 1999-04-20 | 1 | -0/+3 | |
| | | | | | removed config.h.in (generated) | |||||
* | moved dbase into ext/ along with the bundled library | Stig Bakken | 1999-04-19 | 14 | -0/+1786 | |
dbase programs are no longer included |