Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
2994c236 |
| 04-Dec-2005 |
Ilia Alshanetsky |
MFH: 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 separa
MFH: 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.
show more ...
|
Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1 |
|
#
5610ad29 |
| 16-Aug-2005 |
Ilia Alshanetsky |
MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme).
|
Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
fddaa544 |
| 26-May-2005 |
Ilia Alshanetsky |
Added scheme validation for parse_url().
|
#
8281f41f |
| 25-Apr-2005 |
Ilia Alshanetsky |
Fixed bug #32813 (parse_url() does not handle scheme-only urls properly).
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
42155f60 |
| 27-Jan-2005 |
Ilia Alshanetsky |
Fixed bug #31705 (parse_url() does not recognize http://foo.com#bar)
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9 |
|
#
4af4cf09 |
| 20-Sep-2004 |
Ilia Alshanetsky |
Fixed bug #29913 (parse_url() is now binary safe).
|
Revision tags: php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
851b6d44 |
| 18-Jun-2004 |
Sara Golemon |
String lengths should never be char pointers.
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7 |
|
#
2e3b9ec2 |
| 28-May-2004 |
Stefan Esser |
Fixed off-by-one in php_parse_url.
|
Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
1335bc8f |
| 27-Apr-2004 |
Sara Golemon |
Don't strip off those []s, it'll only create problems in wrappers and elsewhere.
|
#
99b6724a |
| 27-Apr-2004 |
Sara Golemon |
BugFix 28187 parse_url does not handle scheme://[0123:4567::89]:12345/etc style IPv6 embedded address URLs
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6 |
|
#
86fe4ab6 |
| 25-Jan-2004 |
Ard Biesheuvel |
CS
|
Revision tags: php_ibase_before_split |
|
#
6b8c4064 |
| 25-Jan-2004 |
Ard Biesheuvel |
Changed prototypes to allow parsing of string literals and constant strings Minor CS/WS
|
Revision tags: php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
e90f85e4 |
| 15-Dec-2003 |
Sara Golemon |
Scan for : in host:port pair from right instead of left. This will allow handling of http://[fe80::1]:443/foo.html IPv6 Numeric addressing with port number to parse correctly.
|
#
9947a3e7 |
| 04-Dec-2003 |
Ilia Alshanetsky |
Fixed typo (thanks Frank)
|
#
81e41e3c |
| 03-Dec-2003 |
Ilia Alshanetsky |
Remove unnecessary casts.
|
#
247f9914 |
| 03-Dec-2003 |
Moriyoshi Koizumi |
Possible fix for bug #26391 (parse_url() destroys strings that contain a character in range of \x80-\xff))
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
4505a611 |
| 19-Oct-2003 |
Shane Caraveo |
make parse_url work correctly for file uri's on windows, such as file:///c:/somepath/somefile.txt
|
#
a9b20a6a |
| 13-Oct-2003 |
Ilia Alshanetsky |
Fixed bug #25800 (parse_url() could not parse urls with empty port).
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4 |
|
#
ed40ae26 |
| 11-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
7825a186 |
| 21-Jul-2003 |
Ilia Alshanetsky |
Fixed bug #24560 (parse_url() incorrectly handling certain file:// based schemas).
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2 |
|
#
e422f56d |
| 28-Apr-2003 |
Sascha Schumann |
improve php_url_encode
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1 |
|
#
bce8bfda |
| 25-Feb-2003 |
Ilia Alshanetsky |
MFH (forgot to put this fix into the 5.X tree).
|