@@ -57,11 +57,11 @@ reproduce the issue. Clarify whether this script can be run from the CLI or if
5757it can must be run through a web SAPI.
5858
5959If the error only presents itself in a web SAPI, note whether the issue can be
60- reproduced with PHP's built-in web server[^1 ]. If not, please share your web
60+ reproduced with PHP's built-in web server[^3 ]. If not, please share your web
6161server version and any relevant configuration details in the Environment section
6262above.
6363
64- [^1 ]: http://php.net/manual/en/features.commandline.webserver.php
64+ [^3 ]: http://php.net/manual/en/features.commandline.webserver.php
6565-->
6666
6767### Expected and Actual Behavior
@@ -72,17 +72,17 @@ and/or `var_dump()` output if that helps explain the error.
7272
7373If the observed behavior is an unexpected exception, please include its full
7474message and any relevant backtrace information. If you encountered a
75- segmentation fault, please include a GDB backtrace[^3 ].
75+ segmentation fault, please include a GDB backtrace[^4 ].
7676
77- [^2 ]: https://bugs.php.net/bugs-generating-backtrace.php
77+ [^4 ]: https://bugs.php.net/bugs-generating-backtrace.php
7878-->
7979
8080### Debug Log
8181
8282<!--
8383If the issue relates to internal driver behavior (e.g. connection issues),
84- please include a debug log[^3 ]. This may be generated by setting the
84+ please include a debug log[^5 ]. This may be generated by setting the
8585`mongodb.debug` INI option to "stderr" or a directory (useful for web SAPIs).
8686
87- [^3 ]: https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug
87+ [^5 ]: https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug
8888-->
0 commit comments