php degugger on php 5.2.2 (xampp 1.6.2) real brainer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Piotr Nowak

    php degugger on php 5.2.2 (xampp 1.6.2) real brainer

    Hi,

    I tried to get php dbg debugger working on my machine but it doesn't
    work at all.

    Ok, what i did:

    copied php_dbg-5.2.x.dll (for PHP 5.2.x version) into my xampp/php/ext
    directory
    next, modified /xampp/apache/bin/php.ini file appending:

    [debugger]
    extension=php_d bg-5.2.x.dll
    debugger.enable d=on
    debugger.profil er_enabled=on
    debugger.hosts_ allow=localhost 127.0.0.1
    ;debugger.hosts _deny=ALL
    debugger.ports= 7869, 10000/16
    debugger.JIT_ho st = clienthost
    debugger.JIT_po rt = 7869


    Now, when i restard my server and try to get http://localhost my apache
    crashes and windows gives me a window telling me that this application
    will be closed !@!!

    what is wrong ?

    im running windows xp sp2

    thanks in advance
  • Piotr Nowak

    #2
    Re: php degugger on php 5.2.2 (xampp 1.6.2) real brainer

    Piotr Nowak pisze:
    Hi,
    >
    I tried to get php dbg debugger working on my machine but it doesn't
    work at all.
    >
    Ok, what i did:
    >
    copied php_dbg-5.2.x.dll (for PHP 5.2.x version) into my xampp/php/ext
    directory
    next, modified /xampp/apache/bin/php.ini file appending:
    >
    [debugger]
    extension=php_d bg-5.2.x.dll
    debugger.enable d=on
    debugger.profil er_enabled=on
    debugger.hosts_ allow=localhost 127.0.0.1
    ;debugger.hosts _deny=ALL
    debugger.ports= 7869, 10000/16
    debugger.JIT_ho st = clienthost
    debugger.JIT_po rt = 7869
    >
    >
    Now, when i restard my server and try to get http://localhost my apache
    crashes and windows gives me a window telling me that this application
    will be closed !@!!
    >
    what is wrong ?
    >
    im running windows xp sp2
    >
    thanks in advance
    ok, found problem, just commen out lines from php.ini:

    [Zend]
    ;zend_extension _ts =
    "D:\servers\xam pp\php\zendOpti mizer\lib\ZendE xtensionManager .dll"
    ;zend_extension _manager.optimi zer_ts =
    "D:\servers\xam pp\php\zendOpti mizer\lib\Optim izer"
    ;zend_optimizer .enable_loader = 0
    ;zend_optimizer .optimization_l evel=15
    ;zend_optimizer .license_path =
    ; Local Variables:
    ; tab-width: 4
    ; End:

    greets.

    Comment

    Working...