Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -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 Mavroyanopoulos | 2000-10-25 | 1 | -0/+1 |
| | |||||
* | - Oops I commited a name change for consistency of Zend/modules.h to | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | Zend/zend_modules.h before it being finished. Revert it | ||||
* | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -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 again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | add support for mhash 0.5.0 | Sascha Schumann | 1999-05-21 | 1 | -0/+2 |
| | | | | | see http://sasweb.de/mhash/ | ||||
* | add mhash support | Sascha Schumann | 1999-05-16 | 1 | -0/+24 |