I could not find anything on Google and zend_ce_traversable definitely looks to be a part of a PHP header file. So the question is where is the error?

Lets assume that it is not PHP, then it might be the make for the module. That is something that is out of my scope of knowledge. I looked up PHP::Interpeter and the last release is Sep 2005 and noticed that 7 out of 8 system tests fail. I would say that the module itself got broke at some point when PHP was getting updated.

I am afraid you might be out of look with this module. However, I did a PHP module that might do what you are looking for. It is a little more current in support and passed smoke tests on 5.8.8 on Linux 2.6.22.10.

Good luck


In reply to Re^3: use PHP::Interpreter throws undefined symbol: zend_ce_traversable by Herkum
in thread use PHP::Interpreter throws undefined symbol: zend_ce_traversable by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.