Wolfgang Pichler wrote:
Mattias Nordstrom wrote:
Emilda version *1.2-cvs-20041130*. Database version *26*.
[client 172.22.22.5] PHP Fatal error: Only variables can be passed
by reference in /home/httpd/emilda/lib/search.inc on line 161
When did it last work on PHP 5? Emilda 1.2 doesn't officially support
PHP 5 but if the problem is something trivial we can probably fix it
for this release.
believe me i worked some time ago :-)
this line 161 error
==> yaz_wait(array("timeout" => 30));
can be worked around by
==> $v=array("timeout" => 30); yaz_wait($v);
obiously php5 does not have relaxed rules regarding references any more ...
Ok, this patch has been implemented now. Testing on PHP5 still remains.
As for the errors you mentioned above, I haven't been able to test it
with PHP 5 yet but intend to do so as soon as possible.
---
NEXT ERROR :
[client 172.22.22.5] PHP Fatal error: Call to undefined function
apd_set_pprof_trace() in /home/httpd/emilda/book_add.php on line 3,
referer:
https://kropotkin/emilda/book_management_panel.php?id=1324944774&auth=09eaa70607b0e20468eec3deb608cfe4
That is a call to the Advanced PHP Debugger, and it should not be there
unless you have APD installed and are debugging. It has now been removed.
sorry, but qa is in progress :-)
Thanks for doing PHP5 qa for us =)
Regards,
--
Erik Berglund
Chairman of the Board
Oy Realnode Ab
berglund@xxxxxxxxxxxx
www.realnode.com
|