Skip to content

How to get the indented text from the Twitter API?

I’m using the followin cURL request to get all tweets from an account: I’m now getting the following array: My problem is that, when rendering the full_text of the tweet, the text does not follow the original indentation, since it renders like this. How to display the original indentation of the t…

PHP 7.2 fails to start when pm.max_children > 506

on Debian 10 when I set pm.max_children = 507 or more and try to start php7.2-fpm I get following error: When I set pm.max_children = 506 or less all is working fine. My www.pool config: My server config: 10-core CPU 256 GB RAM What can cause that? Is there some hard limit on how much php-fpm children can be …