Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence fsockopen so that it does not issue a warning on some setups.
Avoids output like this (see the {"status":"starting"} at the end): Warning: fsockopen(): unable to connect to localhost:9982 (Cannot assign requested address) in /var/www/html/custom_apps/richdocumentscode/proxy.php on line 187 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/custom_apps/richdocumentscode/proxy.php:187) in /var/www/html/custom_apps/richdocumentscode/proxy.php on line 191 Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/custom_apps/richdocumentscode/proxy.php:187) in /var/www/html/custom_apps/richdocumentscode/proxy.php on line 192 {"status":"starting"}
- Loading branch information