We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d40ca5 commit b451d60Copy full SHA for b451d60
src/zend/ini_entry_def.rs
@@ -1,5 +1,5 @@
1
//! Builder for creating inis and methods in PHP.
2
-//! See https://www.phpinternalsbook.com/php7/extensions_design/ini_settings.html for details.
+//! See <https://www.phpinternalsbook.com/php7/extensions_design/ini_settings.html> for details.
3
4
use std::{ffi::CString, os::raw::c_char, ptr};
5
0 commit comments