Hello,
I added documentation for the new PHP-LDAP functions, for instance:
https://secure.php.net/manual/en/function.ldap-exop.php
It says «(No version information available, might only be in Git)», I did not find any way to change that.
I guess it’s somehow auto-detected? Why does it not see this function is in 7.2 then?
Côme
I added documentation for the new PHP-LDAP functions, for instance:
https://secure.php.net/manual/en/function.ldap-exop.phpIt says «(No version information available, might only be in Git)», I did not find any way to change that.
I guess it’s somehow auto-detected? Why does it not see this function is in 7.2 then?
For each extension, there is a file versions.xml[1] where the functions
and the supported PHP version has to be manually entered.
[1]
http://svn.php.net/viewvc/phpdoc/en/trunk/reference/ldap/versions.xml?view=markup
--
Christoph M. Becker