Hello Curt wrote: >php has to run as a mod in order to have mmcache run. Make a php I knew this from the start. So I configured Apache (i think i did it right) to run php as module. I had an "httpd.conf.runphpasmodule" file, and I had renamed it to httpd.conf
>page with the output of phpinfo(). It will tell you if its running >in module mode or cgi and also wich php.ini you need to modify. I did it, but I can't see any relevant info on it. (I'm total newbie) Where exactly should I look on the phpinfo page if it's running as cgi or mod? Maybe i haven't put mmcache info to the right place in php.ini. It looks like this: ;Windows extensions . .[snip] . ;extension=php_snmp.dll ;extension=php_sockets.dll ;extension=php_sybase_ct.dll ;extension=php_xslt.dll ;extension=php_yaz.dll ;extension=php_zlib.dll zend_extension_ts="C:\apache\php\extensions\mmcache.dll" mmcache.shm_size="16" mmcache.cache_dir="c:\tmp\mmcache" mmcache.enable="1" mmcache.optimizer="1" mmcache.check_mtime="1" mmcache.debug="0" mmcache.filter="" mmcache.shm_max="0" mmcache.shm_ttl="0" mmcache.shm_prune_period="0" mmcache.shm_only="0" mmcache.compress="1" Maybe I should change "zend_extension_ts" to "extension?" No. I tried it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php