Skip to content

Commit d23f273

Browse files
glowinginthedarknikic
authored andcommitted
Fixed typo
1 parent 66a7796 commit d23f273

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
@@ -274,7 +274,7 @@ safety and global memory management in PHP, you should read :doc:`the globals ma
274274

275275
``--enable-werror`` (since PHP 7.4) enables the ``-Werror`` compiler flag, which will promote compiler warnings to
276276
errors. Enabling this flag ensures that the PHP build remains warning free. However, generated warnings depend on the
277-
used compiler, version and optimizatino options, so some compilers may not be usable with option.
277+
used compiler, version and optimization options, so some compilers may not be usable with option.
278278

279279
On the other hand you should not use the ``--enable-debug`` option if you want to perform performance benchmarks for
280280
your code. ``--enable-zts`` can also negatively impact runtime performance.

0 commit comments

Comments
 (0)