From:             
Operating system: Mac OS 10.6.7
PHP version:      5.4.0alpha3
Package:          Built-in web server
Bug Type:         Bug
Bug description:cli-server could not output correctly in some case.

Description:
------------
cli-server couldn't output correctly when it writes little big contents
(200k 
higher) on my OSX.

I'm not sure about network programming.
so i think my patch is not good to solve this issue.

can you make sure my patch?


fyi, when i output jquery file each 8192 bytes. it looks no problem.


Test script:
---------------
<?php
header("Content-type: text/plain");
$data =
file_get_contents("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js";);
header("Content-length: ". strlen($data));
echo $data;

Expected result:
----------------
It outputs fully contents.


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

Reply via email to