[PHP-DEV] PHP 4.0 Bug #7035 Updated: Patch for crypt.c (OpenBSD possibly others) From: derick <email protected>
Date: 01/07/01

ID: 7035
Updated by: derick
Reported By: swenson <email protected>
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Assigned To:
Comments:

fixed in CVS

Previous Comments:
---------------------------------------------------------------------------

[2000-12-23 14:22:18] jon <email protected>
According to Anil Madhavapeddy <avsm <email protected>>, this patch is still required.
Someone should look into resolving this one soon. Derick?

---------------------------------------------------------------------------

[2000-12-07 11:47:58] sniper <email protected>
Is this patch still needed with latest CVS ?

--Jani

---------------------------------------------------------------------------

[2000-10-30 11:43:52] derick <email protected>
We are sorting this out... devlist, any idea's on this one?

---------------------------------------------------------------------------

[2000-10-05 05:22:34] swenson <email protected>
Just got latest CVS tarball installed on my two servers. I do not know if you have this patch for OpenBSD or not. So I am letting you know that it was needed.

--- ext/standard/crypt.c.orig Sat Jul 29 16:10:54 2000
+++ ext/standard/crypt.c Thu Jul 27 23:12:56 2000
@@ -71,7 +71,7 @@

 #if PHP_BLOWFISH_CRYPT
 #undef PHP_MAX_SALT_LEN
-#define PHP_MAX_SALT_LEN 17
+#define PHP_MAX_SALT_LEN 60 /* For OpenBSD */
 #endif

  /*

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7035

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>