[PECL-CVS] [web-pecl] master: chore: optimised deprecation wording on account request page

[email protected] (NickSdot via Derick Rethans) Wed, 24 Jun 2026 11:02:48 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: NickSdot (NickSdot)
Committer: Derick Rethans (derickr)
Date: 2026-06-24T12:02:45+01:00

Commit: https://github.com/php/web-pecl/commit/d57c100c0d894223f6373fec8dd1076c4050c992
Raw diff: https://github.com/php/web-pecl/commit/d57c100c0d894223f6373fec8dd1076c4050c992.diff

chore: optimised deprecation wording on account request page

Changed paths:
  M  templates/pages/account_request.php


Diff:

diff --git a/templates/pages/account_request.php b/templates/pages/account_request.php
index 52cdb93c..5301ae5d 100644
--- a/templates/pages/account_request.php
+++ b/templates/pages/account_request.php
@@ -84,16 +84,16 @@ function enableForm(disabled)
         </tr>
 
         <tr>
-            <td valign="top"><input type="radio" name="reason" value="new" id="reason_new" onclick="reasonClick('new')"></td>
+            <td valign="top"><input type="radio" name="reason" value="other" id="reason_other" onclick="reasonClick('other')"></td>
             <td>
-                <label for="reason_new">I would like to submit a new extension to PECL.</label>
+                <label for="reason_other">I am the maintainer of an <strong>already listed, existing</strong> PECL extension.</label>
             </td>
         </tr>
 
         <tr>
-            <td valign="top"><input type="radio" name="reason" value="other" id="reason_other" onclick="reasonClick('other')"></td>
+            <td valign="top"><input type="radio" name="reason" value="new" id="reason_new" onclick="reasonClick('new')"></td>
             <td>
-                <label for="reason_other">I desire this PECL account for another reason.</label>
+                <label for="reason_new">I would like to submit a <strong>new extension</strong> to PECL (stop here; new extensions are no longer accepted!).</label>
             </td>
         </tr>
     </table>