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 configure line (why the quotes?):

'./configure' '--with-mysqli' '--with-pdo' '--with-cli' '--with-gd'
'--with-dom' '--with-zlib' '--with-xml' '--with-openssl'
'--enable-mbstring=all' '--enable-inline-optimization'
'--enable-memory-limit' '--enable-exif' '--enable-fastcgi'
'--enable-force-cgi-redirect' '--without-pear'

Can you check yours?

Maybe there is a conflict with the modules compiled in and APC's
optimizer (though that sounds really strange). Maybe I'll try removing
all of them and recompile and see what happens...

Thanks Jens!

-steve-


On 3/3/06, Jens Kleikamp <[EMAIL PROTECTED]> 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.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to