From:             ken dot davis at experioronline dot com
Operating system: windows 2000
PHP version:      4.3.4RC3
PHP Bug Type:     PHP options/info functions
Bug description:  php -b 8080 returns option not found b

Description:
------------
using the win32 binary

php -b localhost:8080 

returns:

Error in argument 1, char 2: option not found b

along with usage information which includes:

  -b <address:port>|<port> Bind Path for external FASTCGI Server mode

php -v returns:
PHP 4.3.4RC3 (cgi-fcgi) (built: Oct 29 2003 14:56:30)

looking at previous bugs and news.txt it seems this should have been
fixed.




Reproduce code:
---------------
d:\php\php-4.3.4RC3-Win32\php -b localhost:8080 

Expected result:
----------------
php running in fastcgi server mode on port 8080

Actual result:
--------------
Error in argument 1, char 2: option not found b



-- 
Edit bug report at http://bugs.php.net/?id=26039&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26039&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26039&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26039&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26039&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26039&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=26039&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26039&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26039&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26039&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26039&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26039&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26039&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26039&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26039&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26039&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26039&r=float

Reply via email to