JJJ's Blog

  • WordPress
  • GitHub
  • Twitter/X
  • XDebug, NetBeans, WAMP Apache Crash Solution

    I just upgraded to a Vista 64 laptop with the current version of WAMP(2.0), and here is what I put in my php.ini to use XDebug and make the Apache crashing stop. Basically, I went back to using the 2.0.0 version of XDebug, and things seem to have stopped crashing.

    I am using NetBeans as my debugging IDE, and so far it works just fine.

    First off, comment out in your active php.ini:
    ;extension=php_xdebug-2.0.0-5.2.2.dll

    Then add this to the bottom of your active php.ini (Adjust your directories and xdebug filename accordingly.)

    [XDebug]
    ; Only Zend OR (!) XDebug
    zend_extension_ts="C:/Program Files (x86)/wamp/bin/php/php5.2.9-2/ext/php_xdebug-2.0.0-5.2.2.dll"
    xdebug.remote_enable=on
    xdebug.remote_host=localhost
    xdebug.remote_port=9000
    xdebug.remote_handler=dbgp
    xdebug.profiler_enable=0
    xdebug.profiler_output_dir="C:/Program Files (x86)/wamp/tmp"

    That’s it! Good luck and hope this helps someone!

    JJJ

    May 19, 2009
    Software
    xdebug, Apache, crash
  • Voltron – Green Lion

    Here’s a few renders of the Green Lion from the best cartoon ever, Voltron.

    JJJ

    July 25, 2008
    Uncategorized
  • Tropical Winds Beach Blankets

    Every once in a while you come across an idea so incredibly genius that you think to yourself “crap, why didn’t I think of that!” This, is definitely one of those products… (more…)

    JJJ

    June 17, 2008
    Fun
  • Kraftwerk Milwaukee

    Here are the pictures I took from Kraftwerk in Milwaukee on April 20, 2008… The videos are coming shortly but they obviously require a bit more effort… None of these images have been meta or alt tagged correctly yet, but I plan on doing that for each song they belong to so they make a bit more sense… If you see yourself in any of these and would like them removed, please contact me…

    (more…)

    JJJ

    April 20, 2008
    Uncategorized
  • Pixar-esque Lamp

    The assignment was to animate a Pixar style lamp doing whatever we so choose, so I took that as literally as possible and made my own Pixar style intro. (more…)

    JJJ

    March 3, 2008
    Uncategorized
Previous Page
1 … 53 54 55

Proudly Powered by WordPress