ID: 40750
Comment by: judas dot iscariote at gmail dot com
Reported By: andreas dot rieber at 2e-systems dot com
Status: Assigned
Bug Type: Network related
Operating System: OpenSuse, Ubuntu, Redhat
PHP Version: 5.2.1
Assigned To: tony2001
New Comment:
YUp, I confirm our code start to work again when openssl extension is
not loaded.
Previous Comments:
------------------------------------------------------------------------
[2007-03-12 15:16:55] [EMAIL PROTECTED]
Ok, that helped.
I have a patch, but I need to discuss it with the extension maintainer
first.
------------------------------------------------------------------------
[2007-03-12 14:32:44] andreas dot rieber at 2e-systems dot com
OK, openssl is causing the problem. So
./configure --with-openssl
will do it.
------------------------------------------------------------------------
[2007-03-12 13:15:57] [EMAIL PROTECTED]
Remove all the configure options not related to the problem and figure
out what is the minimal list of options required to reproduce it.
Try with PHP CLI, with --enable-debug etc.
I still have no idea how to replicate it so far.
------------------------------------------------------------------------
[2007-03-12 12:59:35] andreas dot rieber at 2e-systems dot com
Now tested also redhat with same problem.
There is nothing special done:
tar xvzf php-5.2.1.tar.gz
cd php-5.2.1
./configure --enable-track-vars --with-mysql=/usr/local/mysql
--enable-trans-sid --with-apxs2=/usr/local/apache2/bin/apxs
--with-mcrypt --with-zlib-dir=/usr/lib/ --with-gd --enable-exif
--enable-soap --with-openssl --with-xmlrpc --enable-sockets
make
thats it...
------------------------------------------------------------------------
[2007-03-12 09:34:12] [EMAIL PROTECTED]
What am I doing wrong?
# ./sapi/cli/php /tmp/5.php
5
# cat /tmp/5.php
<?php
ini_set( 'default_socket_timeout', 5);
$fp = fsockopen( 'www.php.net', 80, &$errno, &$errstr, 3);
$start = time();
$data = fread( $fp, 8192);
fclose( $fp);
echo time() - $start;
?>
------------------------------------------------------------------------
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/40750
--
Edit this bug report at http://bugs.php.net/?id=40750&edit=1