From:             jeremy at ssnet dot ca
Operating system: FreeBSD 7.2-STABLE
PHP version:      6SVN-2009-08-09 (SVN)
PHP Bug Type:     Streams related
Bug description:  stream bindto context generates an error

Description:
------------
Specifying any IP address for bindto in stream_context_set_option()
produces an error "(local_addr context option is not a string.)"

Reproduce code:
---------------
$context = stream_context_create ();
stream_context_set_option ($context, 'socket', 'bindto', '127.0.0.1:0');
$contents = file_get_contents ("http://php.net";, FALSE, $context);

Expected result:
----------------
Should return the contents of php.net

Actual result:
--------------
Warning: file_get_contents(http://php.net/): failed to open stream:
local_addr context option is not a string.

-- 
Edit bug report at http://bugs.php.net/?id=49200&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49200&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49200&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49200&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49200&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49200&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49200&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49200&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49200&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49200&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49200&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49200&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49200&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49200&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49200&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49200&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49200&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49200&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49200&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49200&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49200&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49200&r=mysqlcfg

Reply via email to