4 Nov 2006 13:50
mantisbt/core graphviz_api.php,1.5,1.6
Update of /cvsroot/mantisbt/mantisbt/core
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14345
Modified Files:
graphviz_api.php
Log Message:
0005766: Graphviz Error on WIndows
Index: graphviz_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/graphviz_api.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- graphviz_api.php 12 Feb 2005 20:01:11 -0000 1.5
+++ graphviz_api.php 4 Nov 2006 12:50:17 -0000 1.6
<at> <at> -321,9 +321,8 <at> <at>
echo $t_dot_output;
}
-
- $t_graphviz->release();
- $t_graphviz = null;
+
+ unset($t_graphviz);
} else if ( php_version_at_least( '4.3.0' ) ) {
# If we are not under Windows, use proc_open whenever possible,
# (PHP >= 4.3.0) since it avoids the need of temporary files.
-------------------------------------------------------------------------
(Continue reading)
RSS Feed