[Bug 1083513] Re: installation IDN on PECL at PHP 5.3 fails

2012-11-29 Thread Robie Basak
Thank you for your report. I was able to execute the command you supplied successfully. I'll attach my terminal log. So since this looks like a local configuration problem, rather than a bug in Ubuntu, so I'm marking this bug as Invalid. You can find pointers to get help for this sort of

[Bug 1083513] Re: installation IDN on PECL at PHP 5.3 fails

2012-11-29 Thread Robie Basak
** Attachment added: terminal.log https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1083513/+attachment/3446896/+files/terminal.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 1083513] Re: installation IDN on PECL at PHP 5.3 fails

2012-11-29 Thread svecpetr
To: Robie Basek ... you are wrong ... that is not in settings, as you write because it writes error: /tmp/pear/temp/idn/idn.c:221:1 error: unknown type name 'function_entry' you didn't find it, BECAUSE YOU USE OLD PHP ... YOU ARE USING PHP FROM 20090626 THAT'S MEAN, THAT YOU USE PHP 5.2 ...

[Bug 1083513] Re: installation IDN on PECL at PHP 5.3 fails

2012-11-29 Thread Ondřej Surý
error: /tmp/pear/temp/idn/idn.c:221:1 error: unknown type name 'function_entry' That's a problem with IDN module, not with PHP. It has to be updated to use new function. P.S.: Don't use caps, it's considered rude. ** Changed in: php5 (Ubuntu) Status: New = Invalid -- You received this

[Bug 1083513] Re: installation IDN on PECL at PHP 5.3 fails

2012-11-29 Thread Ondřej Surý
P.S.: You need to change function_entry to zend_function_entry and each pval to zval. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1083513 Title: installation IDN on PECL at PHP