zendtech / ZendOptimizerPlus

Other
914 stars 142 forks source link

Fix #180 Issue - support for Latest PHP 5.6 builds #181

Closed ovr closed 10 years ago

ovr commented 10 years ago
ovr commented 10 years ago

@dstogov i fix compilation errors under php 5.6 Review please

i see that travis tests failed before my request and i am not interesting for fix all tests (( only support for php 5.6 :)

dstogov commented 10 years ago

Hi Dmitry, as I said, we are not going to support new PHP versions of PHP here. Actually this repo is a clone of PHP-5.5.

OPCache is bundled into PHP main source tree and all the new development is going there according to the common php rules and release cycles.

Thanks. Dmitry.

On Fri, May 16, 2014 at 1:52 PM, Дмитрий Пацура notifications@github.comwrote:

@dstogov https://github.com/dstogov i fix compilation errors under php 5.6 Review please

i see that travis tests failed before my request and i am not interesting for fix all tests (( only support for php 5.6 :)

— Reply to this email directly or view it on GitHubhttps://github.com/zendtech/ZendOptimizerPlus/pull/181#issuecomment-43315056 .

kev300 commented 10 years ago

Any scheduled dates for this? The dumpasses from debian have upgraded testing to PHP 5.6 now I can't use opcache anymore.. (sigsegv on some pages). :D

dstogov commented 10 years ago

Use opcache provided by debian.

Thanks. Dmitry.

On Tue, Jun 10, 2014 at 12:21 AM, kev300 notifications@github.com wrote:

Any scheduled dates for this? The dumpasses from debian have upgraded testing to PHP 5.6 now I can't use opcache anymore.. (sigsegv on some pages). :D

— Reply to this email directly or view it on GitHub https://github.com/zendtech/ZendOptimizerPlus/pull/181#issuecomment-45539024 .

kev300 commented 10 years ago

I do. Just installed their pakets. But didn't find any bug reports on debian sites. Deactivation opcache fixes the problem.

dstogov commented 10 years ago

I have no idea what did they build. At last, you may download php-5.6 sources and rebuild PHP and opcache yourself.

On Tue, Jun 10, 2014 at 12:27 AM, kev300 notifications@github.com wrote:

I do. Just installed their pakets. But didn't find any bug reports on debian sites. Deactivation opcache fixes the problem.

— Reply to this email directly or view it on GitHub https://github.com/zendtech/ZendOptimizerPlus/pull/181#issuecomment-45539655 .

ovr commented 10 years ago

I will close this pull request