summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* (bcmath) Name of header changed from php3 to php but include forgotten.Danny Heijl1999-12-141-1/+1
|
* # Added date/time stamping to php3_log_errorJoey Smith1999-12-141-1/+1
| | | | | | @ Preliminary support for date/time stamping in error logs Preliminary support for date/time stamping in error logs
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-3/+3
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-261-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-9/+9
| | | | | - add necessary phpext_*_ptr
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-12/+10
| | | | and files
* * MySQL fix (thanks Stig)Zeev Suraski1999-04-231-6/+0
| | | | | * Remove reundant includes from bcmath
* moved bcmathStig Bakken1999-04-211-0/+453