php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62831
Patch php_stomp.diff revision 2012-08-15 18:07 UTC by lwhsu at lwhsu dot org

Patch php_stomp.diff for stomp Bug #62831

Patch version 2012-08-15 18:07 UTC

Return to Bug #62831 | Download this patch
Patch Revisions:

Developer: lwhsu@lwhsu.org

--- php_stomp.c.orig	2012-08-16 01:39:26.024388025 +0800
+++ php_stomp.c	2012-08-16 01:39:30.598390292 +0800
@@ -290,6 +290,9 @@
 	stomp_globals->read_timeout_usec = 0;
 	stomp_globals->connection_timeout_sec = 2;
 	stomp_globals->connection_timeout_usec = 0;
+#if HAVE_STOMP_SSL
+	SSL_library_init();
+#endif
 }
 /* }}} */
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC