summaryrefslogtreecommitdiff
path: root/ext/standard/url.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Now really fix it.Andi Gutmans2000-10-021-2/+2
* - Fix bug in parse_url()Andi Gutmans2000-10-021-1/+1
* Small fix to the literal IPv6 parsing, now stops at first ] after [Stig Venaas2000-09-221-1/+1
* Parsing of URLs with literal IPv6 addresses, see RFC 2732Stig Venaas2000-09-221-6/+8
* Bug #6016: Fix EBCDIC logic error in urlencode()Martin Kraemer2000-08-081-1/+2
* This url symbol was a bit too generic. Change it to php_url instead.Rasmus Lerdorf2000-07-291-5/+5
* Fix #4928Zeev Suraski2000-06-091-2/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-5/+5
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* (url_parse) only free regex if compile worked.Thies C. Arntzen2000-02-161-2/+4
* (url_parse) fix memory leak (#3495)Thies C. Arntzen2000-02-161-0/+3
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-1/+1
* Change string->str where possible; string is basic a C++ class, so gdb can't...Zeev Suraski2000-02-081-13/+13
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-5/+5
* More php3_ annihilationZeev Suraski1999-12-181-11/+11
* More php3_ annihilationZeev Suraski1999-12-171-2/+2
* (PHP urldecode) Fix for #2788, function changed parameter in placeSascha Schumann1999-11-211-2/+5
* Clean up regex header file mess. php.h now explicitly includes php_regex.hRasmus Lerdorf1999-10-301-1/+0
* (parse_url) fix for #2569: parse_url('-') crashesThies C. Arntzen1999-10-191-1/+1
* Fix for my fix.Andrey Hristov1999-09-291-1/+1
* Fix for bug #2199. Redirect was returning http:// which resulted in a crash.Andrey Hristov1999-09-271-0/+8
* Use new Zend API.Sascha Schumann1999-09-241-27/+27
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-5/+5
* License updateZeev Suraski1999-07-161-20/+9
* urlencode and decode return an empty-string if the input-string is empty (mat...Thies C. Arntzen1999-06-221-2/+4
* conv_proto *.[ch]Sascha Schumann1999-05-161-5/+5
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-5/+0
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+439