codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.04k stars 3.24k forks source link

Remove broken (and outdated) link to PHP opcode list. #918

Closed oliverearl closed 2 years ago

oliverearl commented 2 years ago

The link previously contained was dead, as it doesn't seem to appear in the current version or mirrors of the PHP source code, but does appear in Zend's 5.x documentation mirror.

Unfortunately, it doesn't look like Zend has a language agnostic link, so I've sourced the English one. If anyone knows of one that isn't exclusively English that'd be great.

jrfnl commented 2 years ago

Might be worth asking in the PHP docs repo where this documentation has been moved to (if it has been moved) and to then update the link to the new official location ?

oliverearl commented 2 years ago

Thanks, issue created. Will see what's said and will update this PR should an official source be recommended. https://github.com/php/doc-en/issues/1723

oliverearl commented 2 years ago

@jrfnl It was mentioned in the aforementioned discussion that the documentation is grossly out of date, so there isn't a current modern version per se, and to perhaps link to this article, which while is greatly informative, is only in English.

I think it might be better to simply remove the hyperlink altogether, but perhaps either the current link to the archived docs or this suggested article would suffice?