Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-08-20 Thread Ben Harper
Hey Andy, As always, thanks for your time. I agree on skipping the pull request. -Ben On 08/20/2015 12:45 AM, Andy Thompson wrote: Actually, ignore my PRs, as there seems to be code in that area I changed that requires it. It might be best running `yum provides /etc/php.d/opcache.ini` to

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-08-19 Thread Jakov Sosic
On 08/17/2015 03:57 PM, Ben Harper wrote: You mentioned that you are rebuilding your php packages against httpd24. Can you reproduce this issue with stock IUS php packages? Hi Ben, sorry for the late answer, but I finally got some spare time and I found a reason for this segfault.

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-08-19 Thread Andy Thompson
Hi Jakov/Ben, PHP Zend extensions can conflict with others quite often. The solution is to change the ordering of how they load, in this case it was to move opcache to be the first extension to be loaded. The RPMs appear to additionally be introducing opcache as a standard extension as well.

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-07-28 Thread Carl George
] php56u-pecl-memcache coredumps httpd On 07/27/2015 07:51 PM, Ben Harper wrote: Hey Jakov, Thanks for taking the time to reach out to us about this issue. Can we assume this code and configuration worked with php55u with php55u-pecl-memcache? Also can we assume the code works without

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-07-28 Thread Jakov Sosic
On 07/28/2015 03:24 PM, Carl George wrote: Hello Jakov, We actually just recently got a bug report about httpd24u's apxs command not working properly. I'm betting you saw the same issue. https://bugs.launchpad.net/ius/+bug/1478588 Check out httpd24u-2.4.16-2.ius in our testing repos and

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-07-28 Thread Jakov Sosic
On 07/28/2015 06:30 PM, Ben Harper wrote: Hey Jakov, Seeing that you are trying to jump from PHP 5.4 to PHP 5.6, the following mitigation guide might be useful: http://php.net/manual/en/migration55.php http://php.net/manual/en/migration56.php Thank you, code is already prepared. Problems

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-07-28 Thread Ben Harper
Hey Jakov, I was not sure how far into the migration process you have gotten. Looks like you are much further along than I thought. I got asking about php55u just to try to get a better understand of your situation. If you feel confident that your code is ready for PHP 5.6, I don't think

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-07-27 Thread Ben Harper
Hey Jakov, Thanks for taking the time to reach out to us about this issue. Can we assume this code and configuration worked with php55u with php55u-pecl-memcache? Also can we assume the code works without the memcache module? Have you tried the memcached module? With these types of

Re: [Ius-community] php56u-pecl-memcache coredumps httpd

2015-07-27 Thread Jakov Sosic
On 07/27/2015 07:51 PM, Ben Harper wrote: Hey Jakov, Thanks for taking the time to reach out to us about this issue. Can we assume this code and configuration worked with php55u with php55u-pecl-memcache? Also can we assume the code works without the memcache module? Have you tried the