Re: [PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread Rasmus Lerdorf
Jens Kleikamp wrote: steve wrote: Thanks for that! It meant that I should look in other directions which helped me figure out the problem. Can you try again with: apc.optimization=1 Your script also seems to work on my sytem with optimization=1. The optimizer doesn't work very well at thi

Re: [PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread steve
Really? Now I am confused on why I'd be having a problem and you aren't. I even deleted the php.ini file and made a new one that only contained this: extension=apc.so apc.optimization=1 and it still failed. At least I have it working without the second line. My phpinfo() has this as the configur

Re: [PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread steve
Thanks for that! It meant that I should look in other directions which helped me figure out the problem. Can you try again with: apc.optimization=1 I think the optimizer is what dies with php 5.1.x. It works for me now if I don't have that line. :) Too bad APC can't work with Zend Optimizer, sinc