[PHP-DEV] PHP 4.0 Bug #4024 Updated: crypt.c:110: `PHP_MAX_SALT_LEN' undeclared From: Bug Database (php-dev <email protected>)
Date: 05/02/00

ID: 4024
User Update by: vi <email protected>
Status: Open
Bug Type: Compile Failure
Description: crypt.c:110: `PHP_MAX_SALT_LEN' undeclared

Ok, looks like --with-cybercash is breaking the compile. I've compiled it
with no errors with all the other flags, but as soon as I add cybercash,
I get that error. Any other suggestions?

I've had another error come up this whole time too, but I've just hacked
it out. I get a redefinition of RETCODE in the openlink section. Looks like
the sybase headers define RETCODE as a long, and sqltypes.h defines it
as an int (or something like that). I've simply commented out the
retcode def in sqltypes.h once I get the error, and start the compile
over. Is that bad? :)

One other thing...the 05/02/00 snap has a missing ; on line 1192 of
sybase.c

Hopefully someone will be able to help with this cybercash issue, because
I really need cybercash. I'm not much of a programmer, but I'll do what I
can to look for the problem myself.

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

-- 
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>