summaryrefslogtreecommitdiff
path: root/ext/standard/php_crypt.h
Commit message (Collapse)AuthorAgeFilesLines
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-1/+1
| | | | | | | | is not functional due to configure findings the function should offer a meaningful warning if it is not supported instead of just beeing undefined i had already changed this in 'gd', now this is doing it for 'standard'
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-6/+27
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* - 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)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+15
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.