php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56112 XDebug Compiling Error
Submitted: 2004-06-29 20:37 UTC Modified: 2004-06-30 08:02 UTC
From: s dot seipel at gmx dot de Assigned: derick (profile)
Status: Closed Package: Xdebug
PHP Version: 5CVS-2004-06-29 (dev) OS: Linux Debian 3.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: s dot seipel at gmx dot de
New email:
PHP Version: OS:

 

 [2004-06-29 20:37 UTC] s dot seipel at gmx dot de
Description:
------------
after # pear install xdebug-1.3.1 with PHP 5.0.0.RC2 I got the following error:

running: make
/bin/sh /var/tmp/pear-build-root/xdebug-1.3.1/libtool --mode=compile gcc  -I. -I
.3.1/include -I/var/tmp/pear-build-root/xdebug-1.3.1/main -I/tmp/tmpbVNVCf/xdebu
clude/php/Zend -I/usr/local/include/php/TSRM  -DHAVE_CONFIG_H  -g -O2  -prefer-p
gcc -I. -I/tmp/tmpbVNVCf/xdebug-1.3.1 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/
NVCf/xdebug-1.3.1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/
 /tmp/tmpbVNVCf/xdebug-1.3.1/xdebug.c  -fPIC -DPIC -o xdebug.lo
In file included from /tmp/tmpbVNVCf/xdebug-1.3.1/xdebug_var.h:20,
                 from /tmp/tmpbVNVCf/xdebug-1.3.1/xdebug.c:55:
/tmp/tmpbVNVCf/xdebug-1.3.1/php_xdebug.h:66: warning: parameter names (without t
/tmp/tmpbVNVCf/xdebug-1.3.1/php_xdebug.h:66: warning: data definition has no typ
/tmp/tmpbVNVCf/xdebug-1.3.1/xdebug.c:125: `xdebug' undeclared here (not in a fun
/tmp/tmpbVNVCf/xdebug-1.3.1/xdebug.c:125: initializer element is not constant
/tmp/tmpbVNVCf/xdebug-1.3.1/xdebug.c:125: (near initialization for `xdebug_modul
make: *** [xdebug.lo] Error 1
`make' failed



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-30 07:02 UTC] derick@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

I already fixed this in CVS, please follow the instructions at http://xdebug.org/install.php#source on how to obtain Xdebug from CVS.
 [2004-06-30 08:02 UTC] derick@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

It's now also in the new 1.3.2 release.

regards,
Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC