From: Matthew Fernandez Date: Thu, 29 Dec 2022 22:17:41 +0000 (-0800) Subject: remove gv.php include from PHP demo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81caa59b7e7d60701afe91cdaa0e8b7c0648874b;p=graphviz remove gv.php include from PHP demo As of SWIG 4.1.0, PHP source is no longer generated when SWIG is targeting PHP. Gitlab: closes #2322 Reported-by: Petr Sumbera --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a77d828b3..fa7dab957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased (7.0.6)] +### Fixed + +- The modgraph.php example no longer includes gv.php, which is no longer + generated by SWIG 4.1.0. #2322 + ## [7.0.5] – 2022-12-23 ### Fixed diff --git a/tclpkg/gv/demo/modgraph.php b/tclpkg/gv/demo/modgraph.php index a04d864e5..d6f9dee5e 100755 --- a/tclpkg/gv/demo/modgraph.php +++ b/tclpkg/gv/demo/modgraph.php @@ -1,6 +1,5 @@ #!/usr/bin/php