summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix compile warningAntony Dovgal2006-10-021-1/+1
* MFH: Fixed bug #38859 (parse_url() fails if passing '@' in passwd).Ilia Alshanetsky2006-09-281-1/+9
* MFH: Fixed bug #36351 (parse_url() does not parse numeric paths properly).Ilia Alshanetsky2006-02-121-1/+1
* bump year and license versionfoobar2006-01-011-4/+4
* MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).Ilia Alshanetsky2005-08-161-1/+2
* MFH: Added scheme validation for parse_url().Ilia Alshanetsky2005-05-261-0/+13
* MFH: Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).Ilia Alshanetsky2005-04-251-1/+7
* MFH: Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)Ilia Alshanetsky2005-01-271-0/+2
* Fixed bug #31174 (compile warning in url.c).Ilia Alshanetsky2004-12-201-1/+1
* The length should be passed to the function,Magnus M��tt�2004-10-011-1/+0
* MFH: Fixed bug #29913 (parse_url() is now binary safe). (Ilia)Ilia Alshanetsky2004-09-221-23/+33
* MFHStefan Esser2004-05-281-1/+1
* MFH Don't strip off those []s, it'll only create problems in wrappers and els...Sara Golemon2004-04-271-5/+0
* MFH BugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc...Sara Golemon2004-04-271-1/+17
* MFH: Typo fix.Ilia Alshanetsky2003-12-041-2/+2
* MFH: Remove unnecessary casts.Ilia Alshanetsky2003-12-031-3/+3
* MFH(r-1.71): Possible fix for bug #26391 (parse_url() destroys stringsMoriyoshi Koizumi2003-12-031-5/+5
* MFH: Fixed bug #25800 (parse_url() could not parse urls with empty port).Ilia Alshanetsky2003-10-131-5/+5
* MFH: Fixed bug #24560 (parse_url() incorrectly handling certain file://Ilia Alshanetsky2003-07-211-1/+3
* # on working disk againSascha Schumann2003-04-281-31/+23
* # disk going bad, rescuing dataSascha Schumann2003-04-281-23/+31
* MFHIlia Alshanetsky2002-12-311-0/+3
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHIlia Alshanetsky2002-12-301-6/+10
* MFHMarcus Boerger2002-12-051-1/+1
* MFH (parse_url bug).Ilia Alshanetsky2002-11-141-3/+2
* parse_url can now correctly parse mailto:, zlib: (old zlib wrapper) andIlia Alshanetsky2002-11-071-11/+46
* Added handling for file:/ schema, which does not contain a host.Ilia Alshanetsky2002-10-181-1/+6
* Added support for file:/. Thanks to Thies for noticing the problem.Ilia Alshanetsky2002-10-171-2/+7
* Fixed a bug introduced by previous patch.Ilia Alshanetsky2002-10-121-2/+2
* I already said that this construct was wrong...Stefan Esser2002-10-121-2/+3
* Added a much faster parse_url() implementation. This also fixes a numberIlia Alshanetsky2002-10-061-83/+119
* php_url_parse() replaces controlchars with '_' now. This stops fopen wrapperStefan Esser2002-09-101-0/+31
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Fix for bug #13413Derick Rethans2001-10-201-1/+1
* Convert to use new parameter parsing API.Andrei Zmievski2001-10-191-40/+36
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* fix protoSterling Hughes2001-09-041-1/+1
* Don't try and search a 0-length string. This allows parse_url() to correctlyJohn Donagher2001-08-241-26/+28
* pval -> zvalSterling Hughes2001-08-171-45/+23
* WhitespaceZeev Suraski2001-08-111-4/+4
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-2/+2
* Nuke zval_resetZeev Suraski2001-07-111-2/+2
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-2/+2
* Fix crash bug in urlencode().Sebastian Bergmann2001-06-191-1/+0
* Clean-upZeev Suraski2001-06-131-8/+15
* PHPAPIize url function to make them available to the outside (i.e. mbstring)Daniel Beulshausen2001-06-111-9/+9