summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | | | | | | Added 2nd optional parameter to parse_url() that allows retrieval of individual URL components. Added 3rd optional parameter to http_build_query() that allows custom param separator.
* 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
|
* 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 ↵Sara Golemon2004-04-271-5/+17
| | | | style IPv6 embedded address URLs
* CSArd Biesheuvel2004-01-251-4/+4
|
* Changed prototypes to allow parsing of string literals and constant stringsArd Biesheuvel2004-01-251-15/+20
| | | | | Minor CS/WS
* - 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
| | | | | | This will allow handling of http://[fe80::1]:443/foo.html IPv6 Numeric addressing with port number to parse correctly.
* 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
| | | | | a character in range of \x80-\xff))
* make parse_url work correctly for file uri's on windows, such asShane Caraveo2003-10-191-0/+6
| | | | | file:///c:/somepath/somefile.txt
* 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
| | | | | schemas).
* 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
| | | | | sent by the server when a request is made for a given URL.
* 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
| | | | | -removed some cases where emalloc result was tested