summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Use new Zend API.Sascha Schumann1999-09-241-7/+7
|
* Workaround for crypt() getting too few characters for salt.Jakub Skopal1999-09-061-1/+4
|
* merge in change:Sascha Schumann1999-08-171-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 Hristov1999-07-261-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 Hristov1999-07-241-1/+1
|
* License updateZeev Suraski1999-07-161-21/+10
|
* fix from php3Sascha Schumann1999-07-021-2/+2
|
* Same Fix hereRasmus Lerdorf1999-06-111-10/+10
|
* conv_proto *.[ch]Sascha Schumann1999-05-161-1/+1
|
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-0/+197