From 72ecd8910ffe30b3701891ec8e54265585f03bbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Jun 2018 09:44:32 +0200 Subject: add upstream patch for PHP 7.3 --- PHPINFO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..6171102 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,15 @@ + +Stomp + +Stomp => enabled +API version => 2.0.1 +SSL Support => enabled + +Directive => Local Value => Master Value +stomp.default_broker => tcp://localhost:61613 => tcp://localhost:61613 +stomp.default_username => no value => no value +stomp.default_password => no value => no value +stomp.default_read_timeout_sec => 2 => 2 +stomp.default_read_timeout_usec => 0 => 0 +stomp.default_connection_timeout_sec => 2 => 2 +stomp.default_connection_timeout_usec => 0 => 0 -- cgit