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,

[PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread Jens Kleikamp
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. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

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

[PHP] Re: APC and PHP 5.1.2

2006-03-03 Thread Jens Kleikamp
steve wrote: 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

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

[PHP] Re: APC and PHP 5.1.2

2006-03-02 Thread Jens Kleikamp
steve wrote: You know not what you ask!! I'm going to have to wait a bit before I do that. Currently using Apache 2, and the config files would need to be different, etc., so I'll have to choose a webserver I can take down for a longer time. :( What I did try was different versions of PHP (All