Skip to content

Commit c494e94

Browse files
dptolenikic
authored andcommitted
Typo in /Book/php7/build_system/building_php.rst
1 parent fc801be commit c494e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/build_system/building_php.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ There are three more switches, which you should usually specify when developing
262262
``--enable-debug`` enables debug mode, which has multiple effects: Compilation will run with ``-g`` to generate debug
263263
symbols and additionally use the lowest optimization level ``-O0``. This will make PHP a lot slower, but make debugging
264264
with tools like ``gdb`` more predictable. Furthermore debug mode defines the ``ZEND_DEBUG`` macro, which will enable
265-
th use of assertions and enable various debugging helpers in the engine. Among other things memory leaks, as well as
265+
the use of assertions and enable various debugging helpers in the engine. Among other things memory leaks, as well as
266266
incorrect use of some data structures, will be reported. It is possible to enable debug assertions without disabling
267267
optimizations by using ``--enable-debug-assertions`` instead.
268268

0 commit comments

Comments
 (0)