Commit b9d4aeb
Update docs to use the correct PHP_INI_ENTRY macro (#129)
* Update docs to use the correct REGISTER_INI_ENTRIES macro
The texts talks about using the simplest way to register an INI setting but says that we used ``PHP_INI_BEGIN()`` which is always needed as it's to start registering.
The one actually used to register is ``REGISTER_INI_ENTRIES()``
* Use actual proper macro
Co-authored-by: Christoph M. Becker <[email protected]>
Co-authored-by: Christoph M. Becker <[email protected]>1 parent 6f9f39d commit b9d4aeb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments