amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.
https://amphp.org/http-server
MIT License
1.29k stars 101 forks source link

Fix typo in performance recommendation #332

Closed Zarthus closed 2 years ago

Zarthus commented 2 years ago

Fixes a minor typo of not having a space between two words due to concatination.

-Enable assertions in php.ini (zend.assertions = 1) to enabledebug logging.
+Enable assertions in php.ini (zend.assertions = 1) to enable debug logging.
kelunik commented 2 years ago

Thanks!