2
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the last remaining PHP_VERSION >= '5' check (inadvertently missed before the previous commit).
Solar Designer
as solar
More... almost 7 years ago
Dropped PHP 3 & 4 support in favor of PHP 7 friendliness (no deprecation warnings). Specifically:
Solar Designer
as solar
More... almost 7 years ago
Fixed compiler warnings regarding signed vs. unsigned char pointers.
Solar Designer
as solar
More... almost 7 years ago
Prefixed is_readable() with "@" to suppress warning when open_basedir restriction is in effect. WordPress did the same: http://core.trac.wordpress.org/changeset/13429 http://code.google.com/p/textpattern/issues/detail?id=107
Solar Designer
as solar
More... about 13 years ago
Check function_exists('getmypid') before possibly using getmypid(). Apparently, some shared hosting providers disable this function. WordPress has been doing this check for years, and Drupal 7 is about to start doing it.
Solar Designer
as solar
More... about 14 years ago
Limit count_log2 to 30 to match the PHP implementation.
Solar Designer
as solar
More... about 14 years ago
Corrected the size of output[] (bug reported by Christian von Schultz).
Solar Designer
as solar
More... about 14 years ago
Do not use double-quotes unnecessarily.
Solar Designer
as solar
More... about 14 years ago
Check is_readable('/dev/urandom') before calling @fopen() because the @-operator was not good enough if a custom error handler was set.
Solar Designer
as solar
More... over 14 years ago
Added header("Content-type: text/plain");
Solar Designer
as solar
More... over 17 years ago
Re-worked the test program to report whether all of the tests have passed.
Solar Designer
as solar
More... over 17 years ago
Added a check against a fixed test vector (for the "portable" hash type).
Solar Designer
as solar
More... over 17 years ago
there're -> there are
Solar Designer
as solar
More... over 17 years ago
Updated the years.
Solar Designer
as solar
More... over 17 years ago
Set Version to 0.1.
Solar Designer
as solar
More... over 17 years ago
Use "<?php", not just "<?".
Solar Designer
as solar
More... over 17 years ago
Fixed a bug in the $random_state initialization.
Solar Designer
as solar
More... over 17 years ago
Initial import of phpass 0.0.
Solar Designer
as solar
More... almost 19 years ago