Problem with mmcache and dbg

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Antoine Bajolet

    Problem with mmcache and dbg

    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

  • Phil Roberts

    #2
    Re: Problem with mmcache and dbg

    With total disregard for any kind of safety measures Antoine
    Bajolet <abajolet@toile toine.net> leapt forth and uttered:
    [color=blue]
    > 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-200
    > 20429/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
    >
    >[/color]

    I think it something to do with naming conflicts between the DBG
    debug functions and the MMCache debug functions...

    --
    There is no signature.....

    Comment

    • Manuel Lemos

      #3
      Re: Problem with mmcache and dbg

      Hello,

      On 12/07/2003 07:17 AM, Antoine Bajolet wrote:[color=blue]
      > 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[/color]

      MMCache site says that DBG support is experimental. If you have a
      problem with a script that does not work with MMCache and DBG at the
      same time, just send it to the author so he can analyze and do something
      about it.

      --

      Regards,
      Manuel Lemos

      Free ready to use OOP components written in PHP


      Comment

      Working...