[xdebug-general] Re: Installation Problem - Win &7 - Apache 2.2.17 - PHP 5.3.4

From: Jerry Stuckle <jerry[@]smartechhomes.com>
Date: Thu, 16 Dec 2010 08:08:22 -0500

On 12/15/2010 5:09 AM, Derick Rethans wrote:
> On Tue, 14 Dec 2010, Jerry Stuckle wrote:
>
>> I'm also running PHP 5.3.4 (32 bit) on Win 7 (64 bit); the only
>> difference is I'm still on Apache 2.2.16.
>
> Can you post (on the web, provide a link) your phpinfo() output? Have
> you tried: http://xdebug.org/find-binary.php ?
>

find_binary shows:

Tailored Installation Instructions
Summary

     * Xdebug installed: no
     * Server API: Apache 2.0 Handler
     * Windows: yes - Compiler: MS VC6 - Architecture: x86
     * Zend Server: no
     * PHP Version: 5.3.4
     * Zend API nr: 220090626
     * PHP API nr: 20090626
     * Debug Build: no
     * Thread Safe Build: yes
     * Configuration File Path: C:\Windows
     * Configuration File: E:\Program Files (x86)\PHP\php.ini
     * Extensions directory: E:\Program

Instructions

    1. Download php_xdebug-2.1.0-5.3-vc6.dll
    2. Move the downloaded file to E:\Program
    3. Edit E:\Program Files (x86)\PHP\php.ini and add the line
       zend_extension = E:\Program\php_xdebug-2.1.0-5.3-vc6.dll
    4. Restart the webserver

If you like Xdebug, and thinks it saves you time and money, please have
a look at the donation page.

The only difference is I use the thread-safe libs so use zend_extension-ts.

Also, this system is on a secure system, and I am unable to post the
entire php.ini file.

>> I, too, have been over and over the instructions, to no avail. My
>> php.ini file has:
>>
>> ;debugger
>> zend_extension_ts="E:/Program/php_xdebug-2.1.0-5.3-vc6.dll"
>
> Does that file exist?
>

If the file didn't exist I wouldn't be asking this question. Have you
even tried this with PHP 5.3.4?

>> xdebug.default_enable = On
>>
>> The file is in E:\program (tried other locations also, to no avail). And I'm
>> using the thread-safe version of php, which is why I used zend_extension_ts
>> (zend_extension didn't work, either)
>
>> From PHP 5.3, thre is no more _ts. "zend_extension" is correct.
>
> regards,
> Derick
>
Received on Thu Dec 16 2010 - 13:08:34 GMT

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