[PHP-DEV] Build broken: ext/xsl/xsltprocessor.c

2011-08-08 Thread Damien Tournoud
Just FYI, this commit broke the build: http://svn.php.net/viewvc?view=revisionrevision=314515 One occurrence as been missed in: ext/xsl/xsltprocessor.c:DOM_RET_OBJ(rv, (xmlNodePtr) newdocp, ret, NULL); Reference:

Re: [PHP-DEV] Build broken: ext/xsl/xsltprocessor.c

2011-08-08 Thread Ilia Alshanetsky
Thanks, I've just applied a fix for this. On Mon, Aug 8, 2011 at 10:45 AM, Damien Tournoud d...@damz.org wrote: Just FYI, this commit broke the build:  http://svn.php.net/viewvc?view=revisionrevision=314515 One occurrence as been missed in:  ext/xsl/xsltprocessor.c:                        

Re: [PHP-DEV] Build broken: ext/xsl/xsltprocessor.c

2011-08-08 Thread Damien Tournoud
Thanks for the fix, but it is still failing in xsltprocessor.c, as far as I can tell: /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c: In function 'xsl_ext_function_php': /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:242: warning: pointer targets in initialization differ in

Re: [PHP-DEV] Build broken: ext/xsl/xsltprocessor.c

2011-08-08 Thread Ilia Alshanetsky
Different error, fixed now as well. On Mon, Aug 8, 2011 at 12:39 PM, Damien Tournoud d...@damz.org wrote: Thanks for the fix, but it is still failing in xsltprocessor.c, as far as I can tell: /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c: In function 'xsl_ext_function_php':

Re: [PHP-DEV] Build broken: ext/xsl/xsltprocessor.c

2011-08-08 Thread Damien Tournoud
#yay Packages now build again on http://apt.damz.org/ Damien On Mon, Aug 8, 2011 at 6:49 PM, Ilia Alshanetsky i...@prohost.org wrote: Different error, fixed now as well. On Mon, Aug 8, 2011 at 12:39 PM, Damien Tournoud d...@damz.org wrote: Thanks for the fix, but it is still failing in