ports/182916: [PATCH] devel/php-xdebug: Install as Zend extension

Kimo kimor79 at yahoo.com
Sat Oct 12 00:00:01 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list