[xdebug-general] ***UNCHECKED*** Re: getting xdebug to work on windows

From: Hendy Irawan <gauldong[@]gmail.com>
Date: Sat, 26 Mar 2005 20:07:27 +0700

> I am trying to get xdebug to work on Windows.
> I downloaded the latest php_xdebug.dll for php 5.0.x.
> I am running php 5.0.2 on Apache 2.0.52.
> I added this line to php.ini:
>
> zend_extension_ts="C:\php\php5\ext\php_xdebug.dll". This is the folder
> that contains all php extensions.

I never get it work with "zend_extension*". Try using "extension=", it
should work.
Try removing the absolute path, and make sure you set extension dir correctly.

The old beta1 may not work with later builds because of breaking
binary compatibility. You may need to get both PHP + xdebug beta2
source and compile xdebug with that. I have php_xdebug.dll beta2 for
PHP 5.0.3 that I'm attaching... see if it helps. If it doesn't work,
try upgrading to PHP 5.0.3 ;-)

To open the archive, the password is "xdebug". I passworded it so
gmail will allow me to send the attachment.

-- 
Hendy Irawan - http://dev.gauldong.net - GaulDong Developer Center

Received on Sat Mar 26 2005 - 14:07:47 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST