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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Fri Dec 27 12:01:29 2024 UTC