Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring | Stig Bakken | 1999-09-13 | 1 | -3/+3 |
| | | | | | extensions. | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -3/+3 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 2 | -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 Suraski | 1999-07-17 | 2 | -9/+0 |
| | |||||
* | Dummies | Zeev Suraski | 1999-07-17 | 2 | -0/+9 |
| | |||||
* | We need to disable bcmath by default | Zeev Suraski | 1999-07-17 | 3 | -1725/+5 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 2 | -44/+10 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 3 | -27/+27 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * added --enable-thread-safety switch | Stig Bakken | 1999-05-03 | 1 | -2/+2 |
| | | | | | * now generating internal_functions.c | ||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 2 | -46/+33 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | * MySQL fix (thanks Stig) | Zeev Suraski | 1999-04-23 | 1 | -6/+0 |
| | | | | | * Remove reundant includes from bcmath | ||||
* | moved bcmath | Stig Bakken | 1999-04-21 | 8 | -0/+2307 |