We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbb78e commit 13d2649Copy full SHA for 13d2649
1 file changed
configure.php
@@ -43,7 +43,6 @@
43
// xinclude_residua() done
44
// xml_partial_output
45
// xml_validate() done
46
-// phd_acronym() done
47
// phd_sources() done
48
// phd_version() done
49
// php_history() done
@@ -1073,7 +1072,6 @@ function xml_validate_libxml( $dom )
1073
1072
1074
// All PhD stuff, after XML validation.
1075
1076
-phd_acronym();
1077
php_history();
1078
phd_sources();
1079
phd_version();
@@ -1085,10 +1083,6 @@ function xml_validate_libxml( $dom )
1085
1083
// TODO: Should this moved to github/php/phd?
1086
1084
// Any input/state can be serialized into doc-base/temp/phd-conf.json.
1087
1088
-function phd_acronym()
1089
-{
1090
-}
1091
-
1092
function php_history()
1093
{
1094
global $ac;
0 commit comments