Skip to content

Commit 53436d6

Browse files
authored
typo in php_lifecycle.rst (#149)
1 parent e643471 commit 53436d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/extensions_design/php_lifecycle.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you need to register INI entries for your extension, ``MINIT()`` is the right
125125
If you need to register read-only :doc:`zend_strings <../internal_types/strings>` for further usage, it is time to do so
126126
here (with persistent alloc).
127127

128-
If you need to allocate objects that well be written to while serving a request, then you'll need to duplicate their
128+
If you need to allocate objects that will be written to while serving a request, then you'll need to duplicate their
129129
memory allocation to a thread-specific pool for the request. Remember that you can only write safely to global space
130130
while into ``MINIT()``.
131131

0 commit comments

Comments
 (0)