PHP function list download no longer exists

Created on 22 November 2024, 30 days ago

Problem/Motivation

PHP branch by default uses http://doc.php.net/downloads/json/php_manual_en.json
-- in install:

  // Create new PHP branch.
  /** @var \Drupal\api\Interfaces\PhpBranchInterface $php_branch */
  $php_branch = PhpBranch::create();
  $php_branch
    ->setTitle('PHP functions')
    ->setFunctionList('http://doc.php.net/downloads/json/php_manual_en.json')
    ->setFunctionUrlPattern('http://php.net/!function')
    ->setUpdateFrequency(Utilities::ONE_MONTH)
    ->save();

However this URL now returns a 404.

Steps to reproduce

attempt to access url/run cron to update php branch

Proposed resolution

Unsure. Can't find an equivalent URL/any reference to that URL being removed. Possibly the discussion in #3086335: Links not being made to built-in PHP classes/interfaces could suggest a path?

Remaining tasks

Identify a path forward

User interface changes

None

API changes

None

Data model changes

Possibly

🐛 Bug report
Status

Active

Version

2.0

Component

Parser

Created by

🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024