<html><body bgcolor="#FFFFFF"><div>Can you please post a patch to Jira.freswitch.org and assign it to me.</div><div><br></div><div>Mike<br><br>On Aug 10, 2009, at 5:00 AM, Tristan Mahé &lt;<a href="mailto:t.mahe@telemaque.fr">t.mahe@telemaque.fr</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>

Morning guys,<br>
<br>
Yes the latest make swigall broke php code generation.<br>
<br>
Simple workaround:<br>
<br>
edit libs/esl/ESL.i to this content:<br>
<br>
----------------------Cut----------------------<br>
%{<br>
#include "esl.h"<br>
#include "esl_oop.h"<br>
%}<br>
<br>
%include "esl_oop.h"<br>
---------------------Cut-----------------------<br>
<br>
and make reswig<br>
<br>
It should be a swig bug, but I'm not sure.<br>
<br>
Regards,<br>
<br>
Gled<br>
<br>
Andrew Thompson a écrit&nbsp;:
<blockquote cite="mid:20090808025613.GA19871@hijacked.us" type="cite">
  <pre wrap="">On Fri, Aug 07, 2009 at 06:10:25PM -0400, Nicolas Brenner wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I'm trying to get started with the ESL using PHP. I compiled the ESL, then
phpmod according to the wiki instructions, but then when I try the examples
in the libs/esl/php dir, they fail saying:

PHP Fatal error:  Cannot redeclare ESLconnection::__construct() in
/usr/local/src/freeswitch/libs/esl/php/ESL.php on line 132

Checking ESL.php on line 132, I see there are several different declarations
for the function __construct() with different parameters each, which makes
sense, but doens't work. I am using PHP 5.1.6, is there a required minimum
higher than that or something? What could be the problem?

    </pre>
  </blockquote>
  <pre wrap=""><!---->Someone in the IRC channel mentioned this too. I looked at it briefly
and it looks like the latest 'swigall' screwed it up. The original
reporter said he'd file a jira, but you may want to check yourself and
if not make one yourself. In the meantime, the previous version of the
file was reported to work if you really need it.

Andrew

_______________________________________________
FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org"><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></a>

  </pre>
</blockquote>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a></span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></blockquote></body></html>