Added support for PHP 5.5. Fixed bug #923: Xdebug + Netbeans + ext/MongoDB crash on MongoCursor instance Fixed bug #929: Directory name management in xdebug.profiler_output_dir Fixed bug #931: xdebug_str_add does not check for NULL str before calling strlen on it Fixed bug #935: Document the return value from xdebug_get_code_coverage() Fixed bug #947: Newlines converted when html_errors = 0 Also include http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177340 changes Fix: Patch attached with submission follows:
Maintainer of devel/php-xdebug, Please note that PR ports/180163 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180163 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
State Changed From-To: feedback->closed Committed. Thanks!
Author: wg Date: Thu Aug 22 15:47:39 2013 New Revision: 325209 URL: http://svnweb.freebsd.org/changeset/ports/325209 Log: php-xdebug: update to 2.2.3 - Update to 2.2.3 Changes: http://xdebug.org/updates.php#x_2_2_3 PR: ports/180163 Submitted by: Oleg Ginzburg <olevole olevole.ru> Approved by: maintainer (timeout) Modified: head/devel/php-xdebug/Makefile head/devel/php-xdebug/distinfo Modified: head/devel/php-xdebug/Makefile ============================================================================== --- head/devel/php-xdebug/Makefile Thu Aug 22 15:28:16 2013 (r325208) +++ head/devel/php-xdebug/Makefile Thu Aug 22 15:47:39 2013 (r325209) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdebug -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= devel MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- Modified: head/devel/php-xdebug/distinfo ============================================================================== --- head/devel/php-xdebug/distinfo Thu Aug 22 15:28:16 2013 (r325208) +++ head/devel/php-xdebug/distinfo Thu Aug 22 15:47:39 2013 (r325209) @@ -1,2 +1,2 @@ -SHA256 (xdebug-2.2.2.tgz) = b143cb205a2a07ce50fc3c4d1e3c51958837927f97f1d9e912b99015e2c84f03 -SIZE (xdebug-2.2.2.tgz) = 250184 +SHA256 (xdebug-2.2.3.tgz) = b351872da46ed8378dff90a87673f5ec1e0bdd94324558ebc898e1d115e9d71c +SIZE (xdebug-2.2.3.tgz) = 250543 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"