Fatal error: Call-time pass-by-reference

MK <[email protected]> Mon, 31 Aug 2015 03:13:39 +0200
Newsgroups gmane.text.refdb.general
Message-ID <CAJOXrotLyvzrk=XbrkwrDyyeQxhVU5KXH=COJb2TMuYanYUsrQ@mail.gmail.com>
Hi,
when trying out PHP-interface i received a fatal error. I could fix it
by using the instructions listed here:
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2013-June/256993.html

+- if (!yaz_ccl_parse($id[$i], $term, &$cclresult)) {
++ if (!yaz_ccl_parse($id[$i], $term, $cclresult)) {

Regards,
MK

------------------------------------------------------------------------------