From:             pascal dot chevrel at free dot fr
Operating system: Linux Ubuntu 12.04
PHP version:      5.4.5
Package:          Built-in web server
Bug Type:         Feature/Change Request
Bug description:have the console output 'Listening on http://localhost:8000' 
(note http://)

Description:
------------
Currently when you launch the built-in web server (which is great btw!),
the console outputs something like:

$ php -S localhost:8000
PHP 5.4.4-1~precise+1 Development Server started at Tue Jul 31 09:51:09
2012
Listening on localhost:8000
Document root is /home/pascalc/junk/transvision/web2
Press Ctrl-C to quit.

There is no http:// before localhost:8000, which means that my console is
not converting that into a clickable link, it would be nice to have the
http:// added like Python does.

Thanks


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

Reply via email to