Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: | Ilia Alshanetsky | 2005-12-04 | 1 | -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 Alshanetsky | 2005-08-16 | 1 | -1/+2 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Added scheme validation for parse_url(). | Ilia Alshanetsky | 2005-05-26 | 1 | -0/+13 |
| | |||||
* | Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). | Ilia Alshanetsky | 2005-04-25 | 1 | -1/+7 |
| | |||||
* | Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar) | Ilia Alshanetsky | 2005-01-27 | 1 | -0/+2 |
| | |||||
* | Fixed bug #29913 (parse_url() is now binary safe). | Ilia Alshanetsky | 2004-09-20 | 1 | -24/+33 |
| | |||||
* | String lengths should never be char pointers. | Sara Golemon | 2004-06-18 | 1 | -1/+2 |
| | |||||
* | Fixed off-by-one in php_parse_url. | Stefan Esser | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Don't strip off those []s, it'll only create problems in wrappers and elsewhere. | Sara Golemon | 2004-04-27 | 1 | -5/+0 |
| | |||||
* | BugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc ↵ | Sara Golemon | 2004-04-27 | 1 | -5/+17 |
| | | | | style IPv6 embedded address URLs | ||||
* | CS | Ard Biesheuvel | 2004-01-25 | 1 | -4/+4 |
| | |||||
* | Changed prototypes to allow parsing of string literals and constant strings | Ard Biesheuvel | 2004-01-25 | 1 | -15/+20 |
| | | | | | Minor CS/WS | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Scan for : in host:port pair from right instead of left. | Sara Golemon | 2003-12-15 | 1 | -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 Alshanetsky | 2003-12-04 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary casts. | Ilia Alshanetsky | 2003-12-03 | 1 | -3/+3 |
| | |||||
* | Possible fix for bug #26391 (parse_url() destroys strings that contain | Moriyoshi Koizumi | 2003-12-03 | 1 | -6/+6 |
| | | | | | a character in range of \x80-\xff)) | ||||
* | make parse_url work correctly for file uri's on windows, such as | Shane Caraveo | 2003-10-19 | 1 | -0/+6 |
| | | | | | file:///c:/somepath/somefile.txt | ||||
* | Fixed bug #25800 (parse_url() could not parse urls with empty port). | Ilia Alshanetsky | 2003-10-13 | 1 | -5/+5 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-11 | 1 | -2/+2 |
| | |||||
* | Fixed bug #24560 (parse_url() incorrectly handling certain file:// based | Ilia Alshanetsky | 2003-07-21 | 1 | -1/+3 |
| | | | | | schemas). | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | improve php_url_encode | Sascha Schumann | 2003-04-28 | 1 | -23/+31 |
| | |||||
* | MFH (forgot to put this fix into the 5.X tree). | Ilia Alshanetsky | 2003-02-25 | 1 | -0/+3 |
| | |||||
* | Added get_browser() function. This function can be used to fetch the headers | Ilia Alshanetsky | 2003-02-07 | 1 | -0/+57 |
| | | | | | sent by the server when a request is made for a given URL. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #21226 (parse_url handling of urls without a path). | Ilia Alshanetsky | 2002-12-30 | 1 | -6/+10 |
| | |||||
* | -php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -1/+1 |
| | | | | | -removed some cases where emalloc result was tested |