Opened 18 years ago
Closed 18 years ago
#7288 closed defect (bug) (fixed)
php bug in parse_url
| Reported by: | azaozz | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | 2.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
There's a bug in parse_url() in php 5.2.4 and 5.2.6 (current). It cannot parse URLs that have "http://" in the query string. It issues a warning and may cause Apache to coredump:
http://bugs.php.net/bug.php?id=38143
Affected by this is wp_safe_redirect() when using Press This, maybe other places too.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [8324]) Workaround PHP parse_url() bug. Props azaozz. fixes #7288