Hello,
I have a trouble with apache 2.0.48, php 4.3.4, mmcache 2.4.6 and dbg
2.11.23
In apache error log, i got :
[Sun Dec 07 03:54:17 2003] [notice] caught SIGTERM, shutting down
PHP Fatal error: [Turck MMCache] Turck MMCache 2.4.6 can not be loaded
twich in Unknown on line 0
It is the same with php-cli :
# php -v
PHP Fatal error: [Turck MMCache] Turck MMCache 2.4.6 can not be loaded
twich in Unknown on line 0
The line
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so
exists only one time in php.ini.
If i don't load mmcache or dbg, the both case working, but it seem they
won't work together.
So i am unable to say if the trouble is in dbg or mmcache.
Note : I am working on a huge intranet application, with load of object
code (we are 8 persons on it), so whe need the both : cache & debugger.
If any caoul help...
Best regards,
Antoine Bajolet
I have a trouble with apache 2.0.48, php 4.3.4, mmcache 2.4.6 and dbg
2.11.23
In apache error log, i got :
[Sun Dec 07 03:54:17 2003] [notice] caught SIGTERM, shutting down
PHP Fatal error: [Turck MMCache] Turck MMCache 2.4.6 can not be loaded
twich in Unknown on line 0
It is the same with php-cli :
# php -v
PHP Fatal error: [Turck MMCache] Turck MMCache 2.4.6 can not be loaded
twich in Unknown on line 0
The line
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so
exists only one time in php.ini.
If i don't load mmcache or dbg, the both case working, but it seem they
won't work together.
So i am unable to say if the trouble is in dbg or mmcache.
Note : I am working on a huge intranet application, with load of object
code (we are 8 persons on it), so whe need the both : cache & debugger.
If any caoul help...
Best regards,
Antoine Bajolet
Comment