Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 14:01:17 +0200 (EET)
From:      Vaidas Zlotkus <r2@music.lt>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        r2@music.lt
Subject:   ports/104961: devel/php-xdebug version update
Message-ID:  <20061031120117.A66785C020@server.in-corpore.com>
Resent-Message-ID: <200610311210.k9VCAQmH036790@freefall.freebsd.org>

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

>Number:         104961
>Category:       ports
>Synopsis:       devel/php-xdebug version update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 31 12:10:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vaidas Zlotkus
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
none
>Environment:
System: FreeBSD localhost 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Tue Oct 3 10:01:17 EEST 2006 root@localhost:/usr/obj/usr/src/sys/GENERIC i386
>Description:
>How-To-Repeat:
>Fix:

diff -ruN php-xdebug.old/Makefile php-xdebug/Makefile
--- php-xdebug.old/Makefile     Tue Oct 31 13:46:21 2006
+++ php-xdebug/Makefile Tue Oct 31 13:47:11 2006
@@ -6,7 +6,7 @@
 #

 PORTNAME=      xdebug
-PORTVERSION=   1.3.2
+PORTVERSION=   2.0.0RC1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.xdebug.org/files/
 PKGNAMEPREFIX= php-
diff -ruN php-xdebug.old/distinfo php-xdebug/distinfo
--- php-xdebug.old/distinfo     Tue Oct 31 13:46:21 2006
+++ php-xdebug/distinfo Tue Oct 31 13:47:19 2006
@@ -1,3 +1,3 @@
-MD5 (xdebug-1.3.2.tgz) = bf76f41de570da77ab6db67d2c8cbffe
-SHA256 (xdebug-1.3.2.tgz) = f3f9d2e60d1e7a2621f546812195bd164174933252b5752b778450449eb3b9bd
-SIZE (xdebug-1.3.2.tgz) = 153629
+MD5 (xdebug-2.0.0RC1.tgz) = a048de3dbb5a16489921f2096b8003e1
+SHA256 (xdebug-2.0.0RC1.tgz) = f3b8a65430f2e727460f8fa1ee9c6b2187befa939f99a10d2cf1fa1042bd42f5
+SIZE (xdebug-2.0.0RC1.tgz) = 252286
diff -ruN php-xdebug.old/pkg-descr php-xdebug/pkg-descr
--- php-xdebug.old/pkg-descr    Tue Oct 31 13:46:21 2006
+++ php-xdebug/pkg-descr        Tue Oct 31 13:49:49 2006
@@ -1,5 +1,18 @@
 The Xdebug extension helps you debugging your script by providing a lot of
-valuable debug information. Xdebug can be used from inside a script or by
-a remote debugger.
+valuable debug information. The debug information that Xdebug can provide
+includes the following:
+
+    * stack and function traces in error messages with:
+          o full parameter display for user defined functions
+          o function name, file name and line indications
+          o support for member functions
+    * memory allocation
+    * protection for infinite recursions
+
+Xdebug also provides:
+
+    * profiling information for PHP scripts
+    * script execution analysis
+    * capabilities to debug your scripts interactively with a debug client

 WWW: http://www.xdebug.org/

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



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