|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2003-02-26 10:30 UTC] eric at vlender dot com
 php-4.3.1 / apache 1.3.27 / openssl-0.9.6g / curl-7.10.2 When ever I use the --with-pfpro configure option to compile in payflow pro support, it breaks the cURL (--with-curl) SSL connectability, as well as fsockopen(ssl://somehost.hst)(--with-openssl=/usr/local/ssl) functionality. If I recompile with out the payflow-pro extension I can use curl_init(); and fsockopen(ssl:) again. It took me quite awhile to figure this one out, since curl_init() and fsockopen(ssl:) don't return any errors when --pfpro is compiled in. They just do not work at all. No errors, no initalization, nothing. Thanks for your time. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 08:00:01 2025 UTC | 
Well, I have now compiled in openssl-0.9.7a and cURL-7.10.3 and instead of just getting nothing, I get this in my logs: [Fri Feb 28 18:19:46 2003] [notice] child pid 11916 exit signal Segmentation fault (11) [Fri Feb 28 18:19:46 2003] [notice] child pid 11908 exit signal Segmentation fault (11) That is with an attempted fsockopen("ssl://securehost.hre", 443, errorno, error); call that works perfectly with out the -pfpro option ... I guess I can always have PHP shell out to a PERL script and manage the transaction .. Thanks for your help :)