View Issue Details

IDProjectCategoryView StatusLast Update
0000064XdebugInstallationpublic2004-06-09 08:07
Reportermose Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionopen 
Summary0000064: xdebug_base64_encode not redefined for xdebug_xml.c
Description

There's a #define changing xdebug_base64_encode to php_base64_encode when PHP has it(via xdebug_compat).
xdebug_xml.c doesn't reffer to xdebug_compat, so xdebug_base64_encode stays as is, and is unresolved in the Shared-Object.

Additional Information

Adding the following to xdebug_xml.c solves the problem.

#include "php.h"
#include "main/php_version.h"
#include "xdebug_compat.h"

TagsNo tags attached.
Operating SystemOSF4.0f
PHP Version5.0.0-dev

Activities

derick

2004-06-09 08:07

administrator   ~0000142

Fixed in CVS (2.0.0-dev), thanks for the report.

Issue History

Date Modified Username Field Change
2004-06-08 23:08 mose New Issue
2004-06-09 08:07 derick Status new => closed
2004-06-09 08:07 derick Note Added: 0000142