From:             pascal dot chevrel at free dot fr
Operating system: Linux
PHP version:      5.4.7
Package:          Built-in web server
Bug Type:         Bug
Bug description:built-in webserver does not work with Opera browser

Description:
------------
If I launch the php built in web server on any port (php -S
localhost:8002), it works in Firefox and Chrome but not in Opera (12.10)
which doesn't find any server and displays its internal error page.

If I launch a python server on the same port, it works in Opera.

I am not seeing any request from Opera in the console while the server is
running.

I tried to debug the problem with an Opera employee and we couldn't find
the problem on Opera side, it seems that the problem is on PHP side. (I
will forward this bug number to him so as that he can get in touch with you
in case you need to interact with Opera directly).

Test script:
---------------
php -S localhost:8002

Expected result:
----------------
Server works in Opera browser

Actual result:
--------------
Server not working in Opera browser

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

Reply via email to