From:             [EMAIL PROTECTED]
Operating system: Mandrake 8.1/Ximian
PHP version:      4.3.0
PHP Bug Type:     HTTP related
Bug description:  parse_url() degraded since 4.2.3

$unit_test->print_r(parse_url("http://localhost?key3=value3";));

Gives...

Array
(
    [scheme] => http
    [host] => localhost?key3=value3
)

...rather than parsing the last part into the query field. This used to
work with 4.2.3 in an otherwise identical configuration.

yours, Marcus.

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

Reply via email to