summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #63162 - parse_url does not matches password componenthusman2012-09-301-0/+2
* relative-schemeAndrew Faulds2012-08-191-1/+1
* bug #62844; relative URL schemes in parse_url()Andrew Faulds2012-08-191-0/+2
* Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-4/+4
|\
| * - Value stored to var is never usedFelipe Pena2012-08-191-4/+4
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path)Ilia Alshanetsky2011-08-111-0/+4
| * Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-171-0/+4
| * # Revert bug fix (will commit it again on 5.3 branch when 5.3.6 will be relea...Pierrick Charron2011-03-131-4/+0
| * Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-131-0/+4
| * - Changed port validation introduced in commit #308035 to considerGustavo André dos Santos Lopes2011-02-051-10/+16
| * Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).Ilia Alshanetsky2011-02-041-2/+14
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).Felipe Pena2010-11-071-1/+1
| * - #50563, removing E_WARNING from parse_url()Pierre Joye2010-06-161-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Missing file relating to previous commitIlia Alshanetsky2011-08-111-0/+4
* | Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-131-0/+4
* | - Changed port validation introduced in commit #308035 to considerGustavo André dos Santos Lopes2011-02-051-10/+16
* | Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).Ilia Alshanetsky2011-02-041-2/+14
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).Felipe Pena2010-11-071-1/+1
* | - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-1/+1
* | - #50563, removing E_WARNING from parse_url()Pierre Joye2010-06-161-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #50073 (parse_url() incorrect when ? in fragment).Ilia Alshanetsky2009-11-041-6/+17
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Reverting local changeLars Strojny2008-08-201-12/+10
* MFH: Allow mixed $initial (patch by Christian Seiler)Lars Strojny2008-08-201-10/+12
* MFH: rawurlencode now conforms to rfc 3986 (~ is not encoded) [DOC]Rob Richards2008-06-041-1/+1
* fix compile warningsAntony Dovgal2008-03-281-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38859 (parse_url() fails if passing '@' in passwd).Ilia Alshanetsky2006-09-281-1/+1
* MFH: fix #38981 (using FTP URLs in get_headers() causes crash)Antony Dovgal2006-09-281-0/+5
* Fixed bug #38891 (get_headers() do not work with curl-wrappers).Ilia Alshanetsky2006-09-251-5/+18
* MFH: fix possible segfault in #38891Antony Dovgal2006-09-231-0/+4
* Bug #37961 (url should be URL)Hannes Magnusson2006-06-291-2/+2
* Updated protos & vim foldingHannes Magnusson2006-06-261-1/+1
* Fixed bug #36351 (parse_url() does not parse numeric paths properly).Ilia Alshanetsky2006-02-121-1/+1
* Make get_headers() use the default context.Ilia Alshanetsky2006-01-181-1/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFH:Ilia Alshanetsky2005-12-041-4/+38
* MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).Ilia Alshanetsky2005-08-161-1/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* Added scheme validation for parse_url().Ilia Alshanetsky2005-05-261-0/+13
* Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).Ilia Alshanetsky2005-04-251-1/+7
* Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)Ilia Alshanetsky2005-01-271-0/+2
* Fixed bug #29913 (parse_url() is now binary safe).Ilia Alshanetsky2004-09-201-24/+33