Skip Menu |

This queue is for tickets about the PHP-Interpreter CPAN distribution.

Report information
The Basics
Id: 58637
Status: open
Priority: 0/
Queue: PHP-Interpreter

People
Owner: Nobody in particular
Requestors: FELIPE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.0.2
Fixed in: (no value)



Attempting to compile PHP::Interpreter with PHP 5.3 gives a number of bugs apparently related to changes in PHP. ...I can’t get to them now but will update this case when I can.
On Wed Jun 23 10:11:16 2010, FELIPE wrote: Show quoted text
> ...I can’t get to them now but will update this case when I can.
I'm guessing that I'm running into the same errors attempting to install on Ubuntu 10.10 (PHP 5.3.2). The relevant part of the build log is attached. Cheers
Subject: php_interpreter_build.log
/usr/bin/perl /home/a1155544/local/lib/perl5/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap -typemap typemap PHP.xs > PHP.xsc && mv PHP.xsc PHP.c cc -c -I/usr/include -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -g -DVERSION=\"1.0.2\" -DXS_VERSION=\"1.0.2\" -fPIC "-I/usr/lib/perl/5.10/CORE" PHP.c In file included from /usr/include/php5/main/php.h:34, from phpinterp.h:11, from PHP.xs:13: /usr/include/php5/Zend/zend.h:34:1: warning: "END_EXTERN_C" redefined In file included from PHP.xs:3: /usr/lib/perl/5.10/CORE/perl.h:157:1: warning: this is the location of the previous definition PHP.xs: In function ‘my_autoglobal_merge’: PHP.xs:377: error: ‘zval’ has no member named ‘refcount’ PHP.xs:383: error: ‘zval’ has no member named ‘refcount’ PHP.xs: In function ‘XS_PHP__Interpreter_call’: PHP.xs:604: warning: format not a string literal and no format arguments PHP.xs: In function ‘XS_PHP__Interpreter_instantiate’: PHP.xs:692: error: ‘zend_fcall_info’ has no member named ‘object_pp’ PHP.xs:726: warning: format not a string literal and no format arguments PHP.xs: In function ‘XS_PHP__Interpreter__Class__AUTOLOAD’: PHP.xs:961: error: ‘zend_fcall_info’ has no member named ‘object_pp’ PHP.xs:1065: warning: format not a string literal and no format arguments PHP.c: In function ‘XS_PHP__Interpreter__Resource_FETCH’: PHP.c:1570: warning: useless type name in empty declaration make: *** [PHP.o] Error 1 AFF/PHP-Interpreter-1.0.2.tar.gz /usr/bin/make -- NOT OK