Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -3/+1 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 2 | -5/+10 |
| | | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. | ||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-18 | 3 | -89/+88 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 2 | -47/+47 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -29/+29 |
| | |||||
* | whoops..need to allow 7 parameters also | Mark Musone | 1999-12-14 | 1 | -1/+1 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 2 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | 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 | ||||
* | fixed typo in mcal_list_alarms() | Andrew Skalski | 1999-09-23 | 1 | -1/+1 |
| | |||||
* | added null-checking in make_event_object | Andrew Skalski | 1999-09-22 | 1 | -3/+6 |
| | |||||
* | - Fix bug #2278 | Andi Gutmans | 1999-09-18 | 1 | -1/+1 |
| | |||||
* | Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring | Stig Bakken | 1999-09-13 | 1 | -1/+1 |
| | | | | | extensions. | ||||
* | lets not go down that road..were onyl going to use the internal event ↵ | Mark Musone | 1999-09-10 | 1 | -121/+2 |
| | | | | structure. No passing objects | ||||
* | wrong preprocessor command | Mark Musone | 1999-09-10 | 1 | -1/+1 |
| | |||||
* | ported the php3 stuff to php4. This module should work intechangably between ↵ | Mark Musone | 1999-09-10 | 2 | -286/+1121 |
| | | | | the two versions also | ||||
* | Makefile.in and other generated do not belong under CVS control | Sascha Schumann | 1999-09-03 | 1 | -330/+0 |
| | |||||
* | Added mcal module | Mark Musone | 1999-09-01 | 6 | -0/+1375 |