ZF-8620: Requirements documentation has broken links to PHP manual
Description
http://framework.zend.com/manual/en/…
This document links to http://php.net/manual/en/… which does not exist (anymore).
It should link to http://www.php.net/manual/en/book.reflection.php.
When I need to find something, I usually (ab)use http://php.net/reflection which not only redirects me to a mirror, but gives me good results most of the time.
Comments
Posted by Christopher Thomas (cwt137) on 2009-12-23T06:44:11.000+0000
Here is a patch to change the urls in the English docs
Posted by Vincent de Lau (vdelau) on 2009-12-23T07:34:23.000+0000
Patch looks ok, should be committed AFAICT.
Posted by Thomas Weidner (thomas) on 2010-03-15T11:40:44.000+0000
Fixed with r21512