@@ -57,11 +57,11 @@ reproduce the issue. Clarify whether this script can be run from the CLI or if
57
57
it can must be run through a web SAPI.
58
58
59
59
If 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
61
61
server version and any relevant configuration details in the Environment section
62
62
above.
63
63
64
- [^1 ]: http://php.net/manual/en/features.commandline.webserver.php
64
+ [^3 ]: http://php.net/manual/en/features.commandline.webserver.php
65
65
-->
66
66
67
67
### Expected and Actual Behavior
@@ -72,17 +72,17 @@ and/or `var_dump()` output if that helps explain the error.
72
72
73
73
If the observed behavior is an unexpected exception, please include its full
74
74
message 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 ].
76
76
77
- [^2 ]: https://bugs.php.net/bugs-generating-backtrace.php
77
+ [^4 ]: https://bugs.php.net/bugs-generating-backtrace.php
78
78
-->
79
79
80
80
### Debug Log
81
81
82
82
<!--
83
83
If 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
85
85
`mongodb.debug` INI option to "stderr" or a directory (useful for web SAPIs).
86
86
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
88
88
-->
0 commit comments