ID: 46644 Updated by: [EMAIL PROTECTED] Reported By: brian dot bream at comcast dot net -Status: Open +Status: Feedback Bug Type: cURL related Operating System: Solaris 10 08/07 x86 PHP Version: 5.2CVS-2008-11-24 New Comment:
I meant that you should reduce the amount of _any_ other modules in your httpd.conf. Especially those that link with openssl.. Previous Comments: ------------------------------------------------------------------------ [2008-11-25 21:21:25] brian dot bream at comcast dot net bash-3.00# grep -i php httpd.conf LoadModule php5_module libexec/libphp5.so DirectoryIndex index.html index.html.var index.cgi index.php index.xhtml AddType application/x-httpd-php .php ------------------------------------------------------------------------ [2008-11-25 19:46:53] [EMAIL PROTECTED] Next make sure you're only loading PHP as DSO in Apache conf. (to rule out any interference from there too) ------------------------------------------------------------------------ [2008-11-25 12:57:40] brian dot bream at comcast dot net './configure' '--with-apxs2=/usr/apache2/bin/apxs' '--with-config-file-path=/etc/apache2' '--with-openssl=/usr/sfw/' '--with-curl=/usr/sfw/bin/' Commented all Dynamic Extensions in php.ini Problem persists Entry in Apache2 error log * About to connect() to secure.authorize.net port 443 (#0) * Trying 64.94.118.33... * connected * Connected to secure.authorize.net (64.94.118.33) port 443 (#0) * successfully set certificate verify locations: * CAfile: /var/tmp/cacert.pem CApath: none * error:80089077:lib(128):func(137):reason(119) * Closing connection #0 * About to connect() to secure.authorize.net port 443 (#0) * Trying 64.94.118.33... * connected * Connected to secure.authorize.net (64.94.118.33) port 443 (#0) * successfully set certificate verify locations: * CAfile: /var/tmp/cacert.pem CApath: none * error:80089077:lib(128):func(137):reason(119) * Closing connection #0 * About to connect() to secure.authorize.net port 443 (#0) * Trying 64.94.118.32... * connected * Connected to secure.authorize.net (64.94.118.32) port 443 (#0) * successfully set certificate verify locations: * CAfile: /var/tmp/cacert.pem CApath: none * error:80089077:lib(128):func(137):reason(119) Continuing troubleshooting.... ------------------------------------------------------------------------ [2008-11-25 08:35:57] [EMAIL PROTECTED] Try configure nothing as shared and make sure you're not loading any extensions in your php.ini, I think this is some clash between different openssl versions or something.. ------------------------------------------------------------------------ [2008-11-25 04:55:52] brian dot bream at comcast dot net # rm config.cache ; ./configure --disable-all --disable-cgi --with-curl=/usr/local/ # make clean && make # sapi/cli/php your_test_script_here.php Works as expected, the CLI has always worked. Added basic functionality to support web server ops. './configure' '--with-apxs2=/usr/apache2/bin/apxs' '--with-config-file-path=/etc/apache2' '--with-openssl=shared,/usr/sfw/' '--with-curl=/usr/sfw/bin/' '--with-pdo-mysql=shared,/opt/csw/mysql5/' Same issue. Rebuilt openssl, same issue. Sent config.log ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/46644 -- Edit this bug report at http://bugs.php.net/?id=46644&edit=1