Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Another small one. I'll leave the rest for now... | Andi Gutmans | 1999-09-14 | 1 | -1/+1 |
| | |||||
* | "fix" for #2202 | Thies C. Arntzen | 1999-08-31 | 1 | -0/+1 |
| | |||||
* | Fix for bug #1754 | Zeev Suraski | 1999-08-07 | 1 | -43/+45 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -6/+6 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -9/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | -Kill compile warnings in apache.c | Andrey Hristov | 1999-07-17 | 1 | -2/+2 |
| | | | | | -Make preg_grep() work with copies of array entries | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | How did this ever work without this #define ? | Rasmus Lerdorf | 1999-07-14 | 1 | -0/+2 |
| | |||||
* | - Add a bitwise flag to phpinfo() | Andi Gutmans | 1999-07-14 | 1 | -1/+51 |
| | | | | | - Import a draft of the new PHP license | ||||
* | Time to rename the child | Zeev Suraski | 1999-05-22 | 1 | -1/+1 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -10/+10 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | beatify Apache's info func | Zeev Suraski | 1999-05-11 | 1 | -12/+24 |
| | |||||
* | A few other minor fixes | Zeev Suraski | 1999-05-09 | 1 | -1/+2 |
| | |||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. | ||||
* | A step towards generalizing the INI mechanism even more | Zeev Suraski | 1999-04-28 | 1 | -6/+6 |
| | |||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 1 | -8/+18 |
| | | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) | ||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -8/+6 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -1/+1 |
| | |||||
* | moved apache, com and hyperwave into ext/ | Stig Bakken | 1999-04-21 | 1 | -0/+386 |