php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3990 Error in crypt.c
Submitted: 2000-03-30 19:25 UTC Modified: 2000-05-13 11:41 UTC
From: colin at easyDNS dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 1 OS: RedHat 6.1
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: colin at easyDNS dot com
New email:
PHP Version: OS:

 

 [2000-03-30 19:25 UTC] colin at easyDNS dot com
Using the 30-Mar-2000 snapshot (to fix the mcrypt problem), but I see this still occurs:

./configure --enable-track-vars --disable-magic-quotes --with-mysql=../mysql-3.22.27 --with-zlib=../zlib-1.1.3 --enable-syssysvsem --with-ftp --with-pcre-regex --with-mcrypt --with-xml --with-apache=../apache_1.3.12 --with-mcal=../libmcal

...

checking for crypt in -lcrypt... (cached) yes
checking for getcwd... no
checking for getwd... no
checking for standard DES crypt... no
checking for extended DES crypt... no
checking for MD5 crypt... no
checking for Blowfish crypt... no

...

make

...

gcc -DHAVE_CONFIG_H -I. -I/usr/local/sources/php4-200003301445/ext/standard -I../.. -I../../Zend -I/usr/local/sources/php4-200003301445 -I/usr/local/sources/apache_1.3.12/src/include -I/usr/local/sources/apache_1.3.12/src/os/unix -I/usr/local/include -I/usr/local/sources/libmcal -I/usr/local/sources/mysql-3.22.27/include -I/usr/local/sources/php4-200003301445/ext/xml/expat/xmltok -I/usr/local/sources/php4-200003301445/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=12 -D_REENTRANT -g -O2 -Wall  -c crypt.c && touch crypt.lo
crypt.c: In function `php_if_crypt':
crypt.c: In function `php_if_crypt':
crypt.c:110: `PHP_MAX_SALT_LEN' undeclared (first use in this function)
crypt.c:110: (Each undeclared identifier is reported only once
crypt.c:110: for each function it appears in.)
crypt.c:110: size of array `salt' has non-integer type
crypt.c: At top level:
crypt.c:101: warning: `php_to64' defined but not used
make[3]: *** [crypt.lo] Error 1
make[3]: Leaving directory `/usr/local/sources/php4-200003301445/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/sources/php4-200003301445/ext/standard'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/sources/php4-200003301445/ext'
make: *** [all-recursive] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-31 20:05 UTC] cmv at cvs dot php dot net
works if you compile mcrypt with the --disable-posix-threads switch
 [2000-04-04 18:15 UTC] cmv at cvs dot php dot net
I take that back ... it still complains.
 [2000-05-13 11:36 UTC] sterling at cvs dot php dot net
This has been patched with RC2.
 [2000-05-13 11:41 UTC] sterling at cvs dot php dot net
forgot to close.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 18:00:01 2026 UTC