summaryrefslogtreecommitdiff
path: root/ext/mhash/php_mhash.h
Commit message (Collapse)AuthorAgeFilesLines
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-261-1/+1
| | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
* Added keygen_s2k function. Function which generates keys from passwords.Nikos Mavroyanopoulos2000-10-251-0/+1
|
* - Oops I commited a name change for consistency of Zend/modules.h toAndi Gutmans2000-03-111-1/+1
| | | | | Zend/zend_modules.h before it being finished. Revert it
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-1/+1
| | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* add support for mhash 0.5.0Sascha Schumann1999-05-211-0/+2
| | | | | see http://sasweb.de/mhash/
* add mhash supportSascha Schumann1999-05-161-0/+24