Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | (parse_url) fix for #2569: parse_url('-') crashes | Thies C. Arntzen | 1999-10-19 | 1 | -1/+1 |
| | | | | | @- Fixed parse_url('-') crash. (Thies) | ||||
* | Fix for my fix. | Andrey Hristov | 1999-09-29 | 1 | -1/+1 |
| | |||||
* | Fix for bug #2199. Redirect was returning http:// which resulted in a crash. | Andrey Hristov | 1999-09-27 | 1 | -0/+8 |
| | |||||
* | Use new Zend API. | Sascha Schumann | 1999-09-24 | 1 | -27/+27 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -5/+5 |
| | | | | | php3_compat.h) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | urlencode and decode return an empty-string if the input-string is empty ↵ | Thies C. Arntzen | 1999-06-22 | 1 | -2/+4 |
| | | | | | | | (matches php3 behaviour "more" closly) Please read my previous mail and comment! | ||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -5/+5 |
| | |||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 1 | -1/+1 |
| | | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h | ||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -5/+0 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| |