Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new Zend API. | Sascha Schumann | 1999-09-24 | 1 | -7/+7 |
| | |||||
* | Workaround for crypt() getting too few characters for salt. | Jakub Skopal | 1999-09-06 | 1 | -1/+4 |
| | |||||
* | merge in change: | Sascha Schumann | 1999-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Date: Monday June 28, 1999 @ 4:40 Author: bjh Update of /repository/php3/functions In directory php:/tmp/cvs-serv5697 Modified Files: crypt.c Log Message: Stop core dump using crypt() with standard DES. When PHP3_MAX_SALT_LEN = 2 adding the null terminator to the salt exceeds allocated space causing stack corruption. | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -1/+1 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+10 |
| | |||||
* | fix from php3 | Sascha Schumann | 1999-07-02 | 1 | -2/+2 |
| | |||||
* | Same Fix here | Rasmus Lerdorf | 1999-06-11 | 1 | -10/+10 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -1/+1 |
| | |||||
* | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -0/+197 |