php.ini - 404 on mysqli.max_persistent link in the comments
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- C
- Sterne
- 40.4k
- Forks
- 8.1k
- Ø Merge
- 2 T. 13 Std.
- Gemergte PRs (30 T.)
- 96
Beschreibung
Description
The comments in php.ini, including the sample development and production php.ini files in the repository, include this section:
; Maximum number of persistent links. -1 means no limit.
; https://php.net/mysqli.max-persistent
mysqli.max_persistent = -1
The link https://php.net/mysqli.max-persistent results in a 404 on the PHP website and the following message:
mysqli.max-persistent doesn't exist
The link should redirect to: https://www.php.net/manual/en/mysqli.configuration.php#ini.mysqli.max-persistent
Note that there are shortened links for other configuration parameters in the file, e.g. https://php.net/mysqli.max-links, which redirect to the correct resource on the PHP site. Therefore, this seems like a server-side redirect issue more than a file-based fix.
PHP Version
This issue is still present in the master, e.g. 8.4, branch.
Operating System
N/A
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, die verkürzte mysqli.max-persistent-URL zu prüfen und sie mit der funktionierenden mysqli.max-links-Weiterleitung zu vergleichen. Überprüfe die php.ini-Kommentare sowie die Beispiel-dateien php.ini für Entwicklung und Produktion, um die betroffene Referenz zu bestätigen; abgeschlossen bedeutet, dass die URL ohne Änderung einer Datei zur mysqli-Konfigurationsdokumentation weiterleitet.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- php
- Bereich
- documentation
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100