Page MenuHomePhorge

Deprecation NoticeTag
ActivePublic

Members

  • This project does not have any members.
  • View All

Watchers

  • This project does not have any watchers.
  • View All

Details

Description

Add this tag to user reports about deprecation errors.

Recent Activity

Fri, May 9

valerio.bozzolan added a comment to T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4).

Thanks. I pinpoint also here your super-relevant extra details: https://we.phorge.it/D25887#26924

Fri, May 9, 09:25 · Deprecation Notice, PHP 8 support, Bug Reports
aklapper closed T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4) as Resolved by committing rP6619fef2ff97: Remove use of deprecated E_STRICT PHP constant.
Fri, May 9, 09:23 · Deprecation Notice, PHP 8 support, Bug Reports

Thu, Apr 24

aklapper closed T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header) as Resolved by committing rP372316c99836: Fix PHP 8.1 "preg_match(null)" exception for missing User-Agent HTTP Header.
Thu, Apr 24, 06:08 · PHP 8 support, Deprecation Notice

Tue, Apr 22

aklapper renamed T15824: Deprecation notice at PhabricatorEditorURIEngine.php:283 when no RepositorySlug set from Deprecation notice at PhabricatorEditorURIEngine.php:283 to Deprecation notice at PhabricatorEditorURIEngine.php:283 when no RepositorySlug set.
Tue, Apr 22, 08:10 · PHP 8 support, Deprecation Notice
aklapper renamed T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header) from Deprecation notice @ PhabricatorStandardPageView.php:630 to Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header).
Tue, Apr 22, 08:09 · PHP 8 support, Deprecation Notice

Mon, Apr 21

connorgurney renamed T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4) from `arc unit`: Constant E_STRICT is deprecated (with PHP 8.4) to `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4).
Mon, Apr 21, 23:50 · Deprecation Notice, PHP 8 support, Bug Reports
connorgurney added a comment to T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4).

Can confirm that this appears on all commands rather than just unit, so have renamed the task accordingly.

Mon, Apr 21, 23:50 · Deprecation Notice, PHP 8 support, Bug Reports

Apr 5 2025

mainframe98 removed a revision from T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4): D25946: Remove support for PHP mysql extension.
Apr 5 2025, 12:07 · Deprecation Notice, PHP 8 support, Bug Reports
mainframe98 added a revision to T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4): D25946: Remove support for PHP mysql extension.
Apr 5 2025, 12:03 · Deprecation Notice, PHP 8 support, Bug Reports

Apr 2 2025

aklapper updated subscribers of T15724: PHP 8.3: Usage of ldap_connect with two arguments is deprecated.

Patch based on my understanding of taavi's comments in T15963 (as I fail to set up an LDAP server locally):

diff --git a/src/applications/auth/adapter/PhutilLDAPAuthAdapter.php b/src/applications/auth/adapter/PhutilLDAPAuthAdapter.php
index 14047c1761..e25659a4aa 100644
--- a/src/applications/auth/adapter/PhutilLDAPAuthAdapter.php
+++ b/src/applications/auth/adapter/PhutilLDAPAuthAdapter.php
@@ -305,7 +305,16 @@ final class PhutilLDAPAuthAdapter extends PhutilAuthAdapter {
           'port' => $this->port,
         ));
Apr 2 2025, 21:43 · Deprecation Notice, PHP 8 support

Mar 1 2025

aklapper added a parent task for T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header): T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4.
Mar 1 2025, 19:34 · PHP 8 support, Deprecation Notice

Feb 17 2025

taavi added a comment to T15976: Deprecate id() function: no longer necessary since PHP 5.4.0.

Note that (clone $foo)->bar() is still invalid so you need to use id(clone $foo)->bar().

Feb 17 2025, 11:56 · Deprecation Notice
aklapper added a revision to T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4): D25887: Remove use of deprecated E_STRICT PHP constant.
Feb 17 2025, 11:49 · Deprecation Notice, PHP 8 support, Bug Reports
aklapper added a revision to T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4): D25886: Remove use of deprecated E_STRICT PHP constant.
Feb 17 2025, 11:37 · Deprecation Notice, PHP 8 support, Bug Reports
aklapper added a comment to T15976: Deprecate id() function: no longer necessary since PHP 5.4.0.

grep -r " id(" --include=*.php . | wc -l gives a whopping 11220 results.
Would we accept a patch if I cooked up one? :)

Feb 17 2025, 10:36 · Deprecation Notice

Feb 15 2025

taavi added a project to T15989: `arc` commands: Constant E_STRICT is deprecated (with PHP 8.4): Deprecation Notice.
Feb 15 2025, 07:42 · Deprecation Notice, PHP 8 support, Bug Reports

Feb 10 2025

aklapper merged task T15934: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:16 into T15930: PHP 8.1 "strlen(null)" exception in HTTPFutureHTTPResponseStatus.
Feb 10 2025, 19:31 · Arcanist, PHP 8 support, Deprecation Notice
aklapper added a revision to T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header): D25868: Fix PHP 8.1 "preg_match(null)" exception for missing User-Agent HTTP Header.
Feb 10 2025, 19:30 · PHP 8 support, Deprecation Notice
aklapper moved T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header) from Deprecation Notices to PHP 8.1 on the PHP 8 support board.
Feb 10 2025, 19:29 · PHP 8 support, Deprecation Notice

Dec 28 2024

Cigaryno moved T15824: Deprecation notice at PhabricatorEditorURIEngine.php:283 when no RepositorySlug set from Backlog to Deprecation Notices on the PHP 8 support board.
Dec 28 2024, 18:21 · PHP 8 support, Deprecation Notice
Cigaryno moved T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header) from Backlog to Deprecation Notices on the PHP 8 support board.
Dec 28 2024, 18:21 · PHP 8 support, Deprecation Notice
Cigaryno moved T15934: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:16 from Backlog to Deprecation Notices on the PHP 8 support board.
Dec 28 2024, 18:21 · Arcanist, PHP 8 support, Deprecation Notice
Cigaryno closed Q141: LotusLinkManiphestCustomField.php:258, occurrences: 1 as resolved.
Dec 28 2024, 16:22 · Deprecation Notice

Dec 19 2024

Cigaryno added a project to T15724: PHP 8.3: Usage of ldap_connect with two arguments is deprecated: Deprecation Notice.
Dec 19 2024, 10:46 · Deprecation Notice, PHP 8 support

Dec 18 2024

Cigaryno moved T15934: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:16 from Backlog to PHP 8 Support on the Arcanist board.
Dec 18 2024, 15:35 · Arcanist, PHP 8 support, Deprecation Notice

Dec 17 2024

valerio.bozzolan created T15976: Deprecate id() function: no longer necessary since PHP 5.4.0.
Dec 17 2024, 09:44 · Deprecation Notice

Aug 29 2024

revi added projects to T15934: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:16: Deprecation Notice, PHP 8 support, Arcanist.
Aug 29 2024, 15:34 · Arcanist, PHP 8 support, Deprecation Notice

Jul 2 2024

TychoTa updated the question details for Q141: LotusLinkManiphestCustomField.php:258, occurrences: 1.
Jul 2 2024, 12:21 · Deprecation Notice
TychoTa asked Q141: LotusLinkManiphestCustomField.php:258, occurrences: 1.
Jul 2 2024, 12:21 · Deprecation Notice

Jun 19 2024

revi added a comment to T15824: Deprecation notice at PhabricatorEditorURIEngine.php:283 when no RepositorySlug set.
$ git show
commit d519f75dfdee61bb109468aa708c47f53f3e5128 (HEAD -> stable, origin/stable)
Author: Mark Jervelund <EMAIL-REDACTED>
Date:   Mon Feb 12 11:51:24 2024 +0100
Jun 19 2024, 14:05 · PHP 8 support, Deprecation Notice
aklapper added a comment to T15824: Deprecation notice at PhabricatorEditorURIEngine.php:283 when no RepositorySlug set.

@revi: Could you please double-check and confirm that the line 144 in <phorge>/src/infrastructure/editor/PhabricatorEditorURIEngine.php is
'n' => $this->escapeToken($repository->getRepositorySlug()),
in your installation? Thanks in advance!

Jun 19 2024, 13:52 · PHP 8 support, Deprecation Notice

May 14 2024

revi triaged T15829: Deprecation notice @ PhabricatorStandardPageView.php:630 (missing User-Agent HTTP Header) as Normal priority.
May 14 2024, 16:39 · PHP 8 support, Deprecation Notice

May 11 2024

aklapper added a revision to T15824: Deprecation notice at PhabricatorEditorURIEngine.php:283 when no RepositorySlug set: D25635: Fix PHP 8.1 "preg_replace(null)" exception in PhabricatorEditorURIEngine.php.
May 11 2024, 20:51 · PHP 8 support, Deprecation Notice
revi triaged T15824: Deprecation notice at PhabricatorEditorURIEngine.php:283 when no RepositorySlug set as Normal priority.
May 11 2024, 17:05 · PHP 8 support, Deprecation Notice

May 10 2024

aklapper closed T15821: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:24 as Resolved by committing rARC7f28d7266f81: Fix PHP 8.1 "preg_match(null)" exception for missing Content-Type.
May 10 2024, 16:13 · Arcanist, Deprecation Notice
aklapper added a revision to T15821: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:24: D25632: Fix PHP 8.1 "preg_match(null)" exception for missing Content-Type.
May 10 2024, 10:04 · Arcanist, Deprecation Notice
revi created T15821: Deprecation notice @ HTTPFutureHTTPResponseStatus.php:24.
May 10 2024, 07:27 · Arcanist, Deprecation Notice

May 2 2024

aklapper closed T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17 as Resolved by committing rP279ed1ee7661: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
May 2 2024, 08:28 · Deprecation Notice
aklapper closed T15807: Deprecation notice @ PhabricatorStandardCustomFieldLink.php:24 as Resolved by committing rP488960ae7a80: Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php.
May 2 2024, 08:26 · Deprecation Notice

May 1 2024

aklapper added a revision to T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17: D25611: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
May 1 2024, 15:48 · Deprecation Notice
aklapper added a revision to T15807: Deprecation notice @ PhabricatorStandardCustomFieldLink.php:24: D25610: Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php.
May 1 2024, 15:40 · Deprecation Notice
aklapper added a comment to T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17.

Oh neat, I see. Thanks!

May 1 2024, 15:33 · Deprecation Notice
revi added a comment to T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17.

That is, what I get from setup issues at https://issuetracker.revi.xyz/config/issue/deprecations/ is to report it:

May 1 2024, 15:15 · Deprecation Notice
revi added a comment to T15807: Deprecation notice @ PhabricatorStandardCustomFieldLink.php:24.

For completeness: Cf. T15808#17058

May 1 2024, 15:11 · Deprecation Notice
revi added a comment to T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17.

Also, phorge version and arcanist version is included in line 2.

May 1 2024, 15:07 · Deprecation Notice
aklapper added a comment to T15807: Deprecation notice @ PhabricatorStandardCustomFieldLink.php:24.

@revi: Hi, could you please provide a list of steps to reproduce, if possible, and always exact Phorge version info? Thanks!

May 1 2024, 14:18 · Deprecation Notice
aklapper added a comment to T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17.

@revi: Hi, could you please provide a list of steps to reproduce, if possible, and always exact Phorge version info? Thanks!

May 1 2024, 14:17 · Deprecation Notice
revi created T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17.
May 1 2024, 10:10 · Deprecation Notice
revi created T15807: Deprecation notice @ PhabricatorStandardCustomFieldLink.php:24.
May 1 2024, 10:00 · Deprecation Notice

Apr 14 2024

bekay updated the question details for Q126: 5 Deprecation Notices in PhabricatorStandardPageView.php.
Apr 14 2024, 09:34 · Deprecation Notice