Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fixed bug #64604" | Stanislav Malyshev | 2014-04-24 | 1 | -4/+4 |
| | | | | | This reverts commit b05c088a3abf8e4c6fb6e40418423a9e2dd3d929. Breaks parsing urls where query has : in it, like: /foo/bar?baz=goo:boo | ||||
* | Fixed bug #64604 | Ingo Walz | 2014-04-13 | 1 | -4/+4 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Mateusz Kocielski | 2014-03-18 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | * PHP-5.3: Fixed off-by-one in php_url_parse_ex Conflicts: ext/standard/url.c | ||||
| * | Fixed off-by-one in php_url_parse_ex | Mateusz Kocielski | 2014-03-18 | 1 | -1/+1 |
| | | | | | | | | | | Change order of condition, previously pointer could be derefrenced before bound check was done. | ||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | less serious compatAbility fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Bug #63162 - parse_url does not matches password component | husman | 2012-09-30 | 1 | -0/+2 |
| | | |||||
* | | relative-scheme | Andrew Faulds | 2012-08-19 | 1 | -1/+1 |
| | | |||||
* | | bug #62844; relative URL schemes in parse_url() | Andrew Faulds | 2012-08-19 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-08-19 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | * PHP-5.3: - Value stored to var is never used | ||||
| * | - Value stored to var is never used | Felipe Pena | 2012-08-19 | 1 | -4/+4 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path) | Ilia Alshanetsky | 2011-08-11 | 1 | -0/+4 |
| | | |||||
| * | Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment) | Pierrick Charron | 2011-03-17 | 1 | -0/+4 |
| | | |||||
| * | # Revert bug fix (will commit it again on 5.3 branch when 5.3.6 will be ↵ | Pierrick Charron | 2011-03-13 | 1 | -4/+0 |
| | | | | | | | | released) | ||||
| * | Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment) | Pierrick Charron | 2011-03-13 | 1 | -0/+4 |
| | | |||||
| * | - Changed port validation introduced in commit #308035 to consider | Gustavo André dos Santos Lopes | 2011-02-05 | 1 | -10/+16 |
| | | | | | | | | | | | | | | | | | | negative ports and ports > 65535 as invalid. The tests that fail due to #308035 in the standard ext were not fixed. If the behavior in those tests turns out to be the desirable one, both this commit and #308035 ought to be reverted or at least adapted. | ||||
| * | Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number). | Ilia Alshanetsky | 2011-02-04 | 1 | -2/+14 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char). | Felipe Pena | 2010-11-07 | 1 | -1/+1 |
| | | | | | | | | | | patch by: Justin Martin (frozenfire@php) | ||||
| * | - #50563, removing E_WARNING from parse_url() | Pierre Joye | 2010-06-16 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Missing file relating to previous commit | Ilia Alshanetsky | 2011-08-11 | 1 | -0/+4 |
| | | |||||
* | | Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment) | Pierrick Charron | 2011-03-13 | 1 | -0/+4 |
| | | |||||
* | | - Changed port validation introduced in commit #308035 to consider | Gustavo André dos Santos Lopes | 2011-02-05 | 1 | -10/+16 |
| | | | | | | | | | | | | | | | | | | negative ports and ports > 65535 as invalid. The tests that fail due to #308035 in the standard ext were not fixed. If the behavior in those tests turns out to be the desirable one, both this commit and #308035 ought to be reverted or at least adapted. | ||||
* | | Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number). | Ilia Alshanetsky | 2011-02-04 | 1 | -2/+14 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char). | Felipe Pena | 2010-11-07 | 1 | -1/+1 |
| | | | | | | | | | | patch by: Justin Martin (frozenfire@php) | ||||
* | | - use TSRMLS_D/C with php_stream_context_alloc | Pierre Joye | 2010-09-16 | 1 | -1/+1 |
| | | |||||
* | | - #50563, removing E_WARNING from parse_url() | Pierre Joye | 2010-06-16 | 1 | -1/+1 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #50073 (parse_url() incorrect when ? in fragment). | Ilia Alshanetsky | 2009-11-04 | 1 | -6/+17 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Reverting local change | Lars Strojny | 2008-08-20 | 1 | -12/+10 |
| | |||||
* | MFH: Allow mixed $initial (patch by Christian Seiler) | Lars Strojny | 2008-08-20 | 1 | -10/+12 |
| | |||||
* | MFH: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC] | Rob Richards | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | fix compile warnings | Antony Dovgal | 2008-03-28 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Nuked ending dots from error messages | Jani Taskinen | 2007-09-30 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #38859 (parse_url() fails if passing '@' in passwd). | Ilia Alshanetsky | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | MFH: fix #38981 (using FTP URLs in get_headers() causes crash) | Antony Dovgal | 2006-09-28 | 1 | -0/+5 |
| | |||||
* | Fixed bug #38891 (get_headers() do not work with curl-wrappers). | Ilia Alshanetsky | 2006-09-25 | 1 | -5/+18 |
| | |||||
* | MFH: fix possible segfault in #38891 | Antony Dovgal | 2006-09-23 | 1 | -0/+4 |
| | |||||
* | Bug #37961 (url should be URL) | Hannes Magnusson | 2006-06-29 | 1 | -2/+2 |
| | |||||
* | Updated protos & vim folding | Hannes Magnusson | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #36351 (parse_url() does not parse numeric paths properly). | Ilia Alshanetsky | 2006-02-12 | 1 | -1/+1 |
| | |||||
* | Make get_headers() use the default context. | Ilia Alshanetsky | 2006-01-18 | 1 | -1/+3 |
| |