Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fixed bug #20420 and added partial urls to the test of the function. | Ilia Alshanetsky | 2002-11-14 | 1 | -3/+2 |
| | |||||
* | parse_url can now correctly parse mailto:, zlib: (old zlib wrapper) and | Ilia Alshanetsky | 2002-11-07 | 1 | -11/+46 |
| | | | | | simular. Thanks to Wez Furlong for noticing the problem. | ||||
* | Added handling for file:/ schema, which does not contain a host. | Ilia Alshanetsky | 2002-10-18 | 1 | -1/+6 |
| | |||||
* | Added support for file:/. Thanks to Thies for noticing the problem. | Ilia Alshanetsky | 2002-10-17 | 1 | -2/+7 |
| | |||||
* | Fixed a bug introduced by previous patch. | Ilia Alshanetsky | 2002-10-12 | 1 | -2/+2 |
| | |||||
* | I already said that this construct was wrong... | Stefan Esser | 2002-10-12 | 1 | -2/+3 |
| | | | | | most probably fixes bug #19876 | ||||
* | Added a much faster parse_url() implementation. This also fixes a number | Ilia Alshanetsky | 2002-10-06 | 1 | -83/+119 |
| | | | | | of bugs in the old parse_url() implementation. | ||||
* | php_url_parse() replaces controlchars with '_' now. This stops fopen wrapper | Stefan Esser | 2002-09-10 | 1 | -0/+31 |
| | | | | | CR/LF injection issues. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Fix for bug #13413 | Derick Rethans | 2001-10-20 | 1 | -1/+1 |
| | |||||
* | Convert to use new parameter parsing API. | Andrei Zmievski | 2001-10-19 | 1 | -40/+36 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | fix proto | Sterling Hughes | 2001-09-04 | 1 | -1/+1 |
| | |||||
* | Don't try and search a 0-length string. This allows parse_url() to correctly | John Donagher | 2001-08-24 | 1 | -26/+28 |
| | | | | | parse a non-pathed URI, i.e. 'scheme://' | ||||
* | pval -> zval | Sterling Hughes | 2001-08-17 | 1 | -45/+23 |
| | | | | | | Z_*_P{0,2} macros easier way of doing urldecode(), from rawurldecode() (a tad faster too). | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -4/+4 |
| | |||||
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -2/+2 |
| | |||||
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -2/+2 |
| | |||||
* | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -2/+2 |
| | |||||
* | Fix crash bug in urlencode(). | Sebastian Bergmann | 2001-06-19 | 1 | -1/+0 |
| | |||||
* | Clean-up | Zeev Suraski | 2001-06-13 | 1 | -8/+15 |
| | | | | | Remove a lot of 100% redundent code | ||||
* | PHPAPIize url function to make them available to the outside (i.e. mbstring) | Daniel Beulshausen | 2001-06-11 | 1 | -9/+9 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+23 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | MFB | foobar | 2001-05-15 | 1 | -5/+5 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Now really fix it. | Andi Gutmans | 2000-10-02 | 1 | -2/+2 |
| | |||||
* | - Fix bug in parse_url() | Andi Gutmans | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | Small fix to the literal IPv6 parsing, now stops at first ] after [ | Stig Venaas | 2000-09-22 | 1 | -1/+1 |
| | |||||
* | Parsing of URLs with literal IPv6 addresses, see RFC 2732 | Stig Venaas | 2000-09-22 | 1 | -6/+8 |
| | | | | | @- IPv6 support in fopen (one can access IPv6 ftp/web servers) (Stig Venaas) | ||||
* | Bug #6016: Fix EBCDIC logic error in urlencode() | Martin Kraemer | 2000-08-08 | 1 | -1/+2 |
| | | | | | | (a strchr() test was used backwards) Reported by: dumbunny@tivo.com | ||||
* | This url symbol was a bit too generic. Change it to php_url instead. | Rasmus Lerdorf | 2000-07-29 | 1 | -5/+5 |
| | | | | | | It was clashing with a similar typedef in the UdmSearch integration I am working on. | ||||
* | Fix #4928 | Zeev Suraski | 2000-06-09 | 1 | -2/+4 |
| | | | | | Be *CAREFUL* with the _ex API, guys! | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -5/+5 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | (url_parse) only free regex if compile worked. | Thies C. Arntzen | 2000-02-16 | 1 | -2/+4 |
| | |||||
* | (url_parse) fix memory leak (#3495) | Thies C. Arntzen | 2000-02-16 | 1 | -0/+3 |
| | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library | ||||
* | Change string->str where possible; string is basic a C++ class, so gdb ↵ | Zeev Suraski | 2000-02-08 | 1 | -13/+13 |
| | | | | | | | can't look inside variables named 'string'. | ||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -5/+5 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -11/+11 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | (PHP urldecode) Fix for #2788, function changed parameter in place | Sascha Schumann | 1999-11-21 | 1 | -2/+5 |
| | |||||
* | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 1 | -1/+0 |
| | | | | | | | and php_regex.h figures out which regex header files to include and defines symbols that prevents other stuff from including the wrong versions of regex header files. |