php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch ext-openssl-xp_ssl.c.diff for OpenSSL related Bug #66840Patch version 2014-03-07 02:29 UTC Return to Bug #66840 | Download this patchPatch Revisions: Developer: php-bugs-2014@ryandesign.com--- ext/openssl/xp_ssl.c.orig 2014-02-26 19:36:56.000000000 -0600 +++ ext/openssl/xp_ssl.c 2014-03-06 20:21:56.000000000 -0600 @@ -18,6 +18,10 @@ /* $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "php.h" #include "ext/standard/file.h" #include "ext/standard/url.h" |
Copyright © 2001-2025 The PHP Group All rights reserved. |
Last updated: Thu Jan 30 23:01:30 2025 UTC |