summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #29913 (parse_url() is now binary safe).Ilia Alshanetsky2004-09-201-24/+33
* String lengths should never be char pointers.Sara Golemon2004-06-181-1/+2
* Fixed off-by-one in php_parse_url.Stefan Esser2004-05-281-1/+1
* Don't strip off those []s, it'll only create problems in wrappers and elsewhere.Sara Golemon2004-04-271-5/+0
* BugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc sty...Sara Golemon2004-04-271-5/+17
* CSArd Biesheuvel2004-01-251-4/+4
* Changed prototypes to allow parsing of string literals and constant stringsArd Biesheuvel2004-01-251-15/+20
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Scan for : in host:port pair from right instead of left.Sara Golemon2003-12-151-2/+6
* Fixed typo (thanks Frank)Ilia Alshanetsky2003-12-041-2/+2
* Remove unnecessary casts.Ilia Alshanetsky2003-12-031-3/+3
* Possible fix for bug #26391 (parse_url() destroys strings that containMoriyoshi Koizumi2003-12-031-6/+6
* make parse_url work correctly for file uri's on windows, such asShane Caraveo2003-10-191-0/+6
* Fixed bug #25800 (parse_url() could not parse urls with empty port).Ilia Alshanetsky2003-10-131-5/+5
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-2/+2
* Fixed bug #24560 (parse_url() incorrectly handling certain file:// basedIlia Alshanetsky2003-07-211-1/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* improve php_url_encodeSascha Schumann2003-04-281-23/+31
* MFH (forgot to put this fix into the 5.X tree).Ilia Alshanetsky2003-02-251-0/+3
* Added get_browser() function. This function can be used to fetch the headersIlia Alshanetsky2003-02-071-0/+57
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #21226 (parse_url handling of urls without a path).Ilia Alshanetsky2002-12-301-6/+10
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* Fixed bug #20420 and added partial urls to the test of the function.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
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-2/+23
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* MFBfoobar2001-05-151-5/+5
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1