Christian Schneider wrote:
I get a segfault with PHP 5.2.0RC2 in CLI mode (Apache module seems to work) and APC 3.0.11 (without APC it works fine). Is this a known problem (maybe even fixed in CVS) or is it worth investigating?

An opcode cache doesn't help a whole lot in CLI mode. You can turn it off in that mode with:

  apc.enable_cli=0

And yes, there are a couple of PHP 5.2 incompatibilities we know about still. PHP 5.2 support is coming in the next version in about a week.

-Rasmus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to