parse_url is inconsistent with specified port (#64604)#533
parse_url is inconsistent with specified port (#64604)#533iwalz wants to merge 1 commit intophp:PHP-5.4from
Conversation
|
Die Zustellung an folgende Empfänger oder Gruppen verzögert sich: [email protected]:[email protected] Betreff: [php-src] parse_url is inconsistent with specified port (#64604) (#533) Diese Nachricht wurde noch nicht zugestellt. Es wird weiterhin versucht, die Nachricht zuzustellen. Der Server wird noch 2 Tage, 22 Stunden und 57 Minuten versuchen, die Nachricht zuzustellen. Sie erhalten eine Benachrichtigung, falls die Nachricht bis dahin nicht übermittelt werden konnte. |
|
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen: [email protected]:[email protected] Diagnoseinformationen für Administratoren: Generierender Server: EXCHANGE02.justepic.info [email protected] Ursprüngliche Nachrichtenköpfe: Received: from EXCHANGE02.justepic.info (78.47.212.213) by |
|
Comment on behalf of stas at php.net: merged |
|
Unfortunately, this patch seems to break parsing URLs like: /foo/bar?baz=goo:boo which returns false with it. I will have to revert it. I'll add a test case for the broken part and you are welcome to resubmit the fix after it is amended to not break this case. |
This is a basic fix for https://bugs.php.net/bug.php?id=64604
As discussed with @yohgaki in #509 a separate ticket will be opened for the TLD issue (see comments in the ticket) to identify the hostname and I'm going to ask in the internals mailinglist soon for opinions about possible solutions.