php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3927 `PHP3_MAX_SALT_LEN' undeclared
Submitted: 2000-03-25 19:12 UTC Modified: 2000-04-30 05:55 UTC
From: bene at iolvegas dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: RH 6.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bene at iolvegas dot com
New email:
PHP Version: OS:

 

 [2000-03-25 19:12 UTC] bene at iolvegas dot com
When running:
./configure --with-mysql --with-apache=/tmp/apache_1.3.12 --enable-track-vars

I get an error:

gcc -DHAVE_CONFIG_H -I. -I/tmp/php-4.0b4pl1/ext/standard -I../.. -I../../Zend -
I/tmp/php-4.0b4pl1 -I/tmp/apache_1.3.12/src/include -I/tmp/apache_1.3.12/src/
os/unix -I/usr/local/include/mysql  -D_REENTRANT -g -O2 -Wall  -c crypt.c && tou
ch crypt.lo
crypt.c: In function `php_if_crypt':
crypt.c:120: `PHP3_MAX_SALT_LEN' undeclared (first use in this function)
crypt.c:120: (Each undeclared identifier is reported only once
crypt.c:120: for each function it appears in.)
crypt.c:120: size of array `salt' has non-integer type
crypt.c: At top level:
crypt.c:111: warning: `php_to64' defined but not used
make[3]: *** [crypt.lo] Error 1
make[3]: Leaving directory `/tmp/php-4.0b4pl1/ext/standard'
make[2]: *** [all-recursive] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-30 05:55 UTC] sterling at cvs dot php dot net
This is fixed, please upgrade to the latest CVS, thanks.	
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 18:02:40 2024 UTC