You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Brian McCallister (JIRA)" <ji...@apache.org> on 2008/01/09 01:18:33 UTC

[jira] Commented: (SHINDIG-4) Call to undefined function bcadd() in RSA.class.php

    [ https://issues.apache.org/jira/browse/SHINDIG-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557090#action_12557090 ] 

Brian McCallister commented on SHINDIG-4:
-----------------------------------------

bcadd() is a part of bcmath, a built-in php function. You need to enable it when you build PHP.

Rather than fix RSA.class.php, I would prefer to switch over to using openssl

> Call to undefined function bcadd() in RSA.class.php
> ---------------------------------------------------
>
>                 Key: SHINDIG-4
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-4
>             Project: Shindig
>          Issue Type: Bug
>         Environment: Linux
>            Reporter: Martin Webb
>
> Testing index.php results in the error:
> Call to undefined function bcadd() in /home/virtual/site68/fst/var/www/html/RSA.class.php
> I can see calls to bcadd within RSA.class.php - but no definition.
> Martin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.