[DOC-CVS] [doc-base] translatable-acronyms: Remove phd_acronym from configure
[email protected] (Jordi Kroon) Wed, 22 Jul 2026 18:54:00 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jordi Kroon (jordikroon)
Date: 2026-07-22T20:48:55+02:00
Commit: https://github.com/php/doc-base/commit/17818a03f77441e48fd5385ecf8d45e4272506d7
Raw diff: https://github.com/php/doc-base/commit/17818a03f77441e48fd5385ecf8d45e4272506d7.diff
Remove phd_acronym from configure
Changed paths:
M configure.php
Diff:
diff --git a/configure.php b/configure.php
index 1a07591639..2f508447f7 100755
--- a/configure.php
+++ b/configure.php
@@ -43,7 +43,6 @@
// xinclude_residua() done
// xml_partial_output
// xml_validate() done
-// phd_acronym() done
// phd_sources() done
// phd_version() done
// php_history() done
@@ -1073,7 +1072,6 @@ function xml_validate_libxml( $dom )
// All PhD stuff, after XML validation.
-phd_acronym();
php_history();
phd_sources();
phd_version();
@@ -1085,10 +1083,6 @@ function xml_validate_libxml( $dom )
// TODO: Should this moved to github/php/phd?
// Any input/state can be serialized into doc-base/temp/phd-conf.json.
-function phd_acronym()
-{
-}
-
function php_history()
{
global $ac;