Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 23:51:42 GMT
From:      Kimo <kimor79@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182916: [PATCH] devel/php-xdebug: Install as Zend extension
Message-ID:  <201310112351.r9BNpg1R080288@oldred.freebsd.org>
Resent-Message-ID: <201310120000.r9C000Tc028749@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182916
>Category:       ports
>Synopsis:       [PATCH] devel/php-xdebug: Install as Zend extension
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 12 00:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kimo
>Release:        
>Organization:
>Environment:
>Description:
xdebug needs to be configured as a Zend extension rather than a normal php extension to avoid:

PHP Warning:  Xdebug MUST be loaded as a Zend extension in Unknown on line 0

This patch changes the port from a normal php extension to a Zend extension.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 330106)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xdebug
 PORTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xdebug.org/files/
 PKGNAMEPREFIX=	php-
@@ -15,8 +16,8 @@
 
 CONFIGURE_ARGS=	--enable-xdebug
 USE_PHP=	yes
-USE_PHPEXT=	yes
 USE_PHPIZE=	yes
+USE_ZENDEXT=	yes
 SUB_FILES=	pkg-message
 
 PKGMESSAGE=	${WRKDIR}/pkg-message


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310112351.r9BNpg1R080288>