summaryrefslogtreecommitdiff
path: root/ext/standard/php_crypt.h
Commit message (Collapse)AuthorAgeFilesLines
* * email address updateStig Bakken2004-02-121-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* revert bad commit.foobar2001-09-051-0/+1
|
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-1/+0
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-2/+2
| | | | the way
* Fix bug: #8834. Now there should be more random salts..foobar2001-05-061-0/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* 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.