php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch php_stomp.diff for stomp Bug #62831Patch version 2012-08-15 18:07 UTC Return to Bug #62831 | Download this patchPatch 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 } /* }}} */ |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Sat Dec 21 12:01:31 2024 UTC |