| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The format of the `DOMDocument::$documentURI` value on PHP 8.6 on Windows has changed due to changes in `libxml` `21500`. This commit updates the code in the `Generator::getTitle()` method to handle the filename format in a manner which is cross-version compatible with both `libxml` < 21500 and well as >= 21500 and should work on both *nix as well as Windows. This change should fix the test failure for PHP 8.6 on Windows. Refs: * php/php-src#23326 * php/php-src@bc7537d
| Back | FazBrowse Home | New Git URL |
Description
The format of the DOMDocument::$documentURI value on PHP 8.6 on Windows has changed due to changes in libxml 21500.
This commit updates the code in the Generator::getTitle() method to handle the filename format in a manner which is cross-version compatible with both libxml < 21500 and well as >= 21500 and should work on both *nix as well as Windows.
This change should fix the test failure for PHP 8.6 on Windows.
Refs:
Suggested changelog entry