|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-19 01:57 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 14:00:01 2025 UTC |
I know the situation for a long time. But I can't find any information about it. in PHP 4.X.X in FreeBSD: crypt('111', 1) returns '1$D8klitcq/sA' in PHP 4.0.6 in Windows 2000 (Apache 1.3.X or IIS 5): crypt('111', 1) returns '1$D8klitcq/sA' but in PHP 4.1.X/4.2.X after 4.0.6 in Windows 2000(Apache 1.3.X or IIS 5): crypt('111', 1) returns '1$NMxLgKkWMkY' That's weird. Thanks for your reading.