Skip to content

Commit 6f9f39d

Browse files
Girgiasnikic
authored andcommitted
Create ini_settings.rst
As the fourth one is being described in this section. Moreover, the sentence afterwards talks about the last 4 arguments, to a macro which only takes 7.
1 parent 0e0d3bb commit 6f9f39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/extensions_design/ini_settings.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ declared. Like this::
235235
}
236236

237237
We declare a global named ``max_rnd``, of type ``zend_ulong``. Then, we register our *'pib.rnd_max'* INI value using
238-
``STD_PHP_INI_ENTRY()`` this time. That allows us to pass more parameters to the macro. The first four ones are known,
238+
``STD_PHP_INI_ENTRY()`` this time. That allows us to pass more parameters to the macro. The first three ones are known,
239239
we detailed them before in the chapter.
240240

241241
The four last parameters represent the globals bridge. We tell that we want to update ``max_rnd``, in the

0 commit comments

Comments
 (0)