summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Added PHP_WITH_SHARED for checking "shared,*" prefix when configuringStig Bakken1999-09-131-3/+3
| | | | | extensions.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-3/+3
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-262-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
* We'll have to live without these files somehow.Zeev Suraski1999-07-172-9/+0
|
* DummiesZeev Suraski1999-07-172-0/+9
|
* We need to disable bcmath by defaultZeev Suraski1999-07-173-1725/+5
|
* License updateZeev Suraski1999-07-162-44/+10
|
* - run ext sources through conv_protoSascha Schumann1999-05-213-27/+27
| | | | | - add necessary phpext_*_ptr
* * added --enable-thread-safety switchStig Bakken1999-05-031-2/+2
| | | | | * now generating internal_functions.c
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-242-46/+33
| | | | and files
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* * MySQL fix (thanks Stig)Zeev Suraski1999-04-231-6/+0
| | | | | * Remove reundant includes from bcmath
* moved bcmathStig Bakken1999-04-218-0/+2307