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 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...
./configure \ --prefix=/usr/local/php5-fcgi \ --with-config-file-path=/etc/php5-fcgi \ --with-mysql=/usr \ --with-zlib \ --enable-fastcgi \ --enable-memory-limit \ --enable-force-cgi-redirect \ --enable-track-vars \ --without-pear \ --with-imap \ --with-imap-ssl \ --with-gd \ --enable-gd-native-ttf \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-freetype-dir=/usr \ --enable-pdo \ --enable-pdo_mysql \ --with-pdo_mysql \ --with-gettext \ --with-iconv \ --enable-mbstring=all \ --enable-mbregex \ --with-mime-magic=/usr/share/misc/file/magic.mime \ --with-dom \ --with-mcrypt hth, Jens
-steve-
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php